BODY {
  color: #000000;
  background-color: white;
  font-family: Arial;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

:LINK {
  font-weight: bold;
  color: #000000;
}

:VISITED {
  font-weight: bold;
  color: #000080;
}

.sitename {
  font-family: Arial;
  color: #000000;
  font-size: large;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}

.siteline {
  color: #e1bd15;
}

.rightline {
  background-color: #e1bd15;
  text-align: left;
}

.pagetitle {
  font-family: Arial;
  color: #000000;
  font-size: 24;
  text-align: center;
  font-weight: bold;
}

#left {
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size: small;
  float: left;
  border: 1px solid black;
/*  padding: 4px;*/
  padding-left: 8px;
  width: 150px;
  color: #c00000;
 /* background: #815d00;  olive */
 /* background: #8f0c72;  magenta */
  background: #e1bd15;
}

#left a:link {
  color: #000000;
}

#left a:visited {
  color: #000080;
}

#content .required {
  color: red;
}

#content {
  padding-left: 8px;
  margin: 0 10px 10px 160px;
}

#content h2 {
  padding: 0;
  margin: 0;
}

#content h3 {
  padding: 0;
  margin: 0;
}

#content h4 {
  text-decoration: underline;
}

#content li {
  padding: 0;
  margin: 0;
}

#content .home {
  float: left;
/*  border: 1px solid green;*/
}

#content .home p {
  float: left;
  margin: 0 1em 1em 0;
}

#content .notices {
  clear: left;
  list-style: none;
  padding-top: 2em;
}

#content .notices li {
  padding-bottom: 1em;
}

#content .howto {
  font-size: 80%;
}

#content .howtofooter {
  font-size: 80%;
  clear: left;
}

#content .contactus {
  list-style: none;
}

#content .contactus li {
  display: inline;
}

#content .images {
  float: left;
  padding-left: 2em;
}

#content p.image, p.galleryimage, p.gallerythumb, p.adthumb, div.textad {
  float: left;
  border: 1px solid #999;
  margin: 0 15px 15px 0;
  padding: 5px;
}

#content p.galleryimage {
  width: 405px;
}

#content p.adthumb {
  width: 180px;
}

#content p.image img, p.galleryimage img, p.gallerythumb img, p.adthumb img {
  display: block;
  border: 1px solid #999;
  margin-left: auto;
  margin-right: auto;
}

#content .breaker br {
  display: none;
}

#footer {
  clear: both;
  font-family: helvetica, arial, sans-serif;
  font-size : x-small;
  font-weight: normal;
  text-align: center;
}

ul.nobullets {
  list-style: none;
}

/* form layout information ***********************************************/

fieldset {
  float: left;
  clear: left;
  width: 100%;
  margin: 0 0 .5em 0;
  padding: 0;
  border: 1px solid #BFBAB0;
  background-color: #F2EFE9;
}

fieldset ul {
  list-style: none;
}

fieldset li {
  float: left;
  clear: left;
  width: 100%;
  padding-bottom: 1em;
}

legend {
  margin-left: 1em;
  color: #000000;
  font-weight: bold;
}

fieldset.actions {
  float: none;
  width: auto;
  margin-left: 2em;
  padding-top: 1em;
  border-style: none;
  background-color: transparent;
}

fieldset.actions input {
  margin-right: 1em;
}

label {
  position: relative;
  float: left;
  width: 10em;
  margin-right: 1em;
}

label strong {
  display: block;
  color: #C00;
  font-size: 85%;
  font-weight: normal;
  text-transform: uppercase;
}

label span.description {
  position: absolute;
  left: 35em;
  top: 0.2em;
  width: 19em;
  font-style: italic;
}

label span.textarea_description {
  position: absolute;
  left: 40em;
  top: 0.2em;
  width: 15em;
  font-style: italic;
}
