body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%; }

.flash_notice {
  background: #68B1E8;
  color: #fff;
  font-size: 112%;
  padding: 3px; }

.flash_warning {
  background: #FDE844;
  color: #fff;
  font-size: 112%;
  padding: 3px; }

.flash_error {
  background: #DE5500;
  color: #fff;
  font-size: 112%;
  padding: 3px; }

h1, h2, h3, h4 {
  color: #005300; }

.button {
  border: 0.2em solid #dee9dd;
  background: url(/images/background_green.gif) #fff bottom left repeat-x;
  height: 2em;
  font-size: .8em;
  font-weight: bold;
  line-height: 2em;
  color: #005300;
  text-decoration: none;
  text-align: center; }

a {
  color: #005300;
  text-decoration: underline; }
  a:hover {
    color: #555555;
    text-decoration: underline; }

table th {
  text-align: left; }

blockquote {
  margin: 1em;
  padding: .5em;
  font-size: .9em;
  background-color: #cccccc;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999; }
  blockquote p {
    margin: .2em; }

.descending a, .ascending a {
  color: #c0772c;
  text-decoration: underline; }
  .descending a:hover,   .ascending a:hover {
    color: #555555;
    text-decoration: underline; }

#topnav {
  margin: 2em 2em 0 0em;
  padding: .5em .5em .5em .5em;
  float: right;
  text-align: right;
  border: 1px solid #c0cac0;
  border-left: 1px solid #c0cac0;
  border-right: 1px solid #c0cac0; }
  #topnav a {
    text-decoration: none; }

#topMenu {
  height: 1.5em;
  padding: .5em;
  width: 100%;
  border-top: 2px solid #11af65;
  width: 100%; }

#leftColumn {
  position: absolute;
  background-repeat: no-repeat;
  left: 2.25em;
  top: 10.3em;
  width: 14em;
  height: 100%;
  margin: 0;
  padding: 1em .5em 2em .5em;
  font-size: .9em; }

#nav-menu {
  width: 100%; }
  #nav-menu ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  #nav-menu li {
    float: left;
    width: 7em;
    margin: 0 0.15em; }
    #nav-menu li a {
      background: url(/images/background.gif) #fff bottom left repeat-x;
      height: 2em;
      line-height: 2em;
      float: left;
      display: block;
      border: 0.2em solid #dee9dd;
      color: #005300;
      text-decoration: none;
      text-align: center;
      font-size: .6em;
      float: none; }

#section_header {
  background-color: #a7aad5;
  color: #2c095c;
  text-indent: 1em; }

#header {
  margin: 2em 2em 0 2em;
  padding: 1em 1.5em; }
  #header h1 {
    margin: 0;
    padding: 0;
    font-size: 1.2em; }
  #header h3 {
    margin: 0;
    padding: 0;
    font-size: .9em; }
  #header a {
    text-decoration: none; }

#centerColumn {
  right: 2.25em;
  height: 100%;
  padding: 1em 1em 1em 1em;
  margin: 0 2em 0 2em;
  font-size: .9em;
  border: 1px solid #11af65; }

.article {
  margin: 1.5em;
  padding: 1em 1em 1em 1em;
  border-bottom: 1px dotted #005300; }
  .article #title {
    padding-bottom: .5em;
    font-size: 1.25em;
    color: #c0772c;
    font: bold; }
  .article #content {
    font-size: .9em;
    display: block; }

#blanket {
  background-color: #111;
  opacity: 0.65;
  filter: alpha(opacity=65);
  position: absolute;
  position: absolute;
  z-index: 9001;
  top: 0px;
  left: 0px;
  width: 100%; }

#popUpDiv {
  position: absolute;
  background-color: #eeeeee;
  padding: 1em 1em 1em 1em;
  border: 5px solid #005300;
  width: 700px;
  z-index: 9002; }
