body {
  position: relative;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0px;
  padding: 0;
  background-color: #9E8461;
}

.topOfPage {
  background-color: #9E8461;
  padding-bottom: 20px;
}
.btmOfPage {
  border-top: 3px solid #660033;
  border-bottom: 3px solid #660033;
  background-color: #FFFFFF;
}

.page {
  margin:0px auto;
  text-align:left;
  width: 1000px;

}

.footer {
}
.footer td {
  font-size: 12px;
  color: #000000;
  line-height: 1.2em;
}
.footer a {
  text-decoration: none;
}

h1 {
  font-family: "Lucida Grande", "Trebuchet MS", "Eras Demi ITC", Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 32px;
  color: #000000;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 28px;
}

h2 {
  font-family: "Lucida Grande", "Trebuchet MS", "Eras Demi ITC", Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.7em;
  color: #000000;
  margin-bottom: 5px;
  font-size: 24px;
}

h3 {
  font-family: "Lucida Grande", "Trebuchet MS", "Eras Demi ITC", Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.7em;
  color: #000000;
  margin-bottom: 5px;
  font-size: 20px;
}

h4 {
  font-family: "Lucida Grande", "Trebuchet MS", "Eras Demi ITC", Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.7em;
  color: #000000;
  margin-bottom: 5px;
  font-size: 18px;
}

h5 {
  font-family: "Lucida Grande", "Trebuchet MS", "Eras Demi ITC", Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.5em;
  color: #000000;
  margin-bottom: 5px;
  font-size: 16px;
}

h6 {
  font-family: "Lucida Grande", "Trebuchet MS", "Eras Demi ITC", Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.3em;
  color: #000000;
  margin-bottom: 5px;
  font-size: 14px;
}

a {
/*  text-decoration: none; */
  color: #660033;
}
a:hover {
  color: #CCCCCC;
}

p, td, li {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.75em;
  color: #000000;
}

th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight:bold;
  color: #000000;
}

dt { font-weight: bold; }

