 body {
  background: #ffffff;
  font-family: Tahoma, Verdana;
  font-size: 10pt;
 }
 
 #top_nav {
   width: 98%; 
   background: #BFFFBF;  
   border-left: 1px solid #000000; 
   border-right: 1px solid #000000;
   border-top:0px solid #000000; 
   border-bottom: 1px solid #000000;      
 } 


 #logo {
   width: 98%; 
   background: #00CC00;  
   border-left: 1px solid #000000; 
   border-right: 1px solid #000000;
   border-top: 1px solid #000000; 
   border-bottom: 1px solid #000000;   
 } 

 
 #body_wrapper {
   width: 98%;
 }
 
 #left_nav {
    padding-top: 8px;
    width: 20%;
    float: left;
    margin: 0 auto;
 } 
 
 #content {
    padding-top: 8px;
    width: 80%;
    float: left;
    margin: 0 auto;
 } 
 
 #footer {
   font-size: 8pt;
   padding-top: 3px;
   padding-bottom: 3px;
   width: 98%;
   background: #00CC00;  
 }    
 
#footer a:link,#footer  a:visited, #footer a:active {
 color: black;
 font-weight: bold; 
 text-decoration: none;
} 

#footer a:hover {
 color: #FFF6E6; 
} 

 
 
#logo h1 {
 font-size: 20pt;
 margin-top: 12px;
 margin-bottom: 12px;
 color: white;
}
 
a:link, a:visited, a:active {
 color: #0000F8; 
 text-decoration: none;
} 

a:hover {
 color: #008FFF; 
} 

#top_nav a:link,#top_nav a:visited, #top_nav a:active {
 color: black;
 font-weight: bold; 
 text-decoration: none;
} 

#top_nav a:hover {
 color: #008F00; 
} 

img { border: 0px; }


.nav_box_header {
 font-size: 12pt;
 color: white;
 font-weight: bold;
 background: #00CC00;
 width: 98%;
 border-left: 1px solid #000000; 
 border-right: 1px solid #000000;
 border-top: 1px solid #000000; 
 border-bottom: 0px solid #000000;   
}

.nav_box { 
 background: white;
 width: 98%;
 border-left: 1px solid #000000; 
 border-right: 1px solid #000000;
 border-top: 1px solid #000000; 
 border-bottom: 1px solid #000000;   
 text-align: left;
}

.content_box_header {
 background: #00CC00;
 width: 98%;
 border-left: 1px solid #000000; 
 border-right: 1px solid #000000;
 border-top: 1px solid #000000; 
 border-bottom: 1px solid #000000;   
}

.content_box { 
 background: white;
 width: 98%;
 border-left: 1px solid #000000; 
 border-right: 1px solid #000000;
 border-top: 1px solid #000000; 
 border-bottom: 1px solid #000000;        
}

div.nav_box p { margin:0; }

#content .nav_box { padding-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#content .nav_box {
 padding-left: 5px;
 padding-right: 5px;
 width: 96%;
}

.nav_box_header { text-transform: uppercase; }

ul { 
  list-style-image: url(bullet.gif)
}