/* Unchanged */
body {
  background: #fff99e url(../images/body_BG.gif) top left repeat-x; 
  margin: 0;
  font-size: 14px;
  font-family: arial, verdana, times new roman;
  color: #0a4275;
}

#wrapper {
  width: 780px;
  margin: 0 auto;
  border: 1px solid #0a4275;
  border-top: 0;
}

#topper {
  height: 200px;
  background: #0a4275;
  border-bottom: 1px solid #0a4275;
}

#content{
  padding: 20px 0 0 0;
  background: #fffaf2 url(../images/content_BG.gif) top left repeat-x;
}

#content h1 {
  margin: 0 0 15px 0;
  width: 760px;
  line-height: 31px;
  font-size: 26px;
  text-indent: 30px;
  color: #fff;
  background: url(../images/h1_BG.gif) top left no-repeat;
}

#content p {
  width: 567px;
  margin: 0 0 20px 40px;
  padding: 10px 30px 15px 30px;
  background: #fffccf;
  border-top: 1px solid #0a4275;
  overflow: hidden;
}

#content p a {
  text-decoration: underline;
  color: #0a4275;
  font-weight: 700;
}

#content p a:hover{
  text-decoration: none;
  color: #106abb;
}

#bottom {
  padding: 10px 0 0 0;
  font-size: 10px;
  text-align: center;
}

#footer{
  height: 35px;
  background: url(../images/footer_BG.gif) top left no-repeat; 
}

#cwd {
  margin: 0 auto;
  width: 780px;
  text-align: center;
  font-size: 10px; 
}

#cwd a {color:#c5c07a; text-decoration: none}
#cwd a:hover {color:#8a8756;}