#custom-doc {
  width:44.54em;
*width:43.47em;
  min-width:579px;
  margin:auto;
  text-align:left;
  background-color: #000;
}

div#hd { padding-top: 10px; }

div#content {
  margin-left: 1em;
  width: 445px;
}

div#content ul li {list-style-type: disc; list-style-position: inside;}

fieldset legend {font-weight: bold; text-align: left; padding-left: 0em; margin-left: 0em;}

body {
  background-color: #000000;
  color: #000;
  font-family: georgia;
}

div#topmenu {
  float: right;
  clear: none;
  padding-top: 10px;
  padding-right: 10px;
  text-align: left;
  padding-left: 5px;
  padding-bottom: 10px;
  font-weight: bold;
}

div#topmenu ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 1.5;
  font-weight: bold;
}

div#topmenu ul li a:visited {
  display: block;
  color: #fff;
}

div#topmenu ul li a:hover {
  display: block;
  color: #FaaB60;
}

h5 { font-size: 100%; }

h4 { font-size: 108%; }

h3 { font-size: 116%; }

h2 { font-size: 124%; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-bottom: 1em;
}

ul, ol {margin-bottom: 1em;}

p {
  font-size: 93%;
  font-weight: normal;
  margin-bottom: 1em;
  letter-spacing: 0.2px;
}

fieldset { margin-top: 1em; }

.validation-failed { /* for textboxes, textareas, passwords */
  border:1px dashed #F33;
  background-color:#cc0000;
}

.validation-failed-cr { /* for checkboxes and radios */
  background-color: #FCC;
  border:1px dashed #cc0000;
}

.validation-failed-sel { /* for selects */
  background-color: #FCC;
  border:1px dashed #cc0000;
}

.validation-passed { /* for textboxes, textareas, passwords */ }

.validation-passed-cr { /* for checkboxes and radios */ }

.validation-passed-sel { /* for selects */ }
