/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 background-color: #F6F3F6;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 } 
 
#pagewidth{ }
 
#header{
 position:relative; 
 height:100px; 
  background-color:#CCF2FD; 
 width:100%;
} 
 
#leftcol{
 width:15%; 
 float:left; 
 position:relative; 
 background-color:#F6F3F6; 
 }
 
#maincol{background-color: #F6F3F6;  
 float: right; 
 display:inline; 
 position: relative; 
 width:80%;
 }
 
#footer{
 height:2.5em; 
  background-color:#CCF2FD; 
 clear:both;
 } 
#mainmenu{
  font-size: 0.9em;
}
a			{	font-family: Verdana, Arial, Helvetica, sans-serif;
				color: #336699;
				text-decoration: none;
			}
a:hover			{
				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-table;}
/* 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;}
}
