body {
  margin: 0;
  background-color: #bfd6df;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 76%;
  }

#headbox {
  background-color: #dfebef;
  border-bottom: #287793 solid 1em;
  }

#headbox h6 {
  text-align: left;
  }

#leftbox {
  position: absolute;
  font-size: 0.8em;
  top: 12.5em;
  left: 1em;
  width: 10.5em;
  margin-left: 0px;
  margin-top: 0px;
  padding: 0px;
  }

#leftbox ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  }

#leftbox li {
  margin: 0 0 .2em 0;
  } 

#leftbox a {
  display: block;
  color: #ffffff;
  background-color: #287793;
  width: 10.5em;
  padding: .2em .8em;
  text-decoration: none;
  }

#leftbox a:hover {
  background-color: #5e99ae;
  color: #FFF;
  }

#active a {
  display: block;
  color: #FFF;
  background-color: #b12d2d;
  width: 10.5em;
  padding: .2em .8em;
  text-decoration: none;
  }

sup a {
  line-height: 0;
  text-decoration: none;
  font-size: .95em;
  font-weight: bold;
  color: #c11e2a;
  background-color: #bfe2e2;
  padding-top: .1em;
  padding-right: .3em;
  padding-bottom: .1em;
  padding-left: .3em;
  }

sup a:visited {
  color: #c11e2a;
  background-color: #bfd8f1;
  }

sup a:hover {
  color: #f5f5f5;
  background-color: #333;
  }

#content {
  top: 12em;
  margin: 0em 5% 0em 10em;
  font-size: 1em;
  line-height: 2em;
  color: #333;
  }

#content p {
  text-indent: 3em;
  padding: 0 18px 0 18px;
  }

#content blockquote {
  background-color: #dde7f2;
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, san-serif;
  font-size: 1em;
  line-height: 1.5em;
  text-align: justify;
  padding: 12px 24px 12px 24px;
  }

#content h1 {
  font-size: 1.4em;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  color: #000;
  text-align: center;
  }

#content h2 {
  font-size: 1.2em;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  color: #333;
  text-align: justify;
  }

#content h3 {
  font-size: 1.5em;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  padding: 0 18px 0 18px;
  color: #884400;
  text-align: left;
  }

#content h4 {
  font-size: 1em;
  font-family: Tahoma, Verdana, Arial, Helvetica, san-serif;
  color: #333333;
  text-align: center;
  margin: 0;
  }

#content .fntxt {
  font-family: Verdana,Arial,Geneva,sans-serif;
  font-size:.75em;
  line-height: 110%;
  text-indent: 0;
  margin-top: 0;
  margin-bottom: 1em;
  color: #333;
  }

#content .caption {
  text-indent: 0;
  font-size: .8em;
  line-height: 1em;
  margin-left: 3em;
  }

#content a {
  text-decoration: none;
  color: #287793;
  }

#content a:visited {
  color: #e08f95;
  }
  
#content a:hover {
  color: #c11e2a;
  }
  
#content a:active {
  color: #333333;
  }  
  
#rightbox {
  position: absolute;
  left: 87%;
  z-index: 3;
  color: #333;
  padding: 3px;
  }

#footbox {
  clear: both;
  width: 95%;
  font-size: 0.9em;
  margin: 10px;
  text-align: center;
  padding: 3px;
  border-top: 1px solid #3d6fa0;
  color: #333;
  }

#footbox .date {
  float: left;
  letter-spacing: 0.3em;
  text-align: left;
  }

#footbox .contact {
  float: right;
  text-align: right;
  }
  
#footbox .contact a {
  text-decoration: none;
  color: #c11e2a;
  }
  
#footbox .contact a:hover {
  color: #000;
  background-color: #c11e2a;
  }