body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  background-color: #000000;
  margin: 3em;
  border-width: 0.5em;
  border-color: #666666;
  border-style: solid;
  padding: 1.5em;
}

a {
  color: #FFFFFF;
  text-decoration: underline;
}

h1 {
  text-align: left;
  color: #663333;
  text-transform: uppercase;
  font-size: 180%;
  font-weight: bold;
}

h2 {
  text-align: left;
  color: #663333;
  text-transform: uppercase;
  font-size: 100%;
  font-weight: bold;
}

h3 {
  text-align: left;
  color: #663333;
  font-size: 100%;
  font-weight: bold;
}

.help {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  font-style: italic;
  color: #000000;
  background-color: #CCCCCC;
  border: solid medium #666666;
  padding: 1em;
  display: none;
  position: absolute;
  z-index: 9999;
  width: 40%;
}

div#locmap {
  border: none;
  display: none;
  clear: both;
}

ul.di {
  list-style-type: none;
  text-indent: 19em;
}

input {
  background-color: #FFFFFF;
  color: #000000;
}

div#lcol {
  width: 49%;
  float: left;
}

div#rcol {
  width: 49%;
  float: right;
}

div#bottom {
  clear: both;
}

textarea#comments {
  width: 90%;
}
