/* generated by csscreator.com */ 
html, body{
	margin:0;
	padding:0;
	width: auto;
 } 
 
#pagewidth{ }
 
#header{
 position:relative; 
 height:114px; 
  background-color:#FFFFFF; 
 width:100%;
} 
 
#leftcol{
	width: 106px;
	float: left;
	position:absolute;
	top: 197px;
	left: 3px;
	height: 82px;
	overflow: visible;
	right: auto;
	z-index: auto;
	background-color: #FFFFFF;
	padding: 20px;
 }
 
#maincol{
	float: right;
	display:inline;
	position: relative;
	width:75%;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #0000FF;
	margin-right: 50px;
	margin-left: 50px;
	padding: 20px;
	top: 50px;
	z-index: 500;
	visibility: visible;
	overflow: visible;
 }
 
#footer{
	height:100px;
	background-color:#FFFFFF;
	clear:both;
	overflow: auto;
	position: relative;
	visibility: visible;
	z-index: auto;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{
	display: none;
}

/* 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;}
}
