body {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  color: black;
  background-color: white;
  font-family: Verdana, Helvetica, sans-serif;
  font-weight: normal;
}

.toptitle,
.toplinks {
  white-space: nowrap;
}

.toptitle {
  height: 48px;
  padding: 0 0 0 56px;
  color: #ffff00;
  background-image: url(/title.jpg);
  font-style: oblique;
  font-weight: bolder;
  font-variant: small-caps;
  letter-spacing: 0.1em;
}

.toptitle {
  font-size: 33px;
}

h1 {
  font-size: 21px;
}

h2 {
  font-size: 17px;
}

h3 {
  font-size: 14px;
}

.main,
.main td,
.main th {
  font-size: 12px;
}

.leftmenu ul {
  font-size: 11px;
}

.toplinks td,
.imgleft td,
.imgright td,
.copyright {
  font-size: 10px;
}

.copyright a,
.leftmenu a,
.main th,
h1,
h2,
h3 {
  font-weight: bold;
}

.toplinks,
.leftmenu {
  background-color: #f0f0f0;
}

.imgcaptionleft,
.imgcaptionright {
  background-color: #e7e7e7;
  border-width: 2px 4px;
  border-color: #e7e7e7;
  border-style: solid;
}

.toptitle,
.toplinks {
  border-bottom: solid #c0c0c0 1px;
}

.leftmenu {
  border-right: solid #c0c0c0 1px;
}

.separator,
.copyright {
  border-top: solid #c0c0c0 1px;
}

.toplinks td {
  padding: 0 10px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.toplinks a,
.leftmenu a {
  color: black;
}

.main a {
  color: #a00000;
}

.copyright,
.copyright a,
hr {
  color: #c0c0c0;
}

.leftmenu {
  padding: 10px;
}

.leftmenu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.leftmenu li {
  margin: 0 0 18px 0;
}

.leftmenu li ul {
  list-style-type: square;
}

.leftmenu li li {
  margin: 2px 0 2px 16px;
}

.main {
  padding: 12px;
}

.main td,
.main th {
  vertical-align: top;
  padding-right: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.main th {
  text-align: left;
}

.main ul {
  list-style-type: square;
}

.imgleft {
  margin-right: 12px;
}

.imgright {
  margin-left: 12px;
}

.imgleft,
.imgright {
  margin-bottom: 6px;
}

.imgleft td,
.imgright td {
  padding: 0;
}

.imgcaptionright {
  text-align: right;
  color: #808080;
}

h1,
h2,
h3 {
  padding-bottom: 0;
  padding-top: 0;
}

hr {
  margin: 0;
  height: 1px;
  text-align: center;
}

ul {
  margin-top: 2ex;
}

li {
  margin: 1ex 10px 1ex 0;
}

.copyright {
  padding: 1px 4px;
  text-align: right;
}

@media print {
  .toptitle, .toplinks, .leftmenu {
    display: none;
  }
}

