
td.RightSideBackground {
  background-color: #FFF2CC;
  background-image: url(http://images.harc.edu/Sites/HoustonRegionalForest/RightSide/Background10.jpg);
  background-repeat: no-repeat;
  border-top: solid 2px #000000;
  width: 100px;
}

body {
  background-color: #448844;
  margin: 10px 10px 10px 10px;
}

td.SiteTitle {
  background-color: #C1C185;
  border-left: solid 2px #000000;
  border-top: solid 2px #000000;
  border-bottom: solid 1px #000000;
  
  font-family: Arial;
  font-size: 24pt;
  font-weight: bold;
  font-variant: small-caps;
  
  height: 65px;
  text-align: center;
}

td.SiteTitle a {
  color: #000000;
}

span.TagLine {
  font-size: 10pt;
  font-weight: normal;
}

/* START: Menu Bar */
td.MenuBar {
  background-color: #D3D3A7;
  border-left: solid 1px #000000;
  border-bottom: solid 1px #000000;
  height: 40px;
}

td.MenuBar table {
  border-collapse: collapse;
  height: 40px;
}

td.MenuBar td {
  border-left: solid 1px #000000;
  border-right: solid 1px #000000;
  font-size: 10pt;
  padding: 3px 5px 3px 5px;
}

td.MenuBar td.H {
  background-color: #E4E4C9;
}

td.MenuBar a {
  color: #5555AA;
}

div.MenuSubItems {
  position: absolute;
  top: 115px;
  z-index: 2;
  
  background-color: #E4E4C9;
  border: solid 2px #000000;
  border-top: none;
  border-bottom-width: 1px;
  padding: 4px 0px 0px 0px;
  visibility: hidden;
}

div.MenuSubItems div.Item {
  border-bottom: solid 1px #000000;
  padding: 3px 8px 3px 8px;
  text-align: center;
}
/* END: Menu Bar */

td.MainContent {
  background-color: #FFF2CC;
  border-left: solid 2px #000000;
  font-family: Palatino Linotype, Times New Roman;
  padding: 10px 10px 10px 10px;
  vertical-align: top;
}

td.SiteFooter {
  background-color: #C1C185;
  border-left: solid 2px #000000;
  border-top: dashed 1px #000000;
  font-size: 80%;
  height: 25px;
  padding: 0px 10px 0px 10px;
  text-align: right;
}

td.SiteFooter a {
  color: #5555AA;
}

td.Shadow-Right {
  background-image: url(http://images.harc.edu/Sites/HoustonRegionalForest/Right.gif);
  width: 6px;
}

td.Shadow-Bottom {
  background-image: url(http://images.harc.edu/Sites/HoustonRegionalForest/Bottom.gif);
  height: 8px;
}

td.Shadow-BottomRight {
  background-image: url(http://images.harc.edu/Sites/HoustonRegionalForest/BottomRight.gif);
  height: 8px;
  width: 6px;
}
