body {
  margin: 2% auto;
  padding: 0;
  border: 2px solid #000;
  min-width: 750px;
  width: 94%;
  height: 94%;
  background-color: #fff;
  font-family: helvetica,arial;
  font-size: small;
}

#header {
  margin: 0;
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 164px;
  background: url('/shared/images/header-left.jpg') #680000 top left no-repeat;
  border-bottom: 2px solid #000;
}

#header img {
  float: right;
}

#wrapper {
  background: url('/shared/images/page-background.jpg') #fff repeat-y top left;
  min-height: 200px;
  height: 100%;
}

#navigation {
  float: left;
  width: 172px;
  height: 100%;
  margin: 0 3px 0 3px;
  padding: 0;
  color: #fff;
  font-size: small;
}

#navigation ul {
  list-style: none;
  margin: 1em 0 0 0;
  padding: 0 1em 0 1em;
}

#navigation ul ul {
  font-size: x-small;
  list-style: disc inside;
  margin: 0.5em 1em 0.5em 1em;
  padding: 0;
}

#navigation ul li {
  margin: 0 0 .2em 0;
  padding: 0;
}

#navigation a {
  color: #fff;
  text-decoration: none;
}

#navigation a:hover {
  text-decoration: underline;
}

#navigation p.login {
  visibility: hidden;
  margin: 3em .1em 2em .1em;
  line-height: 150%;
}

#navigation input {
  width: 150px;
  height: 15px;
  font-size: x-small;
  color: #000;
  background-color: #aaa;
  margin: .3em 0 1em 0;
  border: 1px solid #000;
}

#navigation input.submit {
  width: 60px;
  height: 23px;
  margin: -.1em 0 0 0;
  padding: 0;
}

#text {
  line-height: 1.35;
  min-height: 350px;
  height: 100%;
  overflow: auto;
  margin: 0 15px 0 12px;
  padding: 0;
  text-align: justify;
}

#text h1 {
  text-align: left;
  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 {
  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;
}

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

#text p a {
  color: #680000;
  text-decoration: none;
  font-weight: bold;
}

#text p a:hover {
  text-decoration: underline;
}

#text #image-right {
  float: right;
  margin: 0 0 0 10px;
  padding: 5px;
  text-align: center;
  border: 1px #680000 solid;
  font-size: x-small;
}

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

#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;
}
