body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
}

img { border: none; }

h1, h2 {
  margin: 0;
  padding: 0;
}

h1, h2, h3 {
  font-weight: normal;
  color: #890000;
/*   color: #666666; */
}

h2 { 
  text-align: left;
  clear: both;
  }

#navpage { display: none; }


div#left_col {
  width: 290px;
}

div#nav-menu {
  display: block;
  }

#nav-menu ul {
 list-style: none;
 padding: 0;
 margin: 0;
 }
 
 #nav-menu li {
 margin: 0 0;
 
 }
  
#nav-menu li a {
 font-weight: bold;
 line-height: 4em;
 display: block;
/*  color: #666666; */
 color: #890000;
 text-decoration: none;
 text-align: left;
/*  border-bottom: solid 1px #666666; */
 border-bottom: solid 1px #890000;
 margin-left: 0.5em;
 width: 200px;
 padding-left: 0.5em;
}

#nav-menu li a:hover { 
  background-color: #ffe8e8; 
  }

 /* Hide from IE5-Mac \*/
 #nav-menu li a {
 float: none;
 }
 /* End hide */

#title {
font-family: Georgia, Times New Roman, serif;
  position: absolute;
  top: 15px;
  left: 310px;
  height: 110px;
/*   border-bottom: 3px solid #666666; */
  border-bottom: 3px solid #890000;
  margin-right: 5%;
  white-space: nowrap;
}

#title h1 {
  padding-top: 10px;
  }

#title p {
  padding-left: 0.2em;
  font-size: 1.2em;
  font-weight: bold;
/*   color: #666666; */
  color: #890000;
  }

#content {
  position: absolute;
  top: 150px;
  left: 310px;
  margin-right: 15%;
  line-height: 1.5em;
  display: block;
}

strong { 
/*   color: #666666;  */
  color: #890000;
  font-weight: 700;
}
#content li {
  list-style-type: square;
  }
#foot { 
  margin-top: 8em;
  font-size: 0.6em;
}

#foot p { 
  margin-top: 0em; 
/*   border-top: 1px solid #666666; */
  border-top: 1px solid #890000;
  width: 40em;
  }

.bio p {
  clear: both;
  margin-top: 2em;
}

.bio img {
  clear: both;
  float: right;
  padding: 0.5em 1em 1em 1em;
}

