A:link
{ text-decoration: none; color: #4AA5FF; }
A:visited
{ text-decoration: none; color: #4AA5FF; }
A:active
{ text-decoration: none; color: #4AA5FF; }
A:hover
{ text-decoration: underline; color: #4AA5FF; cursor: crosshair; }

h1{
 font-size:xx-small;
 text-align:center;
 font-weight:normal;
}

h2{
 font-size:30px;
 text-align:center;
 font-weight:normal;
 text-decoration:underline;
 color:#007BFF;
}

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color: #ffffff;
 font-family: verdana;
 color: #007BFF;
 font-size: x-small;
} 
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:250px; 
 background-color: #ffffff;  
 width:100%;
 margin-top:5px;
} 
 
#leftcol{
 width:140px; 
 float:left; 
 position:relative; 
 background-color:#ffffff; 
 }
 
#twocols{
 width:660px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:140px; 
 float:right; 
 position:relative; 
 background-color:#ffffff;
 text-align:right;
 }
 
#maincol{background-color: #ffffff;  
 float: left; 
 display:inline; 
 position: relative; 
 width:520px; 
 }
 
#footer{
 height:40px; 
  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;}
}

