/* generated by csscreator.com */
body{ 
	margin:0; 
	padding:0; 
	text-align:center; 
	color:white;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color:#444;
} 
 
#pagewidth{ 
	width:800px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;
	background-color:#263751;
	border-top:1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
} 
 
#header{
	position:relative; 
	height:135px; 
	width:100%;
} 
 
#leftcol {
	width:170px; 
	float:left; 
	padding-left:10px;
	position:relative; 
}
 
#maincol {
	float: right; 
	display:inline; 
	position: relative; 
	width:620px; 
}

#maincol p {
	padding-left:10px;
	padding-right:15px;
}
 
#footer {
	clear:both;
	text-align:center;
	padding-top:25px;
	padding-bottom:10px;
} 

h1 {
	font-size:14pt;
}
 

 
 /* *** 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 */  

a {
	color:#FFFF66;
}
 
 /*printer styles*/ 
@media print { 
	/*hide the left column when printing*/ 
	#leftcol{
		display:none;
	} 
	
	#twocols, #maincol {
		width:100%; float:none;
	}
}
