#header {
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  background-color: #336699;
  color: white;
}
#hmenu {
  border: 1px solid black;
  text-align: center;
  background-color: #003366;
  line-height: 2.5em;
  font-family: Arial,Helvetica,sans-serif;
  height: 2.5em;
  font-weight: bold;
  font-size: 0.7em;
  width: 1000px;
}
#hmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#hmenu li {
  border-right: 1px solid black;
  padding: 0px 10px;
  color: white;
  background-color: black;
  float: left;
  font-size: 10pt;
}
#hmenu a {
  margin: 0 -20px 0 -10px;
  padding: 0px 20px;
  display: block;
  text-decoration: none;
  color: white;
  background-color: #003366;
}
#hmenu a:hover {
  background-color: #333333;
}
#footer {
  border: 1px solid black;
  clear: both;
  background-color: black;
  font-weight: normal;
  text-align: center;
  width: 1000px;
  color: white;
  font-family: Arial,Helvetica,sans-serif;
  font-style: normal;
}
#wrapper {
  margin: auto;
  padding: 5px;
  background-color: #e8ffef;
  font-size: 10pt;
  width: 1000px;
  font-family: trebuchet ms;
}
#footer a:link {
  background-color: black;
  font-family: Arial,Helvetica,sans-serif;
  color: #cc33cc;
}
