﻿/* generated by csscreator.com */
html, body{
 margin:0;
 padding:0;
 text-align:center;
 background-color: #80B780;
 font-family: Verdana;
 font-size:12px;
}

#pagewidth{
 width:800px;
 text-align:left;
 margin-left:auto;
 margin-right:auto;
 background-color:#FFFFFF;
 border: 2px solid #339933;
}

#header{
 position:relative;
 height:280px;
 background-color:#FFFFFF;
 width:100%;
 border-bottom: 2px solid #339933;
}

#leftcol{
 width:26%;
 float:left;
 position:relative;
 min-height:430px;
 height:auto !important;
 height:430px;
 padding-top: 20px;
 padding-right: 15px;
 /*line-height: 1.9em;*/
}

#maincol{
 float: right;
 display:inline;
 position: relative;
 width:70%;
 min-height:450px;
 height:auto !important;
 height:450px;
 }

#footer{
 height:64px;
  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;}
#twocols, #maincol{width:100%; float:none;}
}

