/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background: #C1CAD3;
 margin-top: 10px;
} 
 
#pagewidth{ 
 width:780px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:; 
 }
 

 
 /* *** 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 */  



div  {
	font-family:  Century Gothic, Arial, serif;
	font-size: 12px;
	font-weight: normal;
	color: #00707A;
	}
	
.mainheading  {
	font-family:  Century Gothic, Arial, serif;
	font-size: 16px;
	font-weight: bold;
	color: #00707A;
	}
	
	
a {
	font-family:  Century Gothic, Arial, serif;
	font-size: 12px;
	font-weight: normal;
	color: #20344B;
	text-decoration : underline;
	}
	
a:hover {
	font-family:  Century Gothic, Arial, serif;
	font-size: 12px;
	font-weight: normal;
	color: #5F7083;
	text-decoration : underline;
	}