body  { 
  color: #333;
  font-size: 76%;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  background-image: url(images/labbkrd.jpg);
  margin: 0;
  }

#headbox {
  margin: 0;
  padding: 0;
  }

#headbox p {
  margin: 0;
  padding: 0;
  line-height: 0;
  text-align: center;
  }

#headbox h6 {
  line-height: 0;
  padding-top: 18px;
  text-align: center;
  }

#headbox ul {
  margin-left: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  line-height: 0;
  list-style-type: none;
  text-align: center;
  color: #f5f5f5;
  background-color: #333;
  width: 100%;
  }

#headbox ul li {
  line-height: 0;
  font-size: 0.8em;
  font-weight: 600;
  display: inline;
  }

#headbox ul li a {
  text-decoration: none;
  padding-left: 0.5em;
  padding-right: 0.5em;
  color: #f5f5f5;
  background-color: #333;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  }

#headbox ul li a:hover {
  color: #000;
  background-color: #b70143;
  }

#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 2% 0em 2%;
  font-size: 1.2em;
  line-height: 2em;
  color: #333;
  text-align: left;
  }

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

#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 .floatright {
  float: right;
  border: #333333 1px solid;
  margin: 0.5em, 0, 0.5em, 0.5em;
  }
  
#content .floatleft {
  float: left;
  border: #333333 1px solid;
  margin: 0.5em, 0.5em, 0.5em, 0;
  }

#content h6 {
  margin-bottom: 1em;
  text-align: center;
  }

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

#content h2 {
  padding-left: 0.5em;
  padding-right: 0.5em;
  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.2em;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #333;
  text-align: center;
  }

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

#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 ul {
  padding-left: 3em;
  font-size: 1em;
  line-height: 1.2em;
  }

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

#content a:visited {
  color: #db80a1;
  }
  
#content a:hover {
  color: #b0d3d0;
  }
  
#content a:active {
  color: #b0d3d0;
  }  
  
ul#navigation {
  list-style-type: none;
  margin: 0;
  padding: 0;
  }

ul#navigation .left {
  float: left;
  }

ul#navigation .left a {
  text-decoration: none;
  }

ul#navigation .right {
  float: right;
  }

ul#navigation .right a {
  text-decoration: none;
  }

#footbox {
  clear: both;
  width: 100%;
  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: #b70143;
  }
  
#footbox .contact a:hover {
  color: #000;
  background-color: #b70143;
  }