body {
  font-family: Verdana, Helvetica, Arial, sans serif;
  color: #000000;
  background-image: url(../images/backgrounds/background.jpg);
  background-position: top;
  background-repeat: repeat;
  background-attachment: scroll;
  background-color: #DDD8CC;
  font-size:10pt;
}

#wrapper{
  position:relative;
  width:700px;
  margin:0 20%;
  border:1 solid #5E573D;
  background-color: #B7A07F;
  font-size:10pt;
}

#header{
  background-image: url(../images/backgrounds/header.jpg);
  width:700px;
}

#navigation{
  width:700px;
  font-size:10pt;
}


table {
  border:0;
}

th {
  background-color: #3D535E;
  color:#D7CFBF;
  text-align: center;
  border-style: solid;
  border-width: thin;
  border:1 solid #5E573D;
}

/* -- Layout DIVs -- */
#Banner{
  text-align: center
}

/* -- Navigation bar -- */
.hovermenu {
    padding-left: 0;
    margin-left: 0;
    height: 18px;
  text-align: center;
  width:700px;
}

.hovermenu li{
    list-style: none;
    display: inline;
  text-align: center;
  font-size:10pt;
}

.hovermenu li a{
    padding: 2px 0.5em;
    margin-left: 2;
    margin-bottom: 2;
    text-decoration: none;
    float: left;
    color: white;
    background-color: #3D535E;
    color: #D7CFBF;
}

.hovermenu li a:hover{
  background-color: #576c77 ;
  color: #FFFFFF;
}

.noshow a{
   text-decoration:none;
   color: #000000;
  overflow: visible;
}

.noshow{
  text-decoration:none;
  color: #000000;
  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:  #4F6C6F;
  float:right;
  font-size: 16pt;
  font-weight: bolder;
}

.float_right{
  float:right;
  margin: 5px;
}

