h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 70%;
  }
h3 {
  margin-top: 0;
  }
body {
  margin: 11px 12px;
  font: 82% Arial, Verdana, Geneva, sans-serif;
  background: #F0E6DC url(../../images/parchment-bground.jpg);
  }
table {
  font-size: 100%;
  }
a,a.visited {
  color: #006B3E;
  font-weight: bold;
  text-decoration: none;
  }
a:hover {
  color: #2A8C63;
  text-decoration: underline;
  }
a.red, a.red:visited {
  color: #870024
  }
a.red:hover {
  color: #CC0036
  }
table {
  font-size: 100%;
  }
.alignLeft {
  float: left;
  margin: 0 10px 5px 0;
  }
.alignRight {
  float: right;
  margin: 0 0 5px 10px;
  }
sup {
  font-size: 70%;
  font-weight: normal;
  }
ul.spaced li, ol.spaced li {
  margin-top: 5px;
  margin-bottom: 10px
  }
#contentBox {
  border: 1px solid #AFAFAF;
  margin-left: 4px;
  }
table#topMenu {
  background-color: #518E74;
  }
td#leftMenuCell {
  background-color: #DEDEDE;
  }
#menuCell {
  padding: 3px 0px 7px 0px;
  }
table#leftMenu {
  background-color: #4F826C;
  margin: 1px 5px;
  }
td.menuTopLeft {
  background: #518E74 url(../images/inc/green-top-left-corner.gif) no-repeat;
  }
td.menuTopRight {
  background: #518E74 url(../images/inc/green-top-right-corner.gif) no-repeat;
  }
td.menuBottomLeft {
  background: #4F826C url(../images/inc/green-bottom-left-corner.gif) no-repeat bottom;
  }
td.menuBottomRight {
  background: #4F826C url(../images/inc/green-bottom-right-corner.gif) no-repeat bottom;
  }
td#contentCell {
  background-color: #FFF;
  }
div.leftButtons {
  margin: 12px 0px;
  }
.grayTopPad {
  background-color: #DEDEDE;
  height: 6px;
  }
table.downloads td {
  border-bottom: 1px solid #CCC;
  padding: 8px 6px 9px 6px;
  }
.details {
  font-size: 90%;
  color: #808080;
  }
div#footer {
  margin-top: 15px;
  clear:both;
  font: 75% Verdana, Arial, Helvetica, sans-serif;
  color: #666;
  border-top: 1px solid #BBB;
  text-align: center;
  padding-top: 6px;
  }
div#footer div {
  margin-top: 5px;
  }

@media print {
  #contentBox {
    border-left-width: 0px;
    border-right-width: 0px;
    }
  body {
    margin: 0px;
    }
  .menus {
    zoom: 85%;
    }
  }
