BODY {
  width: 1000px;
  margin: auto;
  background-color: #253F5C;
  background-image: url("/graphics/bkgd.jpg");
  background-repeat: repeat-y;
  background-position: top center;
  font-family: Times New Roman, Arial, Sans serif;
  font-size: 14px;
}

hr {
  width: 100%;
  size: 1px;
  color: #789DBF;
}
#headerLogo {
  margin-bottom: 10px;
}
#nav {
  float: left;
  width: 220px;
  text-align: center;
  min-height: 500px;
}
#ads {
  margin-top: 20px;
}
.ad {
  margin-bottom: 3px;
}
#slideshow {
  float: left;
  width: 512px;
  height: 270px;
  margin-left: 4px;
}

#peopleImage {
  float: left;
  width: 258px;
  height: 270px;
}
#contentBox {
  float: left;
  width: 770px;
  background-color: #BCCFE0;
  margin: 10px 0px 20px 4px;
  border: 1px solid #FFFFFF;
  font-family: Tahoma, Verdana, Arial, Sans serif;
  font-size: 12px;
  line-height: 16px;
  color: #253F5C;
}
#content {
  margin: 10px 10px 50px 10px;
}
#contentLeft {
  float: left;
  width: 430px;
  font-family: Tahoma, Verdana, Arial, Sans serif;
  font-size: 12px;
  color: #253F5C;
}
#contentRight {
  float: left;
  width: 300px;
}

#footer {
  width: 1000px;
  font-family: Tahoma, Verdana, Arial, Sans serif;
  font-size: 11px;
  font-weight: bold;
  border-top: 1px solid #253F5C;
  border-bottom: 1px solid #253F5C;
  color: #FFFFFF;
}
#footer p {
  margin: 10px;
}
#footer a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

#footer2 {
  width: 1000px;
  height: 50px;
  font-family: Tahoma, Verdana, Arial, Sans serif;
  font-size: 11px;
  border-bottom: 1px solid #253F5C;
  color: #FFFFFF;
  margin-bottom: 20px;
}
#copy {
  margin: 10px;
  float: left;
}
#nLogo {
  float: right;
  margin: 10px;
}
.clearFloat {
  clear: both;
}

