#home_layout {
  width: 100%;
  }

#home_masthead td {
  height: 309px;
  }

#home_spacer1 td {
  height: 9px;
  }

#home_sections a {
  display: block;

  background-color: #666666;
  color: #cccccc;

  line-height: 18px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 7pt;
  font-weight: bold;

  text-align: center;
  text-transform: uppercase;
  text-decoration: none;

  width: 195px;
  margin: 0px;
  }
#home_sections a:hover
  {
    background-color: #878776;
  }

#home_sections td {
  background-color: #333333;
  margin: 0px;
  padding: 0px;

  border-width: 1px 0px;
  border-style: solid;
  border-color: white;
  }
#home_sections td.entry {
  border-width: 1px 1px;
  border-style: solid;
  border-color: white;
  }

#home_flash td {
  background-color: #330000;

  border-style: solid;
  border-width: 1px 0px;
  border-color: white;
  }
#home_flash td.middle {
  border-style: solid;
  border-width: 1px 1px;
  border-color: white;
  }

#home_layout #bottommenu a {
  line-height: 1.5em;
  /* letter-spacing: 0.1em; */
  font-size: 8pt;
  }
