@charset "UTF-8";
.oneColFixCtr #container {
	width: 1024px;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#top_nav ul{
	list-style-type:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding: 0 10px;
}
#top_nav li{
display:inline;
vertical-align: middle;
}
#top_nav a{
	float:right;
	height:15px;
	text-decoration:none;
	color:#000000;
	font-weight:normal;
	padding-right: 10px;
	padding-left: 10px;
}
#top_nav a:hover{
	color: #666666;
}
#header {
	height: 82px;
	background-image: url(Images/header.png);
}
#wrapper {
}
#nav_cp {
	width: 169px;
	height: 36px;
	float: left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000;
}
#nav_fh {
	width: 169px;
	height: 36px;
	float: left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000;
}
#nav_ftch {
	width: 169px;
	height: 36px;
	float: left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000;
}
#nav_ftce {
	width: 169px;
	height: 36px;
	float: left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000;
}
#nav_sdf {
	width: 169px;
	height: 36px;
	float: left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000;
}
#nav_lead {
	width: 169px;
	height: 36px;
	float: left;
}
#top_spacer {
	height: 70px;
	background-color: #fcaf43;
}
#body {
	height: 517px;
	font: 12px Helvetica, sans-serif;
	background: #ffffff;
	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;
}
.scroll{
width: 540px;
height: 412px;
padding-bottom: 10px;
overflow:auto;
}
#bottom_spacer {
	height: 37px;
	background-color: #fcaf43;
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#bottom_spacer a:hover{
	color: #666666;
}
#footer {
	height: 36px;
}
.oneColFixCtr #container #body table tr td table tr td {
	font-weight: bold;
	color: 000000;
	line-height: 17pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	text-align: left;
}

