body {
  color: white;
  background-color: black;
  background-image: url('http://apotheon.com/img/bg.png');
  background-attachment: fixed;
}

a {
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  padding-left: 5em;
}

h3 {
  text-align: right;
/*  background-color: #000064; */
  background-color: #69b;
  background-image: url('http://apotheon.com/img/h3.png');
  background-repeat: repeat-y;
/*  background-position: right; */
/*  border-left: 2px solid #69b; */
  border-top: 2px solid #69b;
/*  border-right: 2px solid #69b; */
  padding: 0.25em;
}

h4 {
  margin: 0.5em;
  padding-left: 0.5em;
}

p {
  text-align: justify;
}

.content li {
  list-style-type: none;
  margin: 1em;
}

.desc {
  margin: 0em 1em 1.5em 1.5em;
  border: thin solid white;
  background-color: #e6e6ff;
  padding: 0.5em;
}

.content {
  margin-top: 2em;
  margin-left: 11em;
  margin-right: 3em;
  color: black;
  background-color: #eef;
  border-left: 2px solid #69b;
  border-right: 2px solid #69b;
  border-bottom: 2px solid #69b;
}

.content p {
  padding: 1em;
  padding-top: 0em;
}

.content li {
  margin-bottom: 0.5em;
}

.midblock {
  margin-left: auto;
  margin-right: auto;
  width: 402px;
  padding-bottom: 3em;
}

.midblock input {
  border: thin solid black;
  margin-bottom: 0.5em;
  margin-right: 0.5em;
}

.midblock textarea {
  border: thin solid black;
  margin-top: 0;
}

.noleft {
  margin-top: 1em;
  margin-bottom: 0;
  padding: 0.25em;
  padding-top: 0.1em;
  text-align: left;
  background-color: #69b; /*#9cf;*/
  font-weight: bold;
  border-left: thin solid black;
  border-top: thin solid black;
  border-right: thin solid black;
}

.noright {
  float: right;
}

.noright input {
  margin-right: 0;
  margin-left: 0.25em;
}

.twofifty {
  width: 250px;
}
