/* generated by csscreator.com */ 
html, body{ 
 margin:10px; 
 padding:10px; 
 } 
 
#pagewidth{ 
 width:100%;  
} 

#bar{
	width:100%;
	padding: 0.1em 0.1em 0.1em 0.1em;
	background-color: #FFFFCC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
}
 
#leftcol{
	width:69%;
	float:left;
	position:relative;
	background-color:#fff;
 }
 
#twocols{
	width:30%;
	float:right;
	position:relative;
	background-color: #FFFFCC;
  }
 
#rightcol{
 width:49%; 
 float:right; 
 position:relative; 
 	border-top: 0px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 1px solid #000000;
	background-color: #FFFFCC;
 }
 
#maincol{
 float: left; 
 display:inline; 
 position: relative; 
 width:49%;
 	border-top: 0px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 1px solid #000000;
	background-color: #FFFFCC;
 }

#top_banner {
width: 100%;
 background-color:#FFFFFF;
}

#footer{ 
   	border-top: 1px solid #000000;
 clear:both;
 background-color:#FFFFFF;
 } 
 

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

