#navcontainer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}
#navcontainer a
{
	display:block;
	color: #FFFFFF;
	background-color: #9A3425;
	line-height: 2;
	text-decoration: none;
	text-align: left;
	padding-left: 1em;
	padding-bottom: 0.5em;
	width: 172px;
}
body {
	background-color: #CCCCCC;
}

#navcontainer a:hover , a:active {
	background-color: #9A3425;
	color: #CCCCCC;
}
.subhdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #9A3425;
	margin: 0;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
