
html, body{
 margin:0;
 padding:0;
 text-align:center;
 font-family: Verdana;
 font-size: 11px;
 font-weight: normal;
 color: #505050;
 background: #ffffff;
 /*overflow: -moz-scrollbars-vertical;*/
}

#pagewidth{
 width:914px;
 text-align:left;
 margin-left:auto;
 margin-right:auto;
}

#header{
 position:relative;
 height:73px;
 background-color:#fafafa;
 width:100%;
}

#leftcol{
 width:161px;
 float:left;
 position:relative;
 background-color:#fafafa;
 margin:0;
 padding:0;
 font-size:0px;
 }

#maincol{background-color: #e0e0e0;
 float: right;
 display:inline;
 position: relative;
 width:753px; /*+2px if border 1px is removed*/
 border-style: solid; border-width: 0px; border-color: #acacac;
 border-bottom: 0px;
 /*overflow:hidden;*/
 }
 
#maincolinner{
 /*background-color: #ffffff;*/ /* F1F1F1 */
 float: right;
 display:inline;
 position: relative;
 margin: 0px 13px 0px 0px;
 width:740px; /*+2px if border 1px is removed*/
 border-style: solid; border-width: 0px; border-color: #acacac;
 border-bottom: 0px;
 /*overflow:hidden;*/
 }

.maincolnoborder{background-color: #d0e891;
 float: right;
 display:inline;
 position: relative;
 width:753px; /*+2px if border 1px is removed*/
 border-width: 0px;
 }


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

