@charset "utf-8";
#main {
	background-color: #ededed;
	background-image: url(/images/haldeman-head.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 960px;
	min-height:70%;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	left:50%;
	margin-left:-480px;
	padding-bottom:40px !important;
}


#menu {
	text-align: left;
	padding-left: 30px;}
	
#nav, #nav ul {
	float: left;
	list-style: none;
	width: 800px;
	padding: 0;
	margin-top: 170px;
	font-family: Arial, sans-serif;
	font-weight: bold;
}


#nav a {
	color: #ed1b23;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	display: block;
	text-align: left;
	padding: 5px;
}

#nav a:hover{
	color: #000000;
	background-color: #e3e2e2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
	
#nav li {
	float: left;
	width: auto;
	margin-left: 10px;
}

#secndmenu {
	text-align: left;
	padding-left: 30px;
	padding-top:10px;
	}

#secndnav, #secndnav ul {
	float: left;
	list-style: none;
	padding: 0;
		width: 800px;
	margin-top: -15px;
	_margin-top:0;
	font-family: Arial, sans-serif;
	font-weight: bold;
}


#secndnav a {
	color: #ed1b23;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	display: block;
	text-align: left;
	padding: 5px;
}

#secndnav a:hover{
	color: #000000;
	background-color: #e3e2e2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
	
#secndnav li {
	float: left;
	width: auto;
	margin-left: 10px;
}

#footer {
	width: 960px;
	height: 20px;
background-color: #ededed;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	text-align:center;
	padding:40px 0 10px 0;
	font-size:11px;
	position:relative;
	left:50%;
	margin-left:-480px;
	}








#bodyReport #nav, #bodyReport #secndnav {
	position:relative;
	left:50%;
	margin-left: -480px;
}

#bodyReport #main {
	min-height: 100%;
	margin-bottom: -16px;
}

#bodyReport #footer {
	padding:0;
	clear:both;
	float: left;
}


