body {
  margin: 0px;
  font-family: "Verdana",sans-serif;
  font-size: 80%;
}
a {
  color: white;
  font-weight: bold;
}
a:hover {
  color: black;
}
ul.nav {
  margin: 0;
  padding: 0;
  font-variant: small-caps;
  font-size: 100%;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#nav li ul {
  padding: 0.25em 0 0;
  display: none;
  position: absolute;
  top: 1.2em;
  left: 0;
  font-weight: normal;
  background-color: #4d2005;
}
#nav li > ul {
  top: auto;
  left: 0;
}
#nav li li {
  border:  none;
  display: block;
  float: none;
  background-color: transparent;
}
#nav li:hover ul, li.over ul {
  display: block;
}
td.blurb {
  padding: 0.25em 1em;
  color: black;
  vertical-align: top;
  text-align: left;
  background-color: #d0c2b7;
}
td.article {
  padding: 0.25em 1em;
  height: 425px;
  color: black;
  text-align: left;
  vertical-align: top;
  color: #4d2005;
  background-color: #d8cabf;
}
p.resume {
  margin-left: 20px;
}
.actttl {
  padding: 0.3em;
  background-color: #e2e4e2;
  text-align: center;
  vertical-align: middle;
}
.acttxt {
  padding: 0.3em;
  background-color: #e2e4e2;
  text-align: left;
  vertical-align: middle;
}
.navbar {
  style=margin-left: auto; margin-right: auto;
  background-color: #4d2005;
  height: 1.5em;
}
#content {
  color: black;
}
p {
  margin-top: 0;
  color: #4d2005;
}
h1 {
  color: #4d2005;
  font-size: 110%;
  margin-bottom: 0;
  font-variant: small-caps;
}
h2 {
  color: #4d2005;
  font-size: 90%;
  margin-top: 0;
  margin-bottom: 0;
  font-variant: small-caps;
}
html > body #content {
}
a {
  text-decoration: none;
}
a:link {
  color: #3c5309;
}
a:visited {
  color: #3c5309;
}
a:active {
  color: red;
}
a:hover {
  color: black;
  font-weight: bold;
}
#nav a {
  display: block;
  color: #cfdfcf;
  text-decoration: none;
  font-weight: normal;
}
#nav a:hover {
  color: white;
  font-weight: bold;
}
#nav li li a {
  display: block;
  color: #cfdfcf;
  text-decoration: none;
  font-weight: normal;
}
#nav li li a:hover {
  color: white;
  font-weight: bold;
}
#nav li li hr {
  display: block;
  height: 0.2em;
  color: #cfdfcf;
}
#nav li {
  float: left;
  position: relative;
  width: 210px;
  text-align: center;
  cursor: default;
  background-color: #4d2005;
}
#sub a {
  background-color: #133a72;
  float: left;
  width: 169px;
  text-align: center;
  color: #aab8e1;
  font-weight: normal;
}
#sub a:hover {
  background-color: #133a72;
  float: left;
  width: 169px;
  text-align: center;
  color: white;
  font-weight: bold;
}
#sub p {
  border-width: 1px;
  border-top: 5px solid #133a72;
  border-bottom: 7px solid #133a72;
  width: 100%;
  text-align: center;
  font-variant: small-caps;
  background-color: #133a72;
}
#sub div {
  text-align: center;
  display: block;
  background-color: #133a72;
  color: white;
}
#sub table {
  vertical-align: top;
  width: 100%;
  background-color: #133a72;
}
#sub td {
  vertical-align: top;
  background-color: #133a72;
}
td.sub {
  background-color: #133a72;
}
table.foot {
  width: 100%;
}
table.foot p {
  text-align: center;
  font-size: 80%;
  font-style: italic;
}
div.h {
  width: 822px;
  padding: 0px;
}
table.history {
  width: 100%;
  padding: 0px;
}
table.history tr {
  height: 125px;
  vertical-align: top;
  padding: 0px;
}
table.history td {
  vertical-align: middle;
}
table.history p, table.history em {
  padding: 5px;
  margin-bottom: 5px;
}
table.history h2 {
  font-variant: normal;
  text-transform: uppercase;
  padding: 5px;
  margin-bottom: 5px;
}
table.history img {
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  border:1px solid #d8cabf;
}
table.history td:hover {
  background-color: #d0c2b7;
}
table.history td:hover h2,
table.history td:hover p,
table.history td:hover em {
  color: black;
}
table.history td:hover img {
  border:1px solid black;
}
