img {
  border: 0;
}

html {
  height: 100%;
}

body {
  position: relative;
  background: #ffffff;
  background-image: url('/img/background.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
  border: none;
  height: 100%;
  color: white;
  font: 18px Verdana, sans-serif;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.66em;
}

h1 {
  text-align: center;
}

*.centered {
  text-align: center;
}

p.signature {
  font-style: italic;
}

#fullheight {
  height:100%;
}

div#content {
  margin: 0em 0em 0em 0em;
  padding: 0;
  height: 100%;
}

div#content p {
}

p.address {
  text-align: center;
  color: #1f2f5c;
  font-size: small;
  font-family: arial, helvetica, sans-serif;
}

div#content *.inset-left {
  vertical-align: text-top;
  float: left;
  margin-top: 1em;
  margin-left: 1em;
  margin-bottom: 1em;
  margin-right: 1em;
}

div#header {
  text-align: center;
}

div#footer {
  text-align: center;
  margin: 2em 1em 1em 1em;
  color: #8c1d1d;
}

a {
  text-decoration: none;
}
a:link {
  color: #9b031c;
}
a:visited {
  color: #1f2f5c;
}
a:link:hover {
  color: #4f4f7c;
}
a:visited:hover {
  color: #4f4f7c;
}

p.individual-bio {
  color: #461608;
  margin-left: 2em;
  margin-right: 2em;
}

hr.gold {
  color: #ae8011;
  background-color: #ae8011;
  border-style: solid;
}
hr.brown {
  color: #d1762c;
  background-color: #d1762c;
  border-style: solid;
}
hr.tan {
  color: #a1856d;
  background-color: #a1856d;
  border-style: solid;
}
hr.black {
  color: #000000;
  background-color: #000000;
  border-style: solid;
}

div#content blockquote {
  color: #b45832;
}

p#pageerror {
  text-align: center;
  color: #000000;
}

p.warning {
  text-align: center;
  color: #ff0000;
  background: #000000;
  font-size: 75%;
  padding: 0 0 0.25em 0;
}

