body {
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: small;
  color: #555555;
  background-color: #E1E4E9;
  }
div#main {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  }
div#header {
  height: 160px;
  background-image:url('images/header_bkgd.png');
  background-repeat:repeat-x;
  } 
div#navBar {
  color: #4c4b9f;
  padding-right: 18px;
  padding-top: 1px;
  }
div#navBar p {
  text-align: right;
  line-height: 0.6em;
  font-weight: bold;
  }
div#navBar a {
  text-decoration: none;
  }
div#tagLine {
  color: #acc437;
  font-size: 3em;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 10px;
  }
div#homeLeft {
  width: 270px;
  float: left;
  padding: 18px 0 0 18px;
  margin: 0;
  line-height: 1.5em;
  }
div#homeRight {
  width: 626px;
  float: right;
  padding: 18px 18px 0 18px;
  margin: 0;
  line-height: 1.5em;
  }
div#footerLeft {
  float: left;
  font-size: x-small;
  width: 460px;
  margin: 0;
  padding: 20px 10px 2px 10px;
  background-color: white;
  }
div#footerRight {
  float: right;
  font-size: x-small;
  width: 460px;
  text-align: right;
  margin: 0;
  padding: 20px 10px 2px 0;
  background-color: white;
  }
h1 {
  font-size: 1.6em;
  color: #acc437;
  margin-top: 0;
  }
h2 {
  font-size: medium;
  color: #acc437;
  }
h3 {
  margin-bottom: 0;
  padding-bottom: 0;
  }
.bio {
  float: right;
  width: 626px;
  padding: 12px 18px;
  }
.top {
  margin-top: 1px;
  padding-top: 0;
  }
a:link, a:visited {
  color: #4c4b9f;
  }
a:hover, .navBarCurrent {
  color: #f5a21c;
  }
img.staff {
  width: 130px;
  padding: 12px 0 12px 158px;
  text-align: center;
  float: left;
  }
.subNav {
  float: left;
  width: 235px;
  min-height: 400px;
  padding-top: 5px;
  padding-left: 18px;
  margin-right: 18px;
  background-image:url('images/subNavBG.png');  
  background-repeat:repeat-x;
  font-weight: bold;
  }
dt {
  font-weight: bold;
  margin-top: 1em;
  color: #9FB533;
  }
dd {
  margin: 0;
  padding: 0;
  }