@charset "utf-8";
/* CSS Document */
body  {
	margin: 0px; 
	padding: 0px;
	text-align: center;
	background:#036 url(assets/images/bg.JPG) no-repeat;
}
.thrColFix #wrapper{
	width: 780px;
	border: 1px #FFF;
	background-color: #FFF;
	}
.thrColFix #header {
	width: 780px;
	height: 231px;
	background:url(assets/images/site_banner4.jpg);
	background-repeat: no-repeat;
}
.thrColFix #container {
	width:780px;  
	background:#FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
} 
.thrColFix #sidebar1 {
/*gray column to the left of main text*/
	float:left; /* since this element is floated, a width must be given */
	width:160px; 
	background:#69F; /* the bg color is displayed for the length of the content in the column, but no further */
	padding:15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFix #sidebar2 {
/*gray column to the right of main text*/
	float: right; /* since this element is floated, a width must be given */
	width: 160px;
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	color: #006;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
.thrColFix #mainContent {
	margin: 0 200px; 
	padding: 10px; 
	color: #003366;
}
.thrColFix #mainContentTerms {
	margin: 0 10px 0 200px; 
	padding: 10px; 
	color: #003366;
}
.thrColFix #footer {
	width: 780px;
	background-color:#003366;
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF;
	margin: 5px 0 0 0;
	line-height: 25px;
	font-size:11px;
}
.fltrt { 
/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { 
/* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { 
/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}
#apDiv1 {
	position:absolute;
	left:387px;
	top:614px;
	width:183px;
	height:129px;
	z-index:1;
}
#apDiv2 {
	position:absolute;
	left:381px;
	top:485px;
	width:187px;
	height:173px;
	z-index:1;
}
#menu-top-bg {
	color:#003366;
	background-color:#003366;
	}
#footer a {
	color:#FFF;
	font-size:12px;
	text-decoration:underline;
}
#footer a:hover {
	color:#CFF;
}
#footer a:active {
	text-decoration:none;
}
.thrColFix #sidebar2 li {
	list-style:none;
	text-decoration:underline;
	text-align:left;
	text-indent:-40px;
}
h4 {
	color:#9D3300;
	font-size:12px;
}
ol {
	padding-bottom:5px;
	padding-top:5px}