BODY {
  background-color: #09215F;
  margin: 0px;
  background-image: url("/images/background.jpg");
}

TD {
  font-family: Arial;
  font-size: 14px;
}

IMG {
  border: 0px solid black;
}

.mainTable {
  background-color: #FFFFFF;
  border: 0px solid black;
  width: 800px;
}

.headerHolder {
  border-bottom: 5px #035B15 solid;
  background-color: #FFFFFF;
}

.buttonHolderImg {
display: none;
height: 100%;
}

.buttonHolder {
background-color: #f3eccb;
display: inline;
height: 100%;
border-left: 2px #035B15 solid;
}

.menuHolder {
  width: 155px;
}

.menuButtonImg {
  width: 155px;
  height: 30px;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.menuButtonImg:hover {
}

.menuButton {
  width: 155px;
  height: 30px;
  margin-bottom: 5px;
  background-color: #f9f6e5;
  color: #035B15;
  font-family: Verdana;
  font-weight: bold;
  font-size:14px;
  text-decoration: none;
  text-align: left;
  padding: 5px;
}

.menuButton:hover {
  background-color: #035B15;
  color: #FFFFFF;
}

.contentCell {
  border-right: 2px #035B15 solid; 
  background-color: #f3eccb;
}

.contentFrame {
  margin: 0px;
  padding: 0px;
  width: 636px;
  height: 1px;
  background-color: #f3eccb;
}

.footerImg {
  display: inline;
}
