html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
a:link       { color: #000000 }
a:visited    { color: #10476B }
a:hover      { color: #10476B;text-decoration: underline overline }
a:active     { color: #000000; text-decoration:underline blink } 

}

#pagewidth{ 
 width:100%; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:0%; 
 }
 
#footer{
 height:50px; 
  background-color:#7CC9FF; 
 clear:both;
 } 
 
/* 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;}
}