/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 } 
 
#pagewidth{ 
 width:893px;  
} 
 
#header{
 position:relative; 
 height:85px; 
 background-color:#FFFFFF; 
 width:100%;
} 

#nav{
	position:absolute;
	height:24px;
	top: 102px;
	left: 386px;
	color:#FFFFFF;
	width:520px;
	z-index:4;
}
 
#onecol{
 width:870px; 
 position:relative; 
 padding-top:60px;
 padding-left:2em;
  } 
 
#leftcol{
 width:418px; 
 float:left; 
 position:relative; 
 padding-top:60px;
 padding-left:2em;
  }
  
 
#rightcol{
 width:418px; 
 float:right; 
 position:relative; 
 padding-top:80px;
 }
 
#footer{
 height:50px; 
 margin-top: 20px;
 background-color:#FFFFFF; 
 border-top:1px solid #999;
 clear:both;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.htm *** */ 
.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;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

