#sidenav {
	position: absolute;
	top: 223px;
	left: -20px;
	width: 215px;
	height:300px;
	font-size: 12pt;
	
}
#sideheader h3 {
			
			font-size: 110%;
			color: white;
		
			border-bottom: 1px solid white;
			padding-bottom: 7px;
			width: 162px;
			top: 185px;
			left: 15px;
			
			position: absolute;
		
}
#sidenav a {
		color: white;
		text-decoration: none;
		

}
#sidenav a:hover {
			color: rgb(249, 212, 103);
}
#sidenav li
{
list-style-type:none;
margin:0;
padding:0;
line-height: 25px;

}
#topnav {
			position: absolute;
			top: 117px;
			left: 203px;
			width: 700px;
}

#topnav a {  
			color: white;
			text-decoration: none;
			

}
#topnav a:hover {
			color: rgb(249, 212, 103);
}
#topnav li
{
list-style-type:none;
margin:0;
padding-right: 50px;
float: left;


}
