html, body{ 
 margin:0; 
 padding:0;
 font-family:Verdana;
 } 
 
p{
font-size:11px;
}

a{
color:#000000;
}

h2{
font-size:13px;
font-weight:bold;
}
 
#pagewidth{ 
 width:782px;  
} 
 
#header{
 position:relative; 
 height:117px; 
  background-color:#9966FF; 
 width:100%;
} 
 
#leftcol{
 width:136px; 
 float:left; 
 margin-left:3px;
 position:relative; 
 background-color:#66FFFF;
  }
 
#twocols{
 width:640px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:129px; 
 float:right; 
 margin-right:4px;
 position:relative; 
 background-color:#FFFFCC;
 }
 
#maincol{background-color: #FFFFFF;  
 font-family:Arial, Helvetica, sans-serif;
 font-size:smaller;
 }
 
#footer{
 height:50px; 
  background-color:#FFFFFF; 
 clear:both;
 } 
 
 
 /* *** 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;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
