html {background-color: #384C71; }
body {margin: 0; }

div#outer {
  margin: 2em;
  background-color: #3A547C;
}

div.title {
  font-family: Arial, sans-serif;
  font-size: larger;
  font-weight: bold;
  text-align: center;
  background-color: #6888b8;
}

div#title {
  color: white;
  font-size: 125%;
  background-image: url(header.gif);
  border: 2px solid #b3c4e1;
}

div#sections {
  font-family: Arial, sans-serif;
  font-size: 90%;
  font-weight: bold;
  background-color: #FFAE4E;
  text-align: center;
  border: 2px solid #b3c4e1;
}
div#sections a {color: #25387C; text-transform: uppercase; text-decoration: none;}
div#sections a:visited {color: #25387c; }
div#sections a.current {color: #FFAE4E; background-color: #A5262F; }
div#sections a:hover {background-color: #A5262F; }

div#leftpane {
  float: left;
  width: 20%;
  background-color: #b3c4e1;
  border: 2px solid #b3c4e1;
}

table#content {
  background-color: #b3c4e1;
}
table#content td {
  vertical-align: top;
}

div#bottom {
  font-family: Arial, sans-serif;
  font-size: 90%;
  background-color: #6888b8;
  text-align: center;
  border: 2px solid #b3c4e1;
}


span.newsdate {
  font-weight: bold;
  font-family: Arial, sans-serif;
}
