body {
  font-family: Verdana, Geneva, Arial,
    SunSans-Regular, sans-serif;
  background-color: #fffacd; }

div.container {
  width: 100%;
  line-height: 150%; }

div.header, div.footer {
  margin: 0em;
  padding: 0em;
  color: white;
  background-color: #228B22; 
  width:expression(document.body.clientWidth < 640? "640px": "auto" ); }

div.left {
  float: left;
  width: 10em;
  margin: 0;
  padding: 0.1em;
  background-color: #ed6; }

div.content {
  margin: 0 0 0 12em;
  padding: 0.1em 0.1em 0.1em 0.6em;
  font-size: 90%; }

div.footer {
  text-align: center;
  font-size: 75%; }

div.footer p {
  display: none; }

a:hover {
  color: 228B22; }

a:visited {
  color: #861; }

a.accessible {
  display: none; }

blockquote {
  background-color: white;
  border-left: solid black 2px;
  padding-left: 0.3em; }

em {
  font-style: normal;
  font-weight: bold;
  color: #972; }

h1 {
  font-family: "Franklin Gothic Medium",
    Arial, SunSans-Regular, sans-serif; 
  text-transform: uppercase; }

h2 {
font-family: "Franklin Gothic Medium",
    Arial, SunSans-Regular, sans-serif; 
  text-transform: capitalize; }

table.header {
  border: 0;
  padding: 0 1em 0 1em;
  width: 100%; 
  min-width: 640px; }

table.header h1 {
  vertical-align: middle;
  padding: .5em 0em .5em 0.5em; }

table.header tr, img {
  vertical-align: middle; }

td.left {
  text-align: left; 
  padding: 0; }

td.right {
  text-align: right; }

table.header a {
  font-family: sans-serif;
  font-size: 70%;
  font-weight: bold;
  line-height: 100%;
  color: white;
  text-decoration: none;
  text-transform: none;
  border-left: solid white 2px;
  padding: 0.5em 0.7em 0.5em 1em;
  vertical-align: middle; }

table.header a:first-child {
  border-left: none; }

ul.sitebar {
  margin-top: 0;
  margin-bottom: 0;
  width: 9em; }

ul.sitebar li {
  list-style-type: square;
  list-style-position: inside;
  color: black;
  font-size: 80%;
  background: #bdb76b;
  margin: 0.1em 2em 0 -2.5em;
  padding: 0.1em; }

ul.sitebar a {
  color: black; }

ul.sitebar a:hover {
  color: #228B22; }

address {
  font-style: normal; }

address a {
  color: white; }

address a:hover {
  color: white;
  font-weight: bold; }
  