body {
margin:0px;

}

body {
	background-color: #003366;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #660000;
	text-decoration: underline;
}
a:hover {
	color: #CC3300;
	text-decoration: none;
}
#maincontent {
	background-color: #C8C6BF;
	background-image: url(/images/content_back_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}
 #maincontent #pagetitle {
	font-size: 36px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: lighter;
	color: #553F36;
	margin-top: 50px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	float: left;
	clear: none;
}
#maincontent #bodycopy .staffpic {
	float: left;
	margin-right: 15px;
	margin-bottom: 25px;
	border: 1px solid #000000;
}

 #maincontent .subtitle {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	color: #CC9933;
}
#maincontent td{
	text-align: left;
	vertical-align: top;
}

#maincontent #bodycopy{
	color: #553F36;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: lighter;
	float: left;
	width: 550px;
	margin: 0px;
	padding: 0px;
	background-position: left top;
	height: auto;
}
#maincontent #bodycopyAlt{
	color: #553F36;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: lighter;
	float: left;
	width: 550px;
	margin-left: 0px;
	padding: 0px;
	background-position: left top;
}

#maincontent #bodycopy td, p, #bodycopyAlt td, p{
	color: #553F36;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}



#sidenav {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 175px;
	margin-right: 15px;
	margin-top: 60px;
	margin-bottom: 200px;
	clear: none;
	
}
#sidenav ul{
	width: 175px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
#sidenav ul li{
	width: 175px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	list-style-type: none;
}
#sidenav  ul li a {
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	margin: 0px;
	display: block;
	background-color: #666666;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-transform: uppercase;
}
#sidenav  ul li a:visited {
	color: #CCCCCC;
}
#sidenav  ul li a:hover {
	color: #FFFFFF;
	background-color: #7A7765;
}

#sidenav  ul li a.current {
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	background-color: #585647;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-transform: uppercase;
}
#sidenav  ul li a.current:visited {
	color: #CCCCCC;
}
#sidenav  ul li a.current:hover {
	color: #FFFFFF;
	background-color: #7A7765;
}




#copyright {
	font-size: 9px;
	color: #687A98;
	padding-left: 20px;
	height: 29px;
	text-shadow: 2px 2px 3px #052545;
}
#copyright a {
	color: #6699CC;
	text-decoration: none;
}
#copyright a:visited {
	color: #6699CC;
	text-decoration: none;
}
#copyright a:hover {
	color: #D2DBD7;
	text-decoration: underline;
}
#maincontent #bodycopy p {
	margin-top: 0px;
}

.clear-both {
	clear: both;
	float: none;
}
