body {
  margin-top: 0em;
  background: #fcfcfc;
  color: #000000;
  font-family: sans-serif;
}

hr {
  border: 0;
  color: #99f;
  background-color: #99f;
  height: 1px;
  width: 100%;
}

.content {
  margin-left: 9em;
  margin-right: 3em;
  padding: 1em;
  padding-left: 2em;
  text-align: justify;
  border-left: thin dashed #99f;
}

.disclaimer {
  border: medium solid #c00;
  padding: 1em;
  color: #c00;
  font-weight: bold;
}

.content a {
  text-decoration: none;
}

.content a:hover {
  text-decoration: underline;
}

.content ul {
  margin: 1em;
}

.toc {
  list-style-type: none;
  font-size: 0.8em;
}

.toc a:hover {
  border-bottom: 1px dashed blue;
  text-decoration: none;
}

.datums {
  text-align: left;
  font-size: 90%;
}

h1 {
  margin-left: 2.5em;
  font-size: 220%;
  color: #003366;
  padding-left: 2em;
  padding-bottom: 0.5em;
}

h2 {
  margin-top: 0;
}

h3 {
  margin-top: 3em;
  border: thin solid gray;
  background: #cdf;
  padding: 0.5em;
}

h4 {
  margin: 0em;
  margin-top: 1em;
  border-bottom: thin dashed gray;
}

h6 {
  border: thin solid gray;
  background-color: #ccc;
  padding: 1em;
  font-size: 0.9em;
  font-weight: normal;
}

.logo {
  margin-top: -0.5em;
  margin-left: 2em;
  position: fixed;
  float: left;
}

.nav {
  float: left;
  margin-left: 0.1em;
  padding: 1em;
  padding-top: 0;
  padding-bottom: 0;
}

.nav ul {
  position: fixed;
  width: 6.5em;
  margin-top: 0.3em;
  border-top: thin dashed #99f;
  border-bottom: thin dashed #99f;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 0.8em;
}

.nav ul.sub {
  width: 4.5em;
}

.nav li {
  list-style-type: none;
  margin-left: -3em;
  margin-right: 0.8em;
}

.sub li {
  margin-left: -5em;
}

.nav li.sub{
  margin-left: -2.5em;
}

.nav a {
  display: block;
  padding: 0.1em;
  padding-left: 0.3em;
  padding-right: 0.4em;
  border: thin dashed white;
  text-decoration: none;
  color: #0000ff;
}

.nav strong {
/*  display: block;
  padding-bottom: 0.5em;
  color: #ffffff; */
}

.nav a:hover {
  border: thin dashed #99f;
}

blockquote {
  background-color: #ffffbb;
  padding: 1em;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}

div.centerize {
  padding-top: 1em;
  text-align: center;
}

a.gobutton {
  border: medium solid black;
  border-radius: 9px;
  background: #cdf;
  padding: 0.5em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  text-decoration: none;
  font-variant: small-caps;
  font-weight: bold;
  color: black;
}

a.gobutton:hover {
  background: #abe;
  text-decoration: none;
}
