body {
  background: #FFF;
  margin: 0px;
}

#pageFrame {
  width: 100%;
  border: 0px;
  padding: 0px;
}

#pageStripe {
  /* This image path will need to be modified when you move the site */
  /* background-image: url("../images/caravanStripe.gif"); */
  height: 10px;
  background-color: #FF0000;
}

#pageNav {
  /* This image path will need to be modified when you move the site */
  /* background-image: url("../images/navBack.gif"); */
  /* background-repeat: no-repeat; */
  background-color: #EAE6DB;
  width: 185px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  /*line-height: 24px;*/
  vertical-align: top;
}

#pageNav .select {
  width: 180px;
}

#pageNav a:visited, #pageNav a:active, #pageNav a:link {
  color: #143A67;
  text-decoration: underline;
}

#pageNav a:hover {
  color: #EC2013;
  text-decoration: underline;
}

/*
#pageHeader {
  background-color: #EAE6DB;
}

#pageStripe {
  height: 10px;
}
*/

#pageBody {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  padding: 10px;
  vertical-align: top;
}

#pageBody h1 {
  color: #2060AA;
  font-size: 21px;
  line-height: 21px;
  font-weight: normal;
}

#pageBody h2 {
  color: #2060AA;
  font-size: 19px;
  line-height: 19px;
  font-weight: normal;
}

#pageBody h3 {
  color: #000000;
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
}

#pageBody a:visited, #pageBody a:active,#pageBody a:link {
  color: #EC2013;
  text-decoration: underline;
}

#pageBody a:hover {
  color: #143A67;
  text-decoration: underline;
}

#pageFooter {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding: 5px;
}

#pageFooter a:visited, a:active, a:link {
  color: #143A67;
  text-decoration: underline;
}

#pageFooter a:hover {
  color: #EC2013;
  text-decoration: underline;
}

#pageRight {
  width: 200px;
  vertical-align: top;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

#pageRight img {
  padding-top: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;
}

.blue {
  color: #2060AA;
}

.caption {
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
}
