
BODY {
  margin: 0px;
  background-color: #ffffff;
}

.banner {
  background-color: #009966;
}

.header {
  font-family: arial,helvetica,sans-serif;
  font-size: 1.50em;
  color: #ffffff;
  font-weight: bold;
}

.menuItem {
  background-color: #009966;
  font-family: arial,helvetica,sans-serif;
  font-size: 0.75em;
  font-weight: bold;
}

.menuItem A {
  color: #ffff00;
  text-decoration: none;
}

.menuItem A:visited {
  color: #ffff00;
  text-decoration: none;
}

.menuItem A:hover {
  color: #ffff00;
  text-decoration: none;
}

.curMenuItem {
  background-color: #ffff00;
  font-family: arial,helvetica,sans-serif;
  font-size: 0.75em;
  font-weight: bold;
}

.curMenuItem A {
  color: #009966;
  text-decoration: none;
}

.curMenuItem A:visited {
  color: #009966;
  text-decoration: none;
}

.curMenuItem A:hover {
  color: #009966;
  text-decoration: none;
}

.sideMenuItem {
  font-family: arial,helvetica,sans-serif;
  font-size: 10pt;
  font-weight: bold;
  border-top: solid 1px #336600;
  border-left: solid 1px #336600;
  border-right: solid 1px #336600;    
}

.sideMenuItem A {
  color: #336600;
  text-decoration: none;
}

.sideMenuItem A:visited {
  color: #336600;
  text-decoration: none;
}

.sideMenuItem A:hover {
  color: #336600;
  text-decoration: none;
}

.curSideMenuItem {
  background-color: #ffff00;
  font-family: arial,helvetica,sans-serif;
  font-size: 10pt;
  font-weight: bold;
  border-top: solid 1px #336600;
  border-left: solid 1px #336600;
  border-right: solid 1px #336600;    
}

.curSideMenuItem A {
  color: #336600;
  text-decoration: none;
}

.curSideMenuItem A:visited {
  color: #336600;
  text-decoration: none;
}

.curSideMenuItem A:hover {
  color: #336600;
  text-decoration: none;
}


H3 {
  font-family: arial,helvetica,sans-serif;
  font-size: 1.25em;
}

.main {
  font-family: arial,helvetica,sans-serif;
  font-size: 0.75em;
}

ul {
  font-family: arial,helvetica,sans-serif;
  font-size: 1.0em;
}

li {
  font-family: arial,helvetica,sans-serif;
  font-size: 0.9em;
}

p {
  font-family: arial,helvetica,sans-serif;
  font-size: 0.9em;
}

.copyright {
  font-family: arial,helvetica,sans-serif;
  font-size: 0.50em;
}

.disclaimer {
  font-family: arial,helvetica,sans-serif;
  font-size: 0.75em;
}