/* generated by csscreator.com */ 
html{ 
 margin:0; 
 padding:0; 
 text-align:center;
 
} 
body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color:#94793b;
 background-image:url(images/bg.jpg);
 background-repeat:repeat-x;
 font-family:"Trebuchet MS";
} 
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;
 margin-top:20px;
 border:1px solid #756132;
} 
 
#header{
 position:relative; 
 height:150px; 
  background-color:#FFFFFF;
  background-image:url(images/hbg.jpg); 
 width:100%;
} 
 
#twocols{
 width:800px; 
 float:left; 
 position:relative;
 background-color:#FFFFFF; 
  }
 
#rightcol{
 width:189px; 
 float:right;
 position:relative; 
 background-color:#bdb196;
 border-left:dotted 1px #000;
 font-family:"Trebuchet MS";
 font-size:smaller;
 }
 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:610px;
 
 

 }
 
#footer{
 height:100px;
 background-image:url(images/footbg.jpg);
 background-repeat:repeat-x; 
 clear:both;
 padding-top:5px;
 text-align:center;
 font-size:small;
 border-top:1px solid #756132;
 
 }
 #reflect	{
 	height:108px;
	background:url(images/reflect.jpg);
	margin-top:10px;
	}
#footer p{
font-family:"Trebuchet MS";
 font-size:small;
 color:#FFFFFF;
 }
 
#maincol p{
font-family:"Trebuchet MS";
margin-left:15px;
line-height:1.2em;
}
#rightcol p{
font-family:"Trebuchet MS";
font-size:smaller;
padding:0 5px 0 5px;
margin:0;
}
h4{background-image:url(images/headingbg.jpg);
background-repeat:repeat-x;
color:#FFFFFF;
font-family:"Trebuchet MS";
padding-left:5px;
margin:0;
}
a {
text-decoration:none;
}
a:hover {
color:#FFFFFF;
}
.right {
float:right;
margin-right:10px;

}

 
 /* *** 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 right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
