/* CSS Document */
html, body{
	margin:10;
	padding:0;
	text-align:center;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B4BD21;
	line-height: 1.4em;
} 
 
#pagewidth{
	width:720px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
} 
h3 {
	color: #A9B21F;
}

 
#leftcol{
	width:200px;
	float:left;
	position:relative;
 }
#divider {
	height: 5px;
	clear: both;
}

 
#maincol{
	float: right;
/*		display:inline;
*/	/*position: relative;*/
	width:520px;
/*	margin-left: 199px;
*/	vertical-align: top;
	line-height: 1.2em;
	text-align: left;
min-height:400px;
  height:auto !important;
  height:400px; }


.white_text {
	color: #FFFFFF;
}
.gray_text {
	color: #CCCCCC;
}
.black_text {
	color: #000000;
}
 
#footer{
	background-color:#B3BA36;
	clear:both;
	font-size: 10px;
	color: #CCCCCC;
	text-align: center;
	padding-top: 5px;
	vertical-align: middle;
	padding-bottom: 5px;
 } 

#footer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	background-color: #000000;
	clear: both;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}

a:link, a:visited, a:active {
color:#A2AF2B;
text-decoration:none;
}
a:hover {
color:#A2AF2B;
text-decoration:underline;
}

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
/* @media print{ 
*//*hide the left column when printing*/ 
/*#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
*/

#bottom_menu {
	text-align: center;
}

#searchresults_rightcol {
	width: 224px;
	float: right;
}

#searchresults_bottomrow {
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #A2AF2B;
	border-right-color: #A2AF2B;
	border-bottom-color: #A2AF2B;
	border-left-color: #A2AF2B;
	padding-top: 5px;
	margin-top: 10px;
}

#searchresults_bottomrow a:link, #searchresults_bottomrow a:visited, #searchresults_bottomrow a:active {
color:#FFFFFF;
text-decoration:none;
}
#searchresults_bottomrow a:hover {
text-decoration:underline;
}

#searchresults_leftcol {
	float: left;
	width: 600px;
}
