html {
  overflow: hidden;
}

body {
  background-color: #d8dfc8;
  background-image: url("../Header.gif"); /* Set body background in basic style, overridden in stylesheet with div backgrounds */
  background-repeat: no-repeat;
  overflow: hidden; /* Needed for Opera 8 in addition to hiding overflow on html */
  width: 100%; height: 100%;
}

/* Generic styles */

.content {
  padding: 10px;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.floatleftwithborder {
  float: left;
}

.floatrightwithborder {
  float: right;
}

p.section {
  clear: both;
}

p.timeline-nodate {
  padding-left: 3.25em;
}

p.timeline {
  padding-left: 3.25em;
  text-indent: -3.25em;
}

h2.section {
  clear: both;
}

h4.section {
  clear: both;
}

blockquote {
  font-style: italic;
  text-align: center;
  padding: 5px 40px 5px 40px;
}

p.signature {
  font-style: italic;
  font-family: cursive;
  font-size: 100%;
  padding: 10px 0px 10px 30px;
}

p.smallprint {
  clear: both;
  font-size: 60%;
  text-align: center;
  padding: 30px;
}

table.borders {
  border: thin solid #d8dfc8;
}

table.borders th {
  border: thin solid #e8efd9;
  padding: 4px;
}

table.borders td {
  border: thin solid #e8efd9;
  padding: 4px;
}

.detailedtable {
  font-size: 80%;
}

h4.detailedtable {
  padding-top: 20px;
  padding-bottom: 15px;
}

table.detailedtable {
  border: thin solid #d8dfc8;
}

table.detailedtable th {
  border: thin solid #d8dfc8;
  padding: 4px;
}

table.detailedtable td {
  border: thin solid #d8dfc8;
  padding: 4px;
  vertical-align: top;
}

h1 { /* Used in the header at the top of the page */
  color: white;
  font: italic 23px Verdana, Arial, Helvetica, sans-serif;
  margin: 0; padding: 0;
}

h2 { /* Used for content */
  color: #753c32; /* Rust color */
  font: bold 100% Verdana, Arial, Helvetica, sans-serif;
  margin: 0; padding: 10px 0px 0px 0px;
}

h3 { /* Used for navigation */
  color: #753c32; /* Rust color */
  font: bold 100% Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 0; padding: 0;
}

h4 { /* Used for content */
  color: #753c32; /* Rust color */
  font: bold 90% Verdana, Arial, Helvetica, sans-serif;
  margin: 0; padding: 10px 0px 0px 0px;
}

h5 { /* Used for content */
  color: black;
  font: italic 100% Verdana, Arial, Helvetica, sans-serif;
  margin: 0; padding: 10px 0px 0px 0px;
}

/* Header */

#header3 {
  position: absolute; left: 126px; top: 0px; /* Position h1 and menu div */
}

/* Menu */

div.menuitem {
  float: left;
  width: 120px; height: 25px;
  font: bold 90% Verdana, Arial, Helvetica, sans-serif;
}

div.menuitem a {
  color: #7e934a; /* Lighter than active tab color */
  text-decoration: none; /* Remove default underline */
}

div.menuitem .active {
  color: black;
}

/* Main areas */

#navigation {
  position: absolute; left: 15px; top: 95px; bottom: 15px; width: 180px;
  overflow: auto;
  font: normal 90% Verdana, Arial, Helvetica, sans-serif;
  background: #f8ffe8;
  border: thin inset #d8dfc8; /* Set border in basic style, overridden in stylesheet with div border images */
}

#navigation a {
  display: block; /* All of h3 is link, not just area covered by text */
  color: #753c32; /* Rust color */
  background: #f8ffe8; /* Navigation background, needed for NS 4 */
  text-decoration: none; /* Remove default underline */
  margin: 10px 0px 0px 0px; padding: 5px 0px 5px 0px;
}

#navigation .active a {
  background: #d8dfc8;
}

#navigation a:hover {
  color: #c06040; /* Brighter rust color */
  background: #e8efd9;
}

#main {
  position: absolute; left: 210px; top: 95px; bottom: 15px; right: 15px;
  overflow: auto;
  font: normal 90% Verdana, Arial, Helvetica, sans-serif;
  background: white;
  border: thin inset #d8dfc8; /* Set border in basic style, overridden in stylesheet with div border images */
}

/* Site map */

.sitemap {
  padding-top: 10px;
  padding-left: 40px;
  white-space: nowrap;
}

.sitemap h2 {
  font: bold 85% Verdana, Arial, Helvetica, sans-serif;
  margin: 0; padding: 10px 0px 0px 0px;
}

.sitemap h4 {
  font: bold 85% Verdana, Arial, Helvetica, sans-serif;
  margin: 0; padding: 10px 0px 0px 0px;
}

.sitemap p {
  font: normal 85% Verdana, Arial, Helvetica, sans-serif;
  margin: 0; padding: 10px 0px 0px 20px;
}

/* News */

.newskey {
  text-align: center;
  white-space: nowrap;
  background: #f8ffe8;
}
