/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background:#f5f5f9;
 
} 

p{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height:16px;
color:#000000;
}

.footertext{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height:14px;
color:#000000;
 background:#ffffff;
}

.footertext a{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height:14px;
text-decoration: none;
color:#f47a25;
}

ul{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height:16px;
color:#000000;
list-style: square;
}

h1{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color:#f47a25;
}
 
#pagewidth{ 
 width:799px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto; 
  background:#ffffff;  
} 
 
#header{
 position:relative; 
 height:272px; 
  background-color:#FFFFFF; 
 width:100%;
} 
 
#leftcol{
 width:10%; 
 float:left; 
 position:relative;
 height: 578px;
  }
 
#twocols{
 width:800px; 
 height:527px;
 float:left; 
 position:absolute;
  background:#ffffff;
  }
 
#rightcol{
 width:50%; 
 float:right; 
 position:relative;
 text-align:top

 }
 
.rightcon{
padding: 0px 10px 10px 50px;
}
 
#maincol{background-color: #FFFFFF;  
 float: left; 
 margin:70px 0 0 70px;
 display:inline; 
 position: relative; 
 width:50%; 
 background:#ffffff;
 }
 
 .maincon{
padding: 10px 10px 10px 10px;
}
 
#footer{
 background-color:#FFFFFF; 
 clear:both;
 } 
 

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