@charset "UTF-8";
/* This is where the magic happens */


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: black;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}
.thrColFix #container { 
	width: 1190px; 
	background: black;
	margin: 0 auto; 
	border: 0px solid #000000;
	text-align: left; 
} 
.thrColFix #sidebar1 {
	float: left;
	width: 188px;
	height: 315px;
	background-image: url(../images/AFSsite_revised_working_01.jpg);
	padding: 0px; 
	margin: 0px;
}
.thrColFix #sidebar2 {
	float: right; 
	width: 182px;
	height: 315px;
	background-image: url(../images/AFSsite_revised_working_03.jpg);
	padding: 0px; 
	margin: 0px;
}
.thrColFix #mainContent { 
	margin: 0px; 
	padding: 0px; 
}
.thrColFix #bannernav {
	margin-left: 188px;
	width: 820px;
	height: 315px;
	background: #000000; 
	background-image:url(../images/AFSsite_revised_working_02.jpg);
	padding: 0px 0px 0px 0px; 
}
.thrColFix #nav {
	position:absolute;
	width: 694px;
	height: 15px;
	border: 0px solid #F90;
	margin-top: 155px;
	margin-left: 25px;
	padding: 0px;
	color:#FFF;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;	
}
.thrColFix #navtext {
	position: absolute;
	width: 551px;
	height: 100px;
	border: 0px solid #F90;
	margin-top: 195px;
	margin-left: 25px;
	padding: 0px;
	color: #bcbec0;
	font-size: 14px;
	font-family: Geneva, sans-serif;
	line-height: 24px;
	font-weight: normal;
	}
.thrColFix #optimum {
	position: absolute;
	border: 0px solid #f90;
	width: 185px;
	height: 25px;
	margin-left: 610px;
	margin-top: 285px;
}	
	
#flash {
	width: 820px;
	height: 507px;
	background: #000;
	margin-left: 188px;
}

#footer {
	border: 0px solid #f90;
	width: 820px;
	height: 15px;
	margin-top: 8px;
	margin-left: 188px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color:#777777;
	text-align: left;
}
#footer2 {
	border: 0px solid #f90;
	width: 820px;
	height: 15px;
	margin-top: 8px;
	margin-left: 313px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color:#777777;
	text-align: left;
}

.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;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #ebac12;
	text-decoration: none;
}
a:visited {
	color: #ebac12;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFD636;
}
a:active {
	color: white;
	text-decoration: none;
}

/* place css box model fixes for IE 5* in this conditional comment */
.thrColFix #sidebar1 { width: 188px; }
.thrColFix #sidebar2 { width: 182px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFix #sidebar2, .thrColFix #sidebar1 { padding-top: 30px; }
.thrColFix #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

