@charset "utf-8";
/* CSS Document */
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #777777;
}
p {
	color: #777777;
}
.oneColElsCtr #container {
	width: 46em;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
.oneColElsCtr #mainContent {
	background-color: #FFFFFF;
	margin-left: 150px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	top: -35px;
	position: relative;
	border:1px solid #777;
}
.oneColElsCtr #title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	color:#fff;
	top: 40px;
	position: relative;
	left: 25px;
	font-size: 24px;
}
.oneColElsCtr #topHeader {
	background-color: #EE0000;
	border-bottom-style: solid;
	border-bottom-color: #AA0000;
	height: 75px;
	width: 650px;
	border-bottom-width: thick;
}
#apDiv1 {
	position:relative;
	left:5px;
	top:80px;
	width:147px;

	padding:3px 0 3px 0;
	border-top:1px solid #777777;
	border-bottom:1px solid #777777;
	text-align: center;
	color: #777777;
}
ul#navlist
{
font: bold 11px verdana, arial, sans-serif;
list-style-type: none;
padding-bottom: 24px;
border-bottom: 1px solid #AA0000;
margin: 0;
}

ul#navlist li
{
	float: left;
	height: 21px;
	background-color: #EE0000;
	margin: 2px 2px 0 2px;
	border: 1px solid #AA0000;
}

ul#navlist li#active
{
border-bottom: 1px solid #fff;
background-color: #fff;
}

li#active a { color: #000; }

#navlist a
{
float: left;
display: block;
color: #fff;
text-decoration: none;
padding: 4px;
}

#navlist a:hover { background: #fff;
color:#000; }
#LINKS {
	
	margin:0 5px 0 5px;
	font: 11px verdana, arial, sans-serif;
	list-style-type: none;
	padding:0 0 24px 15px;
	border-bottom: 1px solid #AA0000;
	
}
#LINKS2 {
	
	font: 11px verdana, arial, sans-serif;
 	display: inline;
 	margin:5px 0 35px 0;
 	padding:0 0 24px 15px;
	
}