#navcontainer {
	width: 170px;
	left: 0px;
	top: 100px;
	text-indent: 5px;
	padding: 0px;
}

#navcontainer ul
{
	margin-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	padding: 100px 0px 0px;
}
#navcontainer a
{
	display: block;
	padding: 5px 4px 5px 0px;
	width: 170px;
	background-color: #000032;
	border-bottom: 1px none #eee;
	left: 0px;
}

#navcontainer a:link, #navlist a:visited
{
	color: #FF9900;
	text-decoration: none;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 8px;
	padding-bottom: 8px;
	text-indent: 11px;
	font-size: 12px;
	font-weight: bold;
}

#navcontainer a:hover
{
	background-color: #003366;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000032;
	text-decoration: none;
	font-weight: bold;
}
.headbox {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000032;
}
