body { 
 color : #339966;
 background : #CCFF99; 
}

#menuleft { 
  margin-top : -20px;
  margin-left : -10px;
  margin-right : 10px;
 width : 230px;  
 float : left;
  color : #FFFFFF;
  background : #339966;
 } 

#menuright { 
  margin-top : -20px;
  margin-right: -10px;
  margin-left: 10px;
  width : 230px;   
  float : right;
  color : #FFFFFF;
  background : #339966;
} 

.side {
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 10px;
  color : #FFFFFF;
  background : #339966;
  font-size : 12px;
  line-height : 16px;
  font-family : Verdana, sans-serif;
  font-style : normal;
}

.sidecenter {
  margin-top : 10px;
  color : #FFFFFF;
  background : #339966;
  text-align : center;
  font-size : 12px;
  line-height : 16px;
  font-family : Verdana, sans-serif;
  font-style : normal;
}

h5.side {
  margin-bottom: -14px;
  font-size : 12px;
  line-height : 16px;
  font-weight : bold; 
  font-family : Verdana, sans-serif;
  color : #FFFFFF;
  background : #339966;
}

#contentcenter {
  font-size : 14px;
  line-height : 17px;
  font-family : "Bookman Old Style", serif;
  font-style : normal;
  margin-left : 240px;
  margin-right : 240px; 
  color : #339966;
  background : #CCFF99; 
}

#contentcenterfull {
  font-size : 14px;
  line-height : 17px;
   font-family : "Bookman Old Style", serif;
  font-style : normal;
   margin-left : 210px;
   margin-right : 210px;
   color : #339966;
   background : #CCFF99; 
}

p, dl, dd, dt, td, li, ol, ul, th {
  font-size : 14px;
  line-height : 17px;
  color : #339966;
  background : #CCFF99;   
  font-family : "Bookman Old Style", serif;
  font-style : normal;
}

h1, h2, h3, h4, h5, h6 {
   font-family : "Bookman Old Style", serif;
   color : #339966;
   background : #CCFF99; 
}

h1 {
  text-align : center;
  font-size : 24px;
}

.smallcentered {
  font-style : italic;
  font-size : 9px;
  text-align : center;
  color : #339966;
}

p.large {
  font-family : "Bookman Old Style", serif;
  font-size : 14px;
  font-weight : bold;
  color : #339966;
  background : #66FFCC;
  text-decoration : none;
  font-weight : bold;
  }

a {
  color : #CC3333;  
  text-decoration : none;
  font-weight : bold;
  }