body {
  margin: 0;
  padding: 0;
  background: white;
  font-family: sans-serif
}
div#body {
  width: 650px;
}
div#header {
  width: 100%;
  background: black;
  color: #7ba5bd;
  border-bottom: 1px solid #4b758d;
  display: table;
}
div#header img {
  float: left;
  border: none;
  margin-left: 10px;
  width: 77px;
  height: 75px;
  margin-bottom: 5px;
}
div.valign {
  vertical-align: middle;
  display: table-cell;
  margin: 0;
  padding-right: 10px;
}
div#header h1 {
  font-weight: bold;
  font-size: xx-large;
  color: #7ba5bd;
  margin: 0 0 5px 0;
  text-align: right;
  line-height: 75px;
}
div#menu {
  float: left;
  width: 100%;
  background: #4b758d;
  color: black;
  font-variant: small-caps;
  font-size: small;
}
div#menu ul {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
}
div#menu li {
  background: #4b758d;
  float: left;
  display: block;
  padding: 1px 10px;
  margin: 0;
}
div#menu li.current {
  background: #cebd8c;
  font-weight: bold;
}
div#menu a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
div#menu a:hover {
  color: #cebd8c;
}
div#footer {
  border-top: 1px solid #4b758d;
  background: black;
  padding: 0 10px;
  color: white;
  font-size: x-small;
  font-weight: normal;
}
div#footer a,
div#footer a:visited {
  color: white;
}
div#content {
  font-size: small;
  color: black;
  background: #cebd8c;
  padding: 4px 10px;
}
dt {
  font-weight: bold;
  margin-top: 0.5em;
}
a { color: black; }
a:visited, a:active { color: #5e4d0c }

