   

html, body{
 margin:0;
 padding:0;
 text-align:left;
Color: #000000;
Font-Family: Arial, Verdana, Helvetica;
Font-Size: 11pt;
Font-Variant: normal;
Font-Weight: 600;
Font-Style: normal;
scrollbar-track-color:#717171;
scrollbar-face-color:#000000;
scrollbar-arrow-color:#FFC800;
scrollbar-3dlight-color:#FFC800;
scrollbar-shadow-color:#FFC800;
margin-left: 0px;
}

a:link {
font-family:Arial,Verdana,Helvetica;
font-size:11pt;
font-weight:600;
text-decoration:none;
color:#000000;

}

a:visited {
font-family:Arial,Verdana,Helvetica;
font-size:11pt;
font-weight:600;
text-decoration:none;
color:#005F00;

}

a:active {
font-family:Arial,Verdana,Helvetica;
font-size:11pt;
font-weight:600;
text-decoration:none;
color:#FF0000;

}

a:hover {
font-family:Arial,Verdana,Helvetica;
font-size:11pt;
font-weight:600;
text-decoration:none;
color:#FF0000;

}

#pagewidth{
 width:984px;
 text-align:left;
 margin:0 auto;
}

#header{
 position:relative;
 height:164px;
 background-color:#FFFFFF;
 width:100%;
 display:block;
 
}

#maincol{
 background-color: #FFFFFF;
 position: relative;
 overflow:auto;


 }




/* ******************************************************************** */
/* Clearfix: http://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 */
