/* generated by csscreator.com */ 
html, body{ 
 	margin:0; 
 	padding:0;
 	text-align:center; 
 	background-color: #617EB6;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
} 
 
#pagewidth{ 
 	width:671px; 
 	text-align:left;  
	margin-left:auto; 
 	margin-right:auto;  
  	background-color:#FFFFFF; 
} 
 
#header{
 	position:relative; 
 	height:40px; 
  	background-color:#FFFFFF; 
 	width:671px;
} 
 
#leftcol{
 	width:199px; 
 	float:left; 
 	position:relative; 
  }
 
#maincol{
	background-color: #FFFFFF;  
 	float: right; 
 	display:inline; 
 	position: relative; 
 	width:472px; 
 }
 
#footer{
 	height:25px; 
  	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-block;}

/* 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;}
}

a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #DC9336;
	text-decoration : underline;
	}
	
a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #E5AF69;
	text-decoration : underline;
	}

a.light {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #F0D8BA;
	text-decoration : underline;
	}
	
a.light:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration : underline;
	}