html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
font-family: Verdana,Tahoma,Arial,sans-serif;
} 
 
#pagewidth{ 
 width:750px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto; 
background: url(back.jpg) top center repeat-y;
} 
 
#header{
 position:relative; 
 height:110px; 
background: url(top.jpg) top center repeat-y;
 width:100%;
} 
 
#leftcol{
 width:145px; 
 float:left; 
 position:relative; 
margin: 0px 40px 10px 5px;
color:#FFFFFF;
 }

#leftcol ul li{
margin: 0px 0px 10px 0px;
color:#FFFFFF;
list-style:none; 
 }
 
#leftcol ul li a { color:#FFFFFF; font:10pt Verdana,Tahoma,Arial,sans-serif; font-weight: bold; }
#leftcol ul li a:hover { color:#FFFFFF; font:10pt Verdana,Tahoma,Arial,sans-serif; text-decoration: none; font-weight: bold; }

#maincol{
margin: 0px 30px 10px 0px;
 float: right; 
 display:inline; 
 position: relative; 
 width:530px; 
 }

#maincol h1{
color:#0B1966;
font-size:14pt;
font-weight: bold;
}

#maincol h3{
color:#0B1966;
font-style:italic;
font-size:13pt;
}

#maincol p{
color:#000000;
font-size: 11pt;
font-weight:bold;
}
 
#footer{
height:120px; 
background-color:#FFFFFF; 
clear:both;
background: url(base.jpg) top center no-repeat;
padding:10px 30px 0px 170px;
font-size: 10pt;
font-weight: bold;
text-align:center;
color:#0B1966;
 } 
 
.images{ 
margin-left:50px;
text-align:center;
 }

#base{ 
text-align:center;
padding: 0px 0px 25px 0px;
font-size: 10px;
color: #000000;
 }

#base a{ 
font-size: 10px;
color: #000000;
 }

#base a:hover{ 
font-size: 10px;
color: #666666;
 }
 
 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}


* html .clearfix{height: 1%;}
.clearfix{display: block;}



 

 @media print{ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
