@charset "utf-8";

/* content classes */

#content p {
  padding-bottom: 1em;
}

#content a {
  color: rgb(160, 155, 131);
  text-decoration: underline;
}

#content h1, #content h2, #content h3 {
  
}
#content h1 {
  color: #a09b83;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.7em;
  line-height: 2em;
  font-weight: normal;
  margin-top: 1.125em;
  margin-bottom: 1.125em;
}
#content h2 {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.6em;
}
#content h3 {
  font-size: 1em;
  line-height: 1.6em;
}

#content ul, #content ol {
  margin-left: 10px;
  padding-left: 1em;
  padding-bottom: 1em;
}

#content form fieldset {
  border: none;
  color: #333;
  margin-bottom: 1em;
}
#content form fieldset legend {
  color: #333;
  font-weight: bold;
}
#content form label {
  display: inline-block;
  width: 200px;
}
#content form input[type=text],
#content form select,
#content form textarea {
  border: 1px solid #999;
  margin-bottom: 1px;
  padding: 4px;
  width: 200px;
}
#content form input[type=checkbox],
#content form input[type=radio] {
  border: none;
  margin: 4px 0;
}
#content form input[type=text].required,
#content form select.required {
  background-color: #eee;
  border-left: 3px solid #999;
  width: 198px;
}
#content form textarea {
  padding: 4px;
  width: 404px;
}
#content form p {
  width: 404px;
}
