body {
    font: 13px Trebuchet MS, Arial, sans-serif;
  margin: 0px;
}

div.background {
  background: #E2EBED;
      height: auto !important;
      height: 100%;
  text-align: center;
}

div.top {
  border-top: 1px solid white;
  text-align: center;
}

div.title {
        color: #307082;
   margin-top: 20px;
  padding-top: 5px;
    font-size: 22px;
  font-weight: bold;
   border-top: 2px solid #DDDDDD;
}

div.navigation {
  border-bottom: 2px solid #DDDDDD;
  padding-bottom: 5px;
}

div.page {
    background: #FFFFFF;
        margin: 0px auto;
         width: /*790px;*/60%;
    min-height: 100%;
        height: auto !important;
        height: 100%;
   border-left: 1px solid black;
  border-right: 1px solid black;
    text-align: left;
}

div.content {
  font-size: 11px;
     height: auto;
     margin: 20px 20px 0px 20px;
}

a {
            color: #007722;
  text-decoration: none;
}

a:hover {
       color: #D60808;
}

ul { 
   list-style-type: square;
  list-style-image: url("images/bullet.gif");
      padding-left: 20px;
}

div.headline {
  background: #AAAAAA;
      height: 2px;
       width: 100%;
      margin: -10px 0px 10px 0px;
}

div.headline2 {
  background: #CCCCCC;
      height: 1px;
       width: 300px;
      margin: -10px 0px 10px 0px;
}

div.contents {
  background: #FFFFEE;
      border: #DDDDDD 2px solid;
      height: auto;
       width: 200px;
     padding: 5px;
  margin-left: 20px;
}



/* testing out tables */

div.mytable {
  background: #FFFFFF;
  float: none;
  clear: both;
}

div.myrow {
  background: #FFFFFF;
}

div.mycell {
  width: 250px;
  float: left;
}

div.clear {
  height: 1px;
  float: none;
  clear: both;
}
