body {
  background: #FFE;
  color: #000;
}

table.page {
  width: 100%;
}

table.bodytable {
  width: 100%;
}

td.body {
  width: 99%;
  vertical-align: top;
}

td.nav {
  line-height: 1.0em;
  text-align: center;
  background: #FFD;
  color: #000;
  vertical-align: top;
  width: 1%;
}

table.nav {
}

hr.link {
  width: 80px;
  margin-left: 10px;
  margin-right: 10px;
}

div.credit {
  border: none;
  margin-left: 1px;
  margin-right: 1px;
  padding: 0.1em 0.3em;
  background: #CCC;
  line-height: 1.2;
  font-size: 10pt;
  color: #FFF;
  text-align: center;
  vertical-align: top;
}

div.DCLogo {
  border: none;
  text-align: center;
}
.center, #logo, #slogan {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

#slogan {
  margin-top: -5px;
  font-family: Times, "Times New Roman", serif;
}

.slogan {
  font-style: italic;
}

a.credit {
  color: #FFF;
  text-decoration: none;
}
a.nav {
  font-weight: bold;
  color: black;
  text-decoration: none;
}

a.topnav {
  font-weight: bold;
  color: black;
  text-decoration: none;
}

span.linksep {
  font-weight: bold;
  color: #6A6A6A;
  font-size: 12pt;
}

img.noborder {
  border: none;
}

img.centernoborder {
  border: none;
  text-align: center;
} 
