body{
    font-family: Verdana, Helvetica, Arial, sans serif;
    font-size: 10pt;
    background-color: #7ebe4e;
    margin:0px;
    color: #111111;
    background-image: url(../images/backgrounds/background.jpg);
    background-attachment: fixed
}

th {
  background-color: #6E8794;
  color: #F7EFDC;
  text-align: center;
}

.hovermenu {
    width:100%;
    text-align:center;
    margin:2px auto;
}

.hovermenu ul{
  width:100%;
  text-indent:0px;
  list-style:none;
  text-align:center;
}

.hovermenu li{
    font-size:13px;
    list-style: none;
    float:left;
    display: inline;
    height: 18px;
    margin:2px;
}

.hovermenu li a{
    padding: 2px 0.5em;
    text-decoration: none;
    float: left;
    color: white;
    background-color: #5F6F5A ;
    border: 1px solid #000000;
}

.hovermenu li a:hover{
    background-color: #8d9c85;
    border-style: outset;
}

.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;
}



