/* P C D T R */
@import "php/css.php";
/* font-size in pts */

.main-item {
  font-size: 16pt;
  font-family: BentonSans, Arial Black, Sans Serif;
  color: #FFFFFF;
  background-color: #86b423;;
  text-decoration: none;
} 

a:hover.main-item {
  color: #3c6215;
  font-size: 16pt;
  font-family: BentonSans, Arial Black, Sans Serif;
  background-color: #86b423;
  text-decoration: none;
}

#headernavigation .seperator {
  font-size: 16pt;
  font-family: BentonSans, Arial Black, Sans Serif;
  color: #FFFFFF;
  background-color: #86b423;
}

#sidebar h2 {
  background-color: #3c6215;
  color: #FFFFFF;
  font-size: 16pt;
  font-family: BentonSans, Arial Black, Sans Serif;
  text-transform:capitalize;
}
#86b423;
#content h1, #content h2, #content h2 a, #content h2 a:hover {
  color: #3c6215;
  font-size: 20pt;
  font-family: BentonSans, Arial Black, Sans Serif;
  text-decoration: none;
}


