/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{
	width: 760px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #000080;
} 
 
#header{
	position: relative;
	height: 95px;
	background-color: #000080;
	width: 100%;
	background-image: url(images/headerFill.gif);
	background-position: left;
	background-repeat: no-repeat;
} 
 
#leftcol{
	float: left;
	position: relative;
	background-color: #000080;
	width: 360px;
	margin-top: 20px;
	text-align: justify;
	font-size: larger;
}
 
#maincol{
	background-color: #000080;
	float: right;
	display: inline;
	position: relative;
	border: medium White;
	text-align: center;
	width: 360px;
	margin-top: 20px;
}
 
#footer{
	height: 75px;
	background-color: #000080;
	clear: both;
	font: small-caps;
	margin: 10px;
	text-align: center;
	border-width: thin;
} 
 

 
 /* *** 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;
	background: #000080;
}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
