/* generated by csscreator.com */ 
html, body{
 margin:0; 
 padding-left: 15px;
 padding-right: 15px;
 background-color:#FFFFFF; 
 } 
 
#pagewidth{ 
	width:100%;  
} 
 
#header{
 position:relative; 
 height:100px; 
 background-color:#FFFFFF; 
 width:100%;
 padding: 5px;
} 
 
#maincol{
	background-color: #FFFFFF;
	float: right;
	display:inline;
	position: relative;
	width:100;
}
 #maincol img{
	padding: 5px;
}
#footer{
	border: 1px solid;	
	font: arial, veranda, "Times New Roman", serif;
	text-align: center;
	clear:both;
}
#footer p{
	font-size: 60%;
	}
#footer h3{
	font-size: 90%;
	}
img.floatLeft {
	border: none;
	float: left; 
	margin: 1em;
}
img.floatRight {
	border: none;
	float: right; 
	margin: 1em;
} 
 /* *** 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 right column when printing*/ 
#rightcol{
	display:none;
	font: 200% arial, veranda, "Times New Roman", serif;
} 
#twocols, #maincol{width:100%; float:none;}
}
