body {
  background-color: #000000;
}

.masthead {
  margin: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  width: 760px;
  height: 144px;
}

.nav {
  margin: auto;
  margin-top: -30px;
  width: 760px;
  text-align: center;
  font-family: verdana, sans-serif;
  font-size: 0.8em;
  color: #cccccc;
}

.nav a:link, .nav a:visited, .nav a:active {
  color: #cccccc;
  text-decoration: none;
}

.nav a:hover {
  color: #686866;
  text-decoration: underline;
}

.mainbox {
  text-align: center;
  background-repeat: no-repeat;
  width: 700px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.maincontent {
  clear: both;
  text-align: justify;
  margin: 20px;
  line-height:1.3em;
  font-family: verdana, sans-serif;
  font-size: 0.7em;
  color: #dddddd;
}

.maincontent a:link, .maincontent a:visited, .maincontent a:active {
  color: #686866;
  text-decoration: underline;
}

.maincontent a:hover {
  color: #2f414e;
  text-decoration: none;
}

div.header {
  margin-bottom: 70px;
  margin-left: -10px;
}


div.headernav {
  float: left;
  margin-left: 50px;
  margin-top: 10px;
}

div.headertext {
  vertical-align: text-bottom;
  font-size: 1.4em;
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #9a9a9a;
}

div.headericon {
  float: right;
  margin-right: -10px;
  margin-top: -45px;
  border: 1px solid #9a9a9a;
}

fieldset {
  margin-top: 20px;
  width: 640px;
  padding: 10px;
  padding-right: 5px;
  border: 1px solid #9a9a9a;
}

legend {
  color: #6c889a;
  background-color: #000000;
  border: 1px solid #9a9a9a;
  font-family: verdana, sans-serif;
  font-size: 1.0em;
  font-weight: bold;
  padding: 4px 8px
}

p.input {
  margin-left: 4em;
}

label.input {
  width: 10em;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block
}

.forminput {
  border: 1px;
  border-style: solid;
  border-color: #686866;
  background-color: #2f414e;
  color: #cccccc;
  padding: 2px 3px;
  width: 30em;
  font-family: monospace;
  font-size: 1.5em;
}

.formbuttons {
  margin-left: 10.5em;
}

.formbutton {
  background-color: #2f414e;
  color: #cccccc;
  border: 1px;
  border-style: solid;
  border-color: #686866;
}

p.heading {
  font-size: 1.1em;
  font-weight: bold;
  color: #6c889a;
  margin-top: 20px;
  margin-bottom: 0px;
}

p.blurb {
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 0px;
}

ul.blurblist {
  margin-top: 5px;
  margin-left: 10px;
  list-style-type: square;
}

div.formError {
  margin-left: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #cc0000;
}

div.formSuccess {
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #00cc00;
}

.footer {
  clear: both;
  text-align: center;
  font-family: verdana;
  font-size: 0.6em;
  color: #aaaaaa;
}

.footer a:link, .footer a:visited, .footer a:active {
  color: #686866;
  text-decoration: underline;
}

.footer a:hover {
  color: #2f414e;
  text-decoration: none;
}
