/* ******************************************************************** */ 
/*                  Generated by: http://csscreator.com                 */
/* ******************************************************************** */
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
 a:link {color:#000000;}
 a:visited {color:#CC6600;}
 a:hover {color:#0000FF;}
 a:active {color:#0000FF;}
 
#pagewidth{ 
 width:1200px; 
 text-align:left; 
 margin:0 auto; 
} 
 
#header{
 position:relative; 
 height:35px; 
 background-color:#5F5003; 
 width:100%;
 display:block;
 overflow:auto;
} 
 
#leftcol{
 width:300px; 
 float:left; 
 position:relative; 
 background-color:#FFFFFF; 
}
 
#maincol{
 background-color: #FFFFFF;  
 position: relative;
 width:900px;
 float:right;
  }
 

 
 
/* ******************************************************************** */ 
/* Clearfix: http://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;}
}