body {
        color: black;
        background-color: #ffc480;
        font-family: "Verdana", sans serif;
        font-size: 13px;
        line-height: 17px;
        font-weight: normal;
        text-align: left;
        margin: 0 32px 32px 0;
        padding: 0;
}
h1 {
  display: none;
}
h2, h3, h4, h6 {
  color: #337f00;
  background-color: transparent;
        font-weight: bold;
        font-style: italic;
        margin: 0;
}
h2 {
        font-size: 23px;
        line-height: 29px;
        padding: 0 0 4px 0;
}
h3 {
        font-size: 19px;
        line-height: 23px;
        font-weight: normal;
        padding: 8px 0;
}
h4 {
        font-size: 17px;
        line-height: 19px;
        font-style: normal;
        padding: 8px 0;
}
h6 {
        font-size: 15px;
        line-height: 19px;
        font-style: normal;
        padding: 8px 0 0 0;
}
p {
        text-align: justify;
        margin: 0;
        padding: 4px 0;
}
em {
  font-weight: normal;
  font-style: italic;
}
strong {
  font-weight: bold;
  font-style: none;
}
a, a:active {
        color: #337f00;
        background-color: transparent;
  font-weight: bold;
  text-decoration: none;
}
a:hover, a:focus {
        color: #ff8800;
        background-color: transparent;
  font-weight: bold;
  text-decoration: none;
}
ul {
  list-style-position: outside;
  margin: 0;
  padding: 0 0 8px 16px;
}
li {
  margin: 0 0 0 16px;
  padding: 0;
}
hr {
  margin: 4px 0;
  padding: 0;
  border: 1px solid #ffc480;
  clear: left;
}

img {
  margin: 0;
  padding: 0;
  border: none;
}

.topline {
  background: url(top-logo.png) no-repeat top left;
  height: 96px;
  width: 768px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.navigation {
  background: url(navig-bg.png) repeat-y top left;
  width: 192px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 96px;
  left: 0;
}
.content {
  background-color: #ffe1be;
  max-width: 868px;
  margin: 24px 32px 32px 0;
  padding: 8px 16px 0 16px;
  position: absolute;
  top: 96px;
  left: 192px;
  right: 0px;
  border-bottom: 32px solid #ffc480;
}
.copy {
  color: #193f00;
  background-color: transparent;
  font-size: 11px;
  line-height: 13px;
  text-align: left;
  padding: 32px 72px 8px 8px;
}
.date {
  color: #6abf31;
  background-color: transparent;
  font-size: 11px;
  text-align: right;
  padding: 24px 0 8px 8px;
}
.highlight {
  color: #7f0033;
  background-color: transparent;
}
.canceled {
  text-decoration: line-through;
}
.image {
  margin: 4px 16px 4px 0;
  padding: 0;
  border: none;
  float: left;
}
.navlink1, .navlink2 {
  height: 12px;
  width: 144px;
  margin: 8px 0 0 8px;
  padding: 7px 16px 13px 16px;
  display: block;
  clear: both;
}
a.navlink1, a.navlink1:active {
  color: #193f00;
  background: url(button-a.png) no-repeat center;
}
a.navlink1:hover, a.navlink1:focus {
  color: #193f00;
  background: url(button-h.png) no-repeat center;
}
a.navlink2, a.navlink2:active {
  color: #193f00;
  background: url(button-n.png) no-repeat center;
}
a.navlink2:hover, a.navlink2:focus {
  color: #193f00;
  background: url(button-h.png) no-repeat center;
}
.subnavbox {
  color: #6abf31;
  background-color: transparent;
  padding: 0;
  margin: 8px 16px 8px 16px;
}
#biography p {
  margin-left: 64px;
  padding: 0 0 8px 0;
}