.toprint {
  display: none;
}
body {
  margin: 0px;
  background-color: #598ebc;
}
table {
  background-color: #99ccff;
}
#maintable {
  background-color: #99ccff;
  height: 100%;
}
td {
  font-family: "MS Serif", "New York", serif;
  font-size: 14px;
}
a,
a:hover {
  color: #000;
}

#top {
  background-image: url(images/top.jpg);
  background-repeat: no-repeat;
  height: 173px;
  width: 826px;
  text-align: right;
}
#left {
  background-image: url(images/bgleft.gif);
  background-repeat: repeat-y;
  background-position: right;
  background-color: #598ebc;
  width: 7px;
  height: 100%;
}
#right {
  background-image: url(images/bgright.gif);
  background-repeat: repeat-y;
  background-position: left;
  background-color: #598ebc;
  width: 7px;
  height: 100%;
}
#menu {
  padding-top: 55px;
  vertical-align: top;
  width: 190px;
  text-align: center;
  line-height: 20px;
}
#menu a {
  color: #004b75;
  text-decoration: none;
  width: 180px;
  font-weight: bold;
}
#menu a.:hover {
  color: #004b75;
  font-weight: bold;
  font-style: italic;
}
#content {
  text-align: left;
  vertical-align: top;
  width: 636px;
  padding: 10px;
  padding-right: 15px;
  text-align: justify;
  line-height: 17px;
}
#content p.headline {
  font-family: "MS Serif", "New York", serif;
  font-size: 16px;
  font-weight: bold;
}
.bluebold {
  color: #004b75;
  font-weight: bold;
}
#footer {
  width: 100%;
  text-align: right;
}
