/* generated by csscreator.com */ 
html, body{ 
	margin:10px 10px 0px 10px;
	padding:5px;
	text-align:center; 
	} 

#pagewidth{ 
	width:800px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
	} 
 
#header{
	background-image:url(/images/banner2.jpg);
	background-repeat: no-repeat;		 
  	background-attachment:scroll;
	background-position: left top;				
	position:relative; 
	height:150px; 
	background-color:#FFFFFF; 
	width:800px;
	} 
 
#leftcol{
	 width:20%; 
	 float:left; 
	 position:relative; 
	 background-color: #FFFFCC;	
	}
 
#twocols{
	width:80%; 
	float:right; 
	position:relative; 
	}

 
#rightcol twocols{    	
	float:right; 		
	width: 24%; 
	position: relative;
	height: inherit;
	}
	
#maincol{
	padding-left:4px;
	padding-right:4px;
	border-left: 1px dashed #ccc;
	border-right: 1px dashed #ccc;	
	background-color: #FFFFFF;  
    float: left; 
    display:inline; 
	position: relative; 
	width:75%; 
	}
 
#footer{
	height:64px; 
	background-color:#FFFFFF; 
	float: right;
	clear:both;
	} 
	
#imgblock{
	border-top: 1px dashed #ccc;	
	border-right: 1px dashed #ccc;	
    clear: left;
	float: right;		
	vertical-align: bottom;
	}
	
#txtblock{	
	text-align:left;
	padding:2px;
	/*border:1px solid black;*/
	clear:both;
	}
	
#txtblock p {
	margin:0px, -10px, -10px, -10px;
	}
	
p,h1,pre {
	margin:0px 10px 10px 10px;
	}		
	
h1 {
    font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top:10px;
	}

h5, h4,  h3{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:600;
	color:#09c;
	}
	
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
 
.clearfix{display: inline-table;}

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

		/*hide the right column when printing*/ 
		#rightcol{display:none;} 
		#twocols, #maincol{width:100%; float:none;}
	}
