/* CSS Document */
body {
  background-color: teal;
  color: #222;
}
body, p, td, div, table, span {
    font-family: "Book Antiqua", "Palatino Linotype", Palatino, "Times New Roman", "serif";
    font-size: 17px;
}
hr {
  width: 100%;
  border: 2px solid #005a8e;
}
#maincontent {
    position: relative;
    width: 930px;
    margin: 0 auto;
    background-color: #fff;
    padding: 15px;
    padding-bottom: 25px;
}
#mainheader {
  position: relative;
  width: 960px;
  margin: 0 auto;
  margin-top: -10px;
  padding-bottom: 15px;
  background-color: #fff;
  text-align: center;
}
.pagetitle {
  width: 960px;
  margin: 0 auto;
  color: #FFF;
  background-color: #005a8e;
  font: bold normal 32px "Cooper Black";
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.08em;
  padding-top: 8px;
  padding-bottom: 8px;
}
.footertext {
  width: 960px;
  margin: 0 auto;
  text-align: center;
}
.footertext p {
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, Arial, "sans-serif";
}
.caption {
  font-size: 13px;
  font-family: Verdana, Arial, Helvetica, Arial, "sans-serif";
}
.img35down {
    margin-top:35px
}
