body {
  font-family: Arial;
  font-size: 13px;
  color: #6F6F6F;
  background-color: #D5E6E3;
  padding: 0px;
  margin: 0px;
  line-height: 22px;
}

img {
  border:none;
}

.holder {
  margin: 0 auto;
  width: 850px;
  text-align: left;
}
.header {
  width: 850px;
  text-align: center;
  padding-top: 15px;
}
div#content {
  padding: 5px;
  background-color: #FFFFFF;
  background-image: url('img/bgg1.gif');
  background-repeat: no-repeat;
  background-position: bottom;
}
.content2 {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 20px;
}
.footer {
  width: 830px;
  margin: 10px;
  text-align: center;
  color: #484848;
  font-family: Arial;
  text-transform: uppercase;
  font-size: 11px;
}
.footer a {
  color: #506e69;
  font-family: Arial;
  text-transform: uppercase;
  font-size: 11px;
}
.title {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
.content-height {
  height: 312px;
  width: 1px;
  float: right;
}

/*=== Links ===*/
a:link {
  color: #6F6F6F;
  text-decoration: underline;
}
a:visited {
  color: #6F6F6F;
  text-decoration: underline;
}
a:hover {
  color: #6F6F6F;
  text-decoration: none;
}

/*=== Menus ===*/
#dropmenudiv {
  position:absolute;
  border:1px solid #bababa;
  border-bottom-width: 0;
  font:normal 11px Arial;
  text-transform:uppercase;
  line-height:11px;
  z-index:100;
  margin-left:26px;
  margin-top:-1px;
}

#dropmenudiv a {
  display: block;
  text-indent: 3px;
  border-bottom: 1px solid #bababa;
  padding-left:5px;
  padding-top:5px;
  padding-bottom:4px;
  text-decoration: none;
  font-weight: bold;
  color:#878787;
}

#dropmenudiv a:hover {
  background-color: #eeeeee;
}

/*=== Forms ===*/
.form-input {
  border:1px solid;
  border-color:#878787;
  color:#565656;
  padding-left:3px;
  font-weight:bold;
}
