body {
  background-color: #fff;
  font-family: times;
  font-size: small;
  color: #000;
  width: 100%;
}

#header {
  visibility: hidden;
}

#wrapper {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

#navigation {
  visibility: hidden;
}

#text {
  text-align: justify;
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: auto;
  orphans: 2;
  widows: 2;
}

#text h1 {
  clear: both;
  color: #680000;
  font-size: x-large;
  font-weight: bold;
  border-bottom: 1px solid #680000;
  padding: 0;
  margin: .5em 0 .5em 0;
}

#text h2 {
  clear: both;
  color: #680000;
  font-size: large;
  font-weight: bold;
  border-bottom: 1px solid #680000;
  padding: 0;
  margin: .5em 0 .5em 0;
}

#text p {
  margin: 0 0 1em 0;
  orphans: 2;
  widows: 2;
}

#text p.copyright {
  clear: both;
  font-size: x-small;
  text-align: center;
}

#text #image-right {
  float: right;
  margin: 0 0 0 1em;
  padding: .1in;
  text-align: center;
  border: 1px #000 solid;
}

#text #image-right img {
  border: 0;
}

#test p a {
  text-decoration: none;
  color: black;
}

#text ul {
}

#text ul .list_heading {
  font-weight: bold;
  margin-left: -1em;
  font-size: medium;
}

#text #mailing_address {
  table-layout: fixed;
  width: 50em;
  border: 0;
  padding: 0;
  margin: 2em;
  margin-bottom: 0;
}

#text #mailing_address .title {
  vertical-align: top;
  font-weight: bold;
  width: 10em;
  padding-bottom: 2em;
}

#text #mailing_address .content {
  vertical-align: top;
  font-weight: normal;
  padding-bottom: 2em;
}
#text #contact_form {
  visibility: hidden;
  table-layout: fixed;
  width: 50em;
  border: 0;
  padding: 0;
  margin: 2em;
}

#text #contact_form .title {
  vertical-align: top;
  font-weight: bold;
  width: 10em;
  padding-bottom: 1em;
}

#text #contact_form .content {
  vertical-align: top;
  font-weight: normal;
  padding-bottom: 1em;
}

#text #contact_form input {
  border: 1px #680000 solid;
  text-size: small;
}

