body{
    font-family: Verdana, Helvetica, Arial, sans serif;
    font-size: 10pt;
    background-color:#4F3F2F;
    color: #111111;;
  background-image: url(../images/backgrounds/background.jpg)
}

table {
    background-color: #177335;
}

th {
  background-color: #6E8794;
  color: #F7EFDC;
  text-align: center;
}

.hovermenu {
    font: bold 13px arial;
    padding-left: 0;
    margin-left: 0;
    height: 18px;
}

.hovermenu li{
    list-style: none;
    display: inline;
}

.hovermenu li a{
    padding: 2px 0.5em;
    margin-left: 2;
    margin-bottom: 2;
    text-decoration: none;
    float: left;
    color: white;
    background-color: #5F6F5A ;
    border: 1px solid #000000;
}

.hovermenu li a:hover{
    background-color: #716955;
    border-style: outset;
}

body .hovermenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
    border-style: inset;
}

.noshow{
  text-decoration:none;
  color: #111111;
  cursor: text
}

.boxed{
  border-style: solid;
  border-width: thin;
  border:1 solid #3F403F;
}

.testimony{
  text-indent: 15px;
  padding-left: 15px
}

.signature{
  font-family:Tahoma, Arial, sans-serif;
    color:  #01425E;
  float:right;
  font-size: 130%;
  font-weight: bolder;
  font-stretch: expanded
}

.float_right{
  float:right;
  margin: 5px;
}


