body    
   { font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
   margin: 0 3%; padding: 0 }

#topbanner      
  {background-color: #3c3c3c; 
  background-repeat: no-repeat; 
  height: 132px;
  color: #fff; 
  font-size: 30px; 
  line-height: 30px; 
  text-align: center;
 }

#spacer
 { height: 51px; }

#topnav       
{ background-image: url("../images/topnav_bg.gif"); 
background-repeat: repeat-x; 
height: 28px;}

#topnav ul        
    { font-size: 14px; 
    line-height: 14px; 
    margin: 0; 
    padding: 0 0 0 42%; } 

#topnav ul li   
 { list-style: none; 
 display: inline; 
 margin: 0; padding: 0;}

#topnav ul li a, #topnav li a:visited  
{ color: #fff; text-decoration: none; 
float: left; 
padding: 0.5em;
margin-left: 3px; }

#topnav ul li a:hover   
{ color: #3c3c3c ;}

#rightfade    
{ background-image: url("../images/rightcol_bg_fade.jpg"); 
background-repeat: no-repeat; 
background-position: right 0; }

#leftfade   
{ background-image: url("../images/leftcol_bg_fade.jpg"); 
background-repeat: no-repeat; 
background-position: left 0; }

#contentfade   
 { background-image: url("../images/container_bg.jpg"); background-repeat: repeat-x; margin: 0 184px 0 }

#wrapper
{ background-color: #E4E4E4; 
  background-image: url("../images/leftcol_bg.jpg"); 
  background-repeat: repeat-y;
 }
  
#container  
{ background-image: url("../images/rightcol_bg.jpg"); 
background-repeat: repeat-y; 
background-position: right 0px;  }

#leftcol    
{position: absolute; 
top: 160px; 
left: 0; 
width: 184px;}

#rightcol
{position: absolute; 
top: 160px; 
right: 0; 
width: 184px;}

#content  
{
background-image: url("../images/content_bg.jpg"); 
background-repeat: no-repeat; 
background-position: center 100px; 
padding: 30px; }

#content h4  
{ color: #000; 
font-size: 18px ;}

#content p 
{ color: #000; 
font-size: 14px; }

#content links 
{ color: #0000FF; 
font-size: 10px;}

#footer   
  { background-color: #3c3c3c; 
  background-image: url("../images/skeleton.jpg"); 
  background-repeat: no-repeat; 
  background-position: right center; 
  display: block; height: 150px; clear: both; 
  border-top: 25px solid #d9d9d9 }
  
#footer ul 
   { font-size: 12px; 
   margin: 0; 
   padding-top: 125px;  
   float: center;}
  
#footer ul li 
 { list-style: none; display: inline; margin: 0; padding: 0; height: 32px; vertical-align: bottom }
 
#footer ul li footer, #footer ul li a:visited 
    { color: #d9d9d9; margin-left: 20px; padding-top: 8px; float: left }

#footer ul li a:hover 
 { color: #f6f6f5 ;}
 
.fineprint 
  { color: #999; 
  font-size: 9px;
  line-height: 12px;
  padding: 150px 130px 0 10px; 
  float: left ;}

.fineprint2 
  { color: #000000; 
  font-size: 12px;
  line-height: 14px;
  padding: 150px 130px 0 10px; 
  float: left ;}
 


