/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0;
 margin-top:5px; 
 text-align:center;
 background-color:#00344F;
} 
 
#pagewidth{ 
 width:801px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:236px; 
 width:100%;
}
#header-sub{
 position:relative; 
 height:142px; 
 width:100%;
} 
 
#leftcol{
	position:relative;
	width:237px;
	float:left;
	vertical-align:top;
	margin-top:3px;
 }
 
#twocols{
 width:561px; 
 float:right; 
 position:relative;
 margin-top:2px; 
  }
 
#rightcol{
 width:25%; 
 float:right; 
 position:relative; 
 background-color:#3C79FF;
 }
 
#maincol{background-color:#FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:560px;
 min-height:300px; 
 }
 
#footer{
 height:80px; 
 clear:both;
 margin-top:3px;
 } 
 

 
 /* *** 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;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

