body {
  background-color: #000000;
  padding: 10pt;
}
.clear { clear: both; }
#header {
  background-color: #f0dcfc;
  padding: 6pt;
}
#header a:link {
  color: #000000;
  text-decoration: none;
}
a:visited {
  color: #000000;
  text-decoration: none;
}
a:active {
  color: #000000;
  text-decoration: none;
}
#header a:hover { color: #ffffff; }
#contact-info {
  color: #00264d;
  text-align: right;
  font-family: Helvetica, sans-serif;
  font-size: 8pt;
  float: right;
  width: 40%;
}
#top-menu {
  display: block;
  background-color: #99ccff;
}
.top-menu-item {
  display: block;
  background-color: #99ccff;
  font-size: 8pt;
  width: 0.75in;
  float: left;
  text-align: center;
}
.top-menu-item a {
  display: inline;
  color: #ffffff;
  text-decoration: none;
}
.top-menu-item a:hover { color: #000000; }
.top-menu-item-current {
  color: #ffffff;
  display: block;
  background-color: #3c549a;
  font-size: 8pt;
  width: 0.75in;
  float: left;
  text-align: center;
}
.top-menu-item-current a {
  color: #ffffff;
  text-decoration: none;
  display: inline;
}
.top-menu-item-current a:hover { color: #ffffff; }
.top-menu-item {
  display: block;
  background-color: #99ccff;
  font-size: 8pt;
  width: 0.75in;
  float: left;
  text-align: center;
}
#body-content {
  color: #ffffff;
  background-color: #3c549a;
  font-size: 8pt;
  padding: 6pt;
  clear: left;
}
#body-content-left {
  display: block;
  background-color: #3c549a;
  float: left;
  width: 80%;
}
#body-content-right {
  display: block;
  background-color: #3c549a;
  float: right;
  width: 120px;
}
#body-content a:link { color: #ffffff; }
#body-content a:visited { color: #004a74; }
#footer {
  color: #ffffff;
  background-color: #5d5d6e;
  font-size: 6pt;
  padding-left: 6pt;
  padding-right: 6pt;
}
#status {
  float: left;
  width: 40%;
}
#copyright {
  float: right;
  width: 40%;
  text-align: right;
}
