body{
  margin: 0px;
  background-color: DDEDBF; 
  background-image: url(images/background.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center; 
  overflow: scroll;
  overflow-y: scroll;
  overflow-x: hidden;
  overflow:-moz-scrollbars-vertical;
  font-family: arial;
  font-size: 12px;
}

HTML {
  min-height:100%;
}

td {
  font-family: arial;
  font-size: 12px;
}

table.main{
  width: 700px;
  background-color: #589D30;
  padding: 0px;
  margin: 0px;
}

table.inside{
  width: 700px;
  background-color: #589D30;
  border: 0px solid white;
  padding: 0px;
  margin: 0px;
}

table.inside2{
  width: 100%;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  padding: 0px;
  margin: 0px;
}

td.inside2{
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 0px;
  margin: 0px;
}

.footer{
  font-family: arial;
  font-size: 11px;
  color: #fff;
  font-weight: bold;
}

.imgtransm{}
.imgtransm .imgtrans a:hover img{
  filter: alpha(opacity=80);
  moz-opacity: .80;
  opacity: .80;
}

td.logo{
  font-family: arial;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  width: 284px;
}

td.menu{
  font-family: arial;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}

b.rtop, b.rbottom{display:block; width:700px}
b.rtop b, b.rbottom b{display:block;height: 1px; overflow: hidden; background: #589D30}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

A.menu:link {color:#99FF66; text-decoration:none;font-weight:bold;font-size:8pt;}
A.menu:visited {color:#99FF66; text-decoration:none;font-weight:bold;font-size:8pt;}
A.menu:active {text-decoration:underline;font-weight:bold;font-size:8pt;}
A.menu:hover {text-decoration:underline; color:#99FF66;font-weight:bold;font-size:8pt;}

A:link {color:#8080FF; text-decoration:none;font-weight:bold;}
A:visited {color:#8080FF; text-decoration:none;font-weight:bold;}
A:active {text-decoration:underline;font-weight:bold;}
A:hover {text-decoration:underline; color:#8080FF;font-weight:bold;}

#date-today {text-align:right; padding-right:10px; float:right; color:#fff; margin:0; font-size:8pt; font-weight:bold;}

.formerror {
  border: 1px solid yellow;
  background-color: #8080FF;
  width: 80%;
  padding: 5px 0;
  text-align: left;
}

.errortext {
  font: bold smaller sans-serif;
}

div.container1 {
  position: static;
  z-index: 1
}

div.logo {
  position: relative;
  left: -235px;
  top: 81px;
  z-index: 3;
  float: center;
  display: visible;
}

div.container2 {
  position: static;
  z-index: 2;
}

.testimony blockquote{
  font: italic 12px arial;
  color: #777;
  margin-bottom: 15px;
  padding-left: 30px;
  background: transparent url(/images/quote.png) no-repeat 0 5px;
}

.testimony p {
  text-align: right;
  font-weight: bold;
  letter-spacing: -0.03em;
}