  #top { height: 50px; background-color: black; }
  #middle { height: 150px; background-color: firebrick; padding-top: 20px; }
  #bottom { height: 470px; background-color: #d5e9f6; padding-top: 20px; }
  #main { background-color: white; }
  #footer { height: 50px; background-color: black; padding-top: 10px; }
  #footer td { color: lightgrey; font-weight: bold; }
  #footer td a { color: firebrick; font-weight: bold; }

  body, p, span, td { font-family: Helvetica, Arial, sans-serif; }

  #navmenu, #navmenu a { font-weight: bold; color: white; padding: 4px 8px 8px 4px; }

  #navmenu a.selected { background-color: darkred; }

  #navmenu a:link { text-decoration: none; }
  #navmenu a:visited { text-decoration: none; }
  #navmenu a:hover { text-decoration: underline; }
  #navmenu a:active { text-decoration: none; }

  #feature p { font-size: 18px; margin-bottom: 0.75em; }
  #feature ul { margin-top:0; margin-bottom:0; }
  #feature ul li { list-style: none;
    background: url(check_bullet.gif) no-repeat left 0.5em;
    padding: 0.5em 1.75em 0.5em 1.75em;
    font-size: 14px;
    font-weight: bold;
    margin-left: -30px;
   }

  .mainsub { color: black; font-weight: bold; }
  .mainsub2 { color: darkred; font-weight: bold; }



