#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 90%;
}

#navcontainer li {
	margin: 0 0 2px 0;
	font-weight: bold;
}

#navcontainer a
{
display: block;
padding: 4px 0px 4px 4px;
border: 1px solid #eeeeee;
width: 95%;
background-color: #eeeeee;
}

#navcontainer a:link, #navlist a:visited
{
color: #333366;
text-decoration: strong;
background-image: url(/templateimages/navblue2.gif);
}

#navcontainer a:hover
{
border: 1px solid #eeeeee;
background-color: #333366;
background-image: url(/templateimages/navblue1.gif);
color: #ffffff;
text-decoration: none;
}

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #eeeeee;
background-color: #333366;
background-image: url(/templateimages/navblue1.gif);
color: #ffffff;
}
.cardcentergraphic {
	background-attachment: fixed;
	background-image: url(/img_lib/cardbackgrd279.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.sealcentergraphic {
	background-attachment: fixed;
	background-image: url(/img_lib/ssaseal1.gif);
	background-position: center;
	background-repeat: no-repeat;
}

