BODY {
  color: black;
  background-color: #f9feff;
  background-image: url("/images/back2.png");
  background-repeat: repeat-y;
  background-position: left;
  margin-left: 80px;
  margin-right: 18px;
  font-family: arial, sans-serif;
}
H1 {
  font-size: x-large;
  font-weight: bold;
  margin-top: 9px;
  margin-bottom: 2px;
}
H2 {
  font-size: large;
  font-weight: bold;
  margin-top: 6px;
  margin-bottom: 2px;
}
P {
  text-indent: 0px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.main {
  width: 80%;
  margin-left:10%;
  text-align: justify;
}

P.indent {
  text-indent: 24px;
  margin-top: 8px;
  margin-bottom: 8px;
}


A:link {
  color: #e87400;
  text-decoration: none;
}
A:hover {
  color: #a3713d;
  text-decoration: none;
}
A:visited {
  color: #a3713d;
  text-decoration: none;
}
TABLE {
  border-width: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
TABLE.pagehead {
  border-width: 0px;
}
TABLE.pagehead TD {
  padding-top: 12px;
  padding-left: 0px;
  padding-right: 0px;
}
TABLE.contact {
  font-size: small;
  padding-left: 12px;
  padding-right: 12px;
}
TABLE.contact TR TD A {
  color: #000000;
  text-decoration: none;
}
UL {
  margin-top: 9px;
  margin-bottom: 9px;
  margin-left: -12px;
}
UL LI {
  margin-top: 6px;
  margin-bottom: 6px;
}
UL LI.wide {
  margin-top: 12px;
  margin-bottom: 12px;
}
UL LI.packed {
  margin-top: 0px;
  margin-bottom: 0px;
}
