
body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  background-image: none;
  font-family: 'Verdana';
}

div#outmost {
  position: static;
  margin: 0px;
  padding: 8px;
  background: #ffffff;
}


div#top {
display: none;
}

div#menu {
display: none;

}

div#mid{
  
  background-color: #ffffff;
  min-height: 500px;
}

div#menu a {
 display: none;
}


div#subMenu {
 display: none;
}

div#subMenu a{
 display: none;
}


div.subHidden {
  display: none;
}

div#bottom {
  background: transparent;
  text-transform:uppercase;
  background-color: transparent; 
  color: #5F880B;
  font-size: 7pt;
  text-align: center;
  letter-spacing:2px;
  margin-top: 18px;
}
div#content {
  margin: 0px 0px 0px 19px;
  background-color: #ffffff;
  color: #000000;
}

div#detail {
  padding:0px;
  background-color: transparent;
  color: #000000;
  font-size: 9pt;
  line-height: 140%;
}
div#detail h1  {
  display: block;  
  background-color: transparent;
  color: #5F880B;
  font-weight: 800;
  font-size: 13pt;
  margin: 8px 0px 0px 0px;
}
div#detail h2 {
  display: block;
  margin:0px;
  padding: 2px 0px 2px 8px;
  text-transform:uppercase;
  background-color:#FFFFFF;
  color: #92B32C;
  font-size: 9pt;
}

div#detail div.noSplit h2 {
  display: block;
  margin: 6px 0px 0px 0px;
  padding: 4px 0px 2px 0px;
  text-transform:uppercase;
  background-color: transparent;
  color: #92B32C;
  font-size: 12pt;
}

div#detail div.twoSplit h2 a, div#detail div.twoSplitStart h2 a , div#detail div.twoSplitEnd h2 a  {
 color: #FFFFFF;
}

div#detail p {
  padding: 0px;
}
div#detail img {
  float: left;
  margin: 0px;
  text-decoration: none;
}
br.clearall {
  clear: both;
}
div.twoSplit, div.twoSplitStart, div.twoSplitEnd {
  float: left;
  width: 453px;
  margin: 0px 14px 0px 14px;
  overflow: hidden;
}
div.threeSplit {
  float: left;
  width: 300px;
  margin: 2px 10px 2px 10px;
  overflow: hidden;
  text-align:center;
}
div.noSplit {
  float: left;
  width: 900px;
  margin: 0px 14px 0px 14px;

}
div.threeSplit a {
  font-weight: bold;
  text-decoration: none;
  border: 0px;
  color: white;
}