
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 border-style: none;
 border-color: none;
 border-width: 0px;
 background-color: #ffffff;
 margin: 0;
 padding: 0;
 width: 100%;
 margin-left: auto;
 margin-right: auto;
 text-decoration: none;
 font-family: verdana;
} 
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header a{
 text-decoration: none;
 color:#000000;
 position:relative; 
 height:40px; 
 background-color:#ffffff; 
 width:100%;

} 

#header a:hover {
background:#ffffff;
color:#787878
}

ul#list-nav {
list-style:none;
margin:0px;
padding:0px;
width:800px
display:inline
}

ul#list-nav li a {
text-decoration:none;
padding:0;
width:100px;
background:#ffffff;
color:#000000;
float:right;
text-align:center;
border-left:1px solid #fff;
}

ul#list-nav li a:hover {
background:#ffffff;
color:#787878
}

ul#onecol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:800px; 
 }

#leftcol{
 width:125px; 
 float:left; 
 position:relative; 
 padding:;
 background-color:#FFFFFF; 
 }

#leftcol a {
text-decoration:none;
color:#000000;
}

#leftcol a:hover {
background:#ffffff;
color:#787878
}

#title{
	text-size=10pt
	color:#787878
}

#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:600px; 
 }
 

 
 /* *** Float containers fix: *** */ 
.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;}
}
