/* 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;  
} 
 
#banner{
 position:relative; 
 height:84px; 
 background-color:#c2e1c2; 
 width:100%;
} 
#banner h1 {
	font: 300% Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-align: center;
	margin-right: 1em;
	margin-bottom:2px;
	color: #006600;
} 
#leftcol{
 width:20%; 
 float:left; 
 position:relative; 
 background-color:#FFFFFF; 
 }
 #leftcol ul {
	width: 150px;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
#leftcol li {
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 0.3em;
	border-bottom: 1px solid #228B22;
}
#leftcol a:link, #leftcol a:visited {
	text-decoration: none;
	color: #228B22;
	background-color: transparent;
}
#leftcol a:hover {
	color: #621313;
}
#twocols{
 width:80%; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:25%; 
 float:right; 
 position:relative; 
 background-color:#FFFFCC;
 }
 
#content{
 background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:66%; 
 }
#twocontent{
 background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:95%; 	
} 
#footer{
 height:24px; 
  background-color:#F4F4F4; 
 clear:both;
 } 
#footer p {
	padding-left: 1em;
	color: #228B22;
} 
p {
	font: 80%/1.3 Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 0px;
	color: #006600;
}
.caption {
    font-size: x-small;
    margin-bottom: 0;
    font-weight: bold;
}
h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 6px;
	color: #901602;
	}
 
 /* *** 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 left column when printing*/ 
#leftcol{display:none;} 

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