body {
  border: 0;
  padding: 0;
  margin: 0;
  background-color: #404040;
}

div {
  border: 0;
  padding: 0;
  margin: 0;
}

p {
  border: 0;
  padding: 0;
  margin: 0;
}

img {
  display: inline;
  border: 0;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
}

#wrapper {
  width: 780px;
  border-width: 2px;
  border-style: solid;
  padding: 0;
  color: #8b0510;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-color: #FFFFE5;
  }
  
#banner {
  background-color: #FFFFE5;
  width: 100%;
  font-size: 0px;
}

#banner p {
  font-family: papyrus, verdana, ariel, cursive;
  font-weight: bold;
  font-style: italic;
  font-size: 40px;
  text-align: center;
  padding-bottom: 15px;
  color: #000000;
}

.banner_image {
  margin: 20px 0 30px 95px;
}

.corner_logo {
  border: 0;
  margin: 23px 0 15px;
}

.panel_image {
  float: left;
  border-style: solid;
  border-width: 0 4px 4px 0;
  border-color: #FFFFE5;

}

.panel_image_left {
  border-left-width: 4px;
}

.panel_image_top {
  border-top-width: 4px;
}

#top_nav {
  position: relative;
  background-color: #FFFFE5;
  height: 30px;
}

#top_nav ul li a {
  padding: 0;
  margin: 0;
  color: #000000;
  font-family: papyrus, verdana, ariel, cursive;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  font-style: italic;
}

#top_nav ul li a:hover {
  color: #8B0F0D;
  font-family: papyrus, verdana, ariel, cursive;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

#top_nav ul ul a {
  display: block;
  margin: 0px;
  padding: 0px;
  color: #000000;
  font-family: papyrus, verdana, ariel, cursive;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  font-style: italic;
}


#top_nav ul ul a:hover {
  color: #8B0F0D;
  background-color: #eeeeee;
  font-family: papyrus, verdana, ariel, cursive;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}


#top_nav ul ul li {
  margin: 1px 2px;
  padding: 2px 0px;
}

#top_nav ul ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #FFFFE5;
}

  #subONE, #subTWO, #subTHREE, #subFOUR, #subFIVE, #subSIX {
    visibility: hidden;
    }

  ul.navigation_one {
    position: absolute;
    top: 0px;
    left: 20px;
    list-style-type: none;
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
    z-index: 100;
    }
  ul.navigation_two {
    position: absolute;
    top: 0px;
    left: 155px;
    list-style-type: none;
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
    z-index: 100;
    }
  ul.navigation_three {
    position: absolute;
    top: 0px;
    left: 330px;
    list-style-type: none;
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
    z-index: 100;
    }
  ul.navigation_four {
    position: absolute;
    top: 0px;
    left: 465px;
    list-style-type: none;
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
    z-index: 100;
    }
  ul.navigation_five {
    position: absolute;
    top: 0px;
    left: 565px;
    list-style-type: none;
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
    z-index: 100;
    }
  ul.navigation_six {
    position: absolute;
    top: 0px;
    left: 650px;
    list-style-type: none;
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
    z-index: 100;
    }
    
#content {
  width: 100%;
  background-color: #FFFFE5;
  float: left;
  margin: 0;
  padding: 0;
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-style: solid;
  border-color: #8b0510;
  overflow: hidden;
  display: inline;
}

#footer {
  clear: both;
  width: 780px;
  background-color: #FFFFE5;
  font-family: papyrus, verdana, ariel, cursive;
  text-align: center;
  font-size: .8em;
  color: #000000;
}

#footer p{
  padding: 5px 0 20px 0;
}

#footer a {
  color: #000000;
}

#footer ul {
  padding: 10px 0 0;
}

#footer li {
  list-style-type: none;
  display: inline;
  padding: 0 5px;
}

#content p {
  font-family: papyrus, verdana, ariel, cursive;
  font-size: 18px;
  font-weight: bold;
  color: #666666;
  padding: 1em 4em;
  text-align: justify;
}

#content ul {
  list-style-type: none;
  font-family: papyrus, verdana, ariel, cursive;
  font-size: 18px;
  font-weight: bold;
  color: #666666;
}

#content p.sub_para {
  font-size: 14px;
  padding: .2em 5em;
  margin: 0;
}

#content h3 {
      font-family: papyrus, verdana, ariel, cursive;
      font-size: 38px;
      font-weight: bold;
      text-align: center;
      color: #000000;
      margin:  30px 0 0 0;
}

#content h4 {
      font-family: papyrus, verdana, ariel, cursive;
      font-size: 28px;
      font-weight: bold;
      text-align: center;
      color: #000000;
      margin:  18px 0 0 0;
}

#content h5 {
      font-family: papyrus, verdana, ariel, cursive;
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      color: #000000;
      margin:  14px 0 0 0;
}

#content p a {
  text-decoration: underline;
  color: #666666;
}

#content p a:hover {
  color: #666666;
}

#content li a {
  text-decoration: underline;
  color: #666666;
}

#content li a:hover {
  color: #666666;
}

div.center {
  width: 400px;
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
div.center p {
  margin-left: 80px;
}
