html, body, h1, h2, h3, h4 {
   margin: 0;
   padding: 0;
}
h1 img {
   display: block;
}
img {
   border: 0;
}
a {
   color: #000080;
   font-weight: bold;
   text-decoration: none;
}
a:hover {
   color: #FF7F00;
   text-decoration: underline;
}
.left {
   float: left;
}
.right {
   float: right;
}
.more {
   text-align: right;
}
.clear {
   clear: both;
}

body {
   background: #808080;
   font: 12px arial, sans-serif;
   color: #565656;
}

#page {
   background: #808080;
   width: 100%;
   height: 100%;
   margin: 0px;
   padding: 0px;
}

/** layout **/
#wrapper {
   background: #FFFFFF;
 margin-left: auto;
 margin-right: auto;
 margin-top: 0px;
 margin-bottom: auto;
   width: 800px;
   height: 100%;
}


#left {
 position: absolute;
 background: white;
 top: 0;
 left: 0;
 width: 150px;
}
#right {
 background: url(images/body.png) no-repeat;
 width: 800px;
 height: 100%;
 margin-top: 0px;
 border: 1px solid #808080;
 border-bottom: 1px solid white;
}

/** Left **/

#left h1 {
 text-align: center;
 font: 28px verdana, serif;
 color: #6C0505;
 height: 709px;
 height: 500px;
}
#copyright {
 color: #303030;
}
#copyright p {
 margin: 0 1em 0.5em 1em;
}




/** Right **/
#nav {
 height: 62px;
 width: 100%;
 margin-bottom: 0px;
 margin-top: 40px;
 padding: 0px;
 margin-left: 150px;
}
#nav ul {
   font: 12px arial, sans-serif;
 margin: 0;
 padding: 0 0 0 20px;
 height: 40px;
}
#nav li {
   font: 12px arial, sans-serif;
 float: left;
 padding: 8px 8px 9px 9px;
 margin: 0px 0px 0px 0px;
 list-style: none;
 height: 40px;
 text-align: center;
}
#nav li.last {
}
#nav a {
 color: #CECECE;
 color: black;
 font: 12px arial, sans-serif;
 font-weight: normal;
 height: 40px;
}
#nav .selected a {
 font-weight: bold;
}



/** Body **/
#body {
  min-height: 900px;
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
}
#body-top {
}
#body-bot {
}

#body h2 {
 font: 18px "Times New Roman", serif;
 font-weight: bold;
 color: #000080;

}
#body h2 strong {
 color: #660505;
 font-weight: normal;
 font-size: 18px;
}
#body h3 {
 font: 14px "Times New Roman", serif;
 color: #660505;
 color: #000080;
 margin-top: 1.4em;
 margin-bottom: 1.1em;
 text-align: center;
}
#body h4 {
 color: #660505;
}
#body .left {
 margin: 0 26px 0 0;
}

/** footer **/
.body-hr {
 clear: both;
 height: 43px;
 margin: 10px -39px;
}

#footer-1 {
  float: left;
  width: 104px;
  padding-right: 30px;
  margin-top: 5px;
  border-right: 1px solid #ACACAC;
  font: 14px "times new roman", serif;
  color: #660505;
  text-align: center;
}
#footer-1 strong {
  display: block;
  font-size: 18px;
  font-weight: normal;
}
#footer-2 {
  float: left;
  width: 154px;
  margin-left: 12px;
  font: 18px "times new roman", serif;
  color: #000;
  line-height: 34px;
}
#footer-2 .left {
  margin-right: 12px;
}
#footer-3 {
  float: left;
  width: 135px;
  margin: 0;
  font: 14px "times new roman", serif;
  color: #000;
  text-align: center;
}
#footer-3 .left {
  margin-right: 12px;
}

.bio {
height: 128px;
margin: 15px 0px 10px 0px;
padding-bottom: 25px;
}

.biopix {
float: left;
margin-right: 15px;
width: 100px;
}

p.banner {
  background: yellow;
  border: 1px solid red;
  padding: 5px;
  text-align: center;
}
.lalign {
   text-align: left;
}

dt {
 padding-top: 10px;
}
dt.cont {
 padding-top: 0px;
}

th {
  text-align: left;
}
