@charset "ISO-8859-1";
/* generated by csscreator.com */ 
<!--
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:active {
	color: #CCC;
	text-decoration: none;
}
-->

html, body{ 
 margin:0; 
 padding:0; 
} 
 
#pagewidth{ 
 width:1020px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 padding-top:70px;
 padding-left:40px;
 position:relative; 
 height:130px; 
 background-color:#FFFFFF; 
 width:960px;
} 
 
#leftcol{
 width:34%; 
 float:left; 
 position:relative; 
  }
 
#maincol{
	background-color: #FFFFFF;
	float: right;
	display:inline;
	position: relative;
	width:66%;
 }
 
#footer{
 padding-top:40px;
 padding-left:40px;
 height:50px; 
 background-color:#FFFFFF; 
 clear:both;
 font-family:Arial, Helvetica, sans-serif;
 color:#ccc;
 font-size:10px;
  width:960px;
 } 
 

 
 /* *** 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;}
}
