
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:1100px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:138px; 
  background-image: url(images/headerbg.jpg);
 width:100%;
} 

#spacer{height:15px; width:100%;}

#banner{height:177px; background-image: url(images/banner.jpg);padding-bottom: 20px; background-repeat:no-repeat; text-align:right; padding-top:4px;}

#wrapper{  background-image: url(images/mainbg.jpg); padding-left:48px; padding-right:52px; width:1000px;}


#maincol{  
 float: left; 
 display:inline; 
 position: relative; 
 width:630px; 
 padding-left:40px;
 padding-right:40px;
 }
 
 #rightcol{
 float: right; 
 display:inline; 
 position: relative; 
 width:289px; 
 text-align:center;
 border-left:1px #666666 dotted;
 }
 
#footer{
 height:41px; 
  background-image: url(images/footerbg.jpg);
 clear:both;
 text-align:center;
 padding-top:5px;
 } 
 
.body {font-family: verdana ; color: #666666; font-size: 10pt;}
.greentext {color: #9BBCC8; font-weight:bold; text-decoration:none;}
.whitetext {font-family: verdana ; color: #ffffff; font-size: 10pt;}
.navimages{border:0px; padding-left:5px; padding-right:5px}
 
 /* *** 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 right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}