body {
   background-color: #666633;
}

h3 {
  color: #993300;
}

a {
  color: #000066;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #ff9900;
}

#banner {
  overflow: visible;
  float: none;
  top: 0.4em;
  background-color: #993300;
  text-align: center;
  display: block;
  visibility: visible;
  clear: none;
  font-family: Arial,Helvetica,sans-serif;
  color: white;
  font-size: 1.25em;
  position: relative;
  color: #ffff99;
  padding: 0.2em;
}

#left-menu a {
  border: 3px solid #993300;
  margin: 0.5em;
  padding: 0.25em;
  font-weight: bold;
  display: block;
  text-decoration: none;
  background-color: #ffff99;
  color: #993300;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 8pt;
  position: relative;
  text-align: left;
  width: 85%;
}

#left-menu a:hover {
  border-color: #ff9900;
  left: 1px;
  position: relative;
  color: #666633;
  top: 1px;
}

#disclaimer {
  border: 7px solid #666633;
  margin: 0.25em;
  color: #ffffff;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 8pt;
  text-align: left;
  width: 85%;
}

#single-column {
  margin: 1%;
  vertical-align: top;
  font-size: 10pt;
  color: #000000;
  width: 98%; 
  float: left;
  font-family: Arial,Helvetica,sans-serif;
}

#left-column {
  margin: 1%;
  vertical-align: top;
  font-size: 10pt;
  color: #000000;
  width: 47%;
  float: left;
  font-family: Arial,Helvetica,sans-serif;
}

#right-column {
  margin: 1%;
  vertical-align: top;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10pt;
  width: 47%;
  color: #000000;
  vertical-align: top;
  float: right;
}
