/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
    background-color:#8AA9C4; 
    background-image:url(images/bg7.gif); 
    background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;

 } 
 
#pagewidth{ 
 min-width:600px;  
}
 
#header{
 position:relative; 
 height:134px; 
 width:100%;
 color:#FBCA0F;
  text-align:center;
 padding-top: 5px;
} 

/*   ****************************************************************** */
/* Divide up header to match overall layout */
#headleft {
position:absolute;
left:0px;
top:0px;
z-index:2;    /* was -1 */
height: 100%;
width: 20%;
border: 0;
margin: 0;
padding-left: 10px;
text-align: center;
  }








/*   ****************************************************************** */
 
#leftcol{
 width:20%; 
 float:left; 
 position:relative; 
 text-align:center;
 padding-top: 0;
 margin-top: 0;
 }
 
#twocols{
 width:80%; 
 float:right; 
 position:relative; 
 margin: 0;
 padding: 0;
  }
 
#rightcol{
 width:25%; 
 float:right; 
 position:relative;
 text-align:center;
 margin: 0;
 padding: 0; 
 _margin-left: -1px;
 }
 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:75%; 
 }
 
#footer{
 font-size: 12px;
 height:120px; 
 clear:both;
 text-align:center;
 } 
 

 
 /* *** 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;}
}

