@charset "UTF-8";
body {
	font: 12px Helvetica, sans-serif;
	line-height:16px;
	background: #c5cfbd;
	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;
	padding:20px 0;
}
.oneColFixCtrHdr #container {
	width: 798px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #1e4500;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	position:relative;
}
.oneColFixCtrHdr #nav {
	margin:0 47px;
}
.oneColFixCtrHdr #mainContent {
	width:628px;
	margin:0 47px;
	padding: 40px 38px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(../images/main_con_bg.gif);
	background-repeat:repeat-x;
}
.oneColFixCtrHdr #footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	color:white;
	padding: 5px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#1e4500;
}
.body_text {
	padding-left:55px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #FFF;
}.oneColFixCtrHdr #container #mainContent .body_text ul {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 10px;
}
.big {
	font-size:13px;
	font-weight:bold;
}a.jump:link {
	color: #000;
	text-decoration: none;
}
a.jump:visited {
	text-decoration: none;
	color: #000;
}
a.jump:hover {
	text-decoration: underline;
	color: #333;
}
a.jump:active {
	text-decoration: none;
	color: #000;