/*
 */
body {
  font: 69% bitstream vera sans,sans-serif;
  background-color: #eeeedd;
  color: black;
  margin: 0;
}    

a {
 color: #8cacbb;
}

h1, h2, h3, h4, h5, h6 {
  background-color: transparent;
  font-size: 100%;
  /* color: #b2221c; */
  font-variant: small-caps;
}

h1, h2, h3, h4 {
  font-family: bitstream vera sans,sans-serif;
}

h1 {
  font-size: 14pt;
  font-weight: normal;
  border-bottom: 1px solid #8cacbb;
}

h2 {
  font-size: 12pt;
}

h3 {
  font-size: 10pt;
}

th, td {
  font-family: bitstream vera sans,sans-serif;
  font-size: 10pt;
}


p, ul, ol {
  margin: 5px 0 0 0;
}

.header {
  width: 100%;
  padding: 0em 0em 0em 2em;
  font-family: bitstream vera sans,sans-serif;
  font-weight: bold;
  background-color: transparent;
  border-collapse: collapse;
  white-space: nowrap;
  list-style: none;
  margin: 0;
  height: auto;
  line-height: normal;
}

.header li {
 display: inline;
}

.header li a {
  text-decoration: none;
  background-color: transparent;
  color: #8cacbb;
  font-variant: small-caps;
  border-width: 1px;
  border-style: solid solid none solid;
  height: auto;
  margin-right: 0.5em;
  padding: 0em 2em;
}

.header li.selected a {
 background-color: #b2221c;
 border: 1px solid #8cacbb;
 border-bottom: #b2221c 1px solid;
}

.header li a:hover {
 background-color: #b2221c;
 border-color: #8cacbb;
 border-bottom-color: #b2221c;
}

.stripe {
  background-color: #b2221c;
  border-top-color: #8cacbb;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #8cacbb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  line-height: 1.3em;
  height: 1.3em;
}

.menu {
  clear: left;
  font-family: bitstream vera sans,sans-serif;
  /* color: #aa0000; */
  width: 15em;
  text-align: center;
  float: right;
  padding: 5px;
  background-color: #eeeedd;
  margin: 1em;
  border: 2px outset #8cacbb;
  line-height: 18pt;
}

.menu a {
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  background-color: transparent;
}

.menu a:hover {
 color: #aa0000;
}

.main {
  display: block;
  float: left;
  text-align: left;
  color: black;
  background-color: #eeeedd;
  margin-left: 1em;
  /* margin-right: 2em; */
  padding: 0 1em 2em 1em !important;
  width: 70%;
  /* font-size: 10pt; */
}

.footer {
  width: 100%;
  clear: both;
  font-family: bitstream vera sans,sans-serif;
  font-size: 80%;
  font-variant: small-caps;
  font-weight: bold;
  text-align: center;
  color: #8cacbb;
  background-color: #b2221c;
  border-top: 1px solid #8cacbb;
  border-bottom: 1px solid #8cacbb;
  margin: 2em 0em 1em 0em;
  padding: 0.5em 0em 1em 0em;
}

.top {
  width: 100%;
  padding: 0 0 0 0;
  margin: 0.75em 0em 0em 1.5em;
  font-family: bitstream vera sans,sans-serif;
  /* font-size: medium; */
  background-color: #eeeedd;
  color: #aa0000;
  border: none;
  display: block;
}

.top p {
  color: #eeeedd;
}

.copynotice {
  font-size: 10pt;
}

.main address {
  margin-left: 20px;
  font-family: bitstream vera sans,sans-serif;
  font-style: normal;
  text-align: left;
}
/* 
*/