#navcontainer
{
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: 0px;
}

#navlist li
{
display: inline;
padding-bottom: 0px;
padding-left: 15px;
background-repeat: no-repeat;
}

#navlist a
{
padding-left: 15px;
padding-bottom: 10px;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
}

#navlist a:link, #navlist a:visited
{
padding-left: 15px;
color: #FFFFFF;
background: url(images/nokey.gif);
background-position: 0px;
background-repeat: no-repeat;}

#navlist a:hover
{
color: #399590;
padding-left: 15px;
background: url(images/key.gif);
background-repeat: no-repeat;
background-position: 0 -10px;}

.mainwhite {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 14px;
}
.maingreen {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #399590;
	line-height: 14px;
}
.mainwhitesmall {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.headergreen {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bolder;
	color: #399590;
	line-height: 22px;
}
.linkwhite {
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}

.linkwhite a:link {
	color: #FFFFFF;
	text-decoration: none;
} 

.linkwhite a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.linkwhite a:hover {
	color: #000000;
	text-decoration: underline;
}

.linkwhite a:active {
	color: #FFFFFF;
	font-weight: bold;

