body {
  background-color: #d1d1d1;
  margin: 0px;
  padding: 0px;
  font-family: 'trebuchet ms', arial;
  font-size: 12pt;
  background-image: url("../images/back.jpg");
  background-position: top left;
  background-repeat: repeat-x;  
  background-attachment: fixed;
}
a, a:active, a:hover, a:visited {
  color: #24866b;
}
h1, h2, h3, h4, h5 {
  padding-bottom: 5px;
}
h3 {
  border-bottom: 1px #eee solid;
}
p {
  line-height: 130%;
}
.bold {
  font-weight: bold;
}
.italic {
font-style: italic;
}
.mainBod {
  margin-left: auto;
  margin-right: auto;
  width: 920px;
  border-left: solid 2px #eee;
  border-right: solid 2px #eee;
  background-image: url("../images/fade.jpg");
  background-position: bottom center;
  background-repeat: repeat-x;
  background-color: #fff;
}

.header {
  height: 150px;
  background-image: url("../images/ddheader.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #fff;
  text-align: right;     
}

.headerHome {
  position: relative;
  top: 10px;
  left: -72px;
  height: 115px;
  width: 770px;
  border: 0px solid black;
}

.headerTop {
  position: relative;
  top: 10px;
  left: -8px;
  font-weight: bold;
  font-size: 10pt;
}
.headerTop a {
  text-decoration: underline;
  color: #b00;
}

.textNav {
  border-top: solid 1px #57bc8e;
  border-bottom: solid 1px #3c9f7b;
  padding: 10px;
  height: 16px;
  font-size: 10pt;
  font-family: Verdana;
  font-weight: bold;
  background-image: url("../images/roll.jpg");
  background-position: center center;
  background-repeat: repeat-x;
  color: #fff;  
}
.textNav a, .textNav a:visited {
  color: #fff;
  text-decoration: none;  
}
.textNav a:hover {
  text-decoration: overline;
  color: #fff;
}

/* Drop Down Menu */
.textNav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 15;  
}
.textNav li {
  float: left;
  position: relative;
}
.textNav li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  background-color: #f1e6d4;
  padding: 5px;
  border: solid 1px #ceab6b;  
}
.dropDown a, .dropDown a:hover, .dropDown a:visited {
  color: #000000;
  text-decoration: none;
  font-weight: normal;
  overflow: auto;
  display: block;
  height: 18px;
}
.dropDown a:hover {
  text-decoration: none;
  background-color: #e1bf80;
  color: #fff;
}
.dropDown li {
  float: none;
}
.menu1 {
  width: 13em;
}
.menu2 {
  width: 19em;
}
.textNav li > ul {
  top: auto;
  left: auto;
}
.textNav li:hover ul, li.over ul {
  display: block;
}
.text {
  padding: 10px 15px 15px 15px;
}
.text ul {
  padding: 0;
  margin: 25px;
  list-style: disc;
  z-index: 0;  
}
.text li {
  float: none;
  position: inherit;
  font-size: .95em;
  padding-bottom: 10px;
  line-height: 1.2em;
}

.leftCol {
  float: left;
  width: 655px;
  border-right: 1px #eee solid;
  margin-bottom: 10px;
  padding-right: 15px;
}
.leftCol h4 {
  color: #3a9b7a;
  margin: 0;
  padding: 0;
}
.rightCol {
  float: right;
  width: 200px;
}
.rightCol div {
  background-color: #c1f4df;
  border-bottom: solid 5px #3a9b7a;
  margin-bottom: 15px;
  color: #156e55;
}
.rightCol h4 {
  display: block;
  background-color: #3a9b7a;
  padding: 2px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin: 0;
  font-size: 12pt;
}
.rightCol div ul {
  margin: 10px 6px;
}
.rightCol div li {
  list-style-type: none;
  font-size: 10pt;
  padding: 3px 0;   
}
.rightCol div li a {
  border-right: solid 2px #156e55;
  display: block;
  text-decoration: none;
}  
.rightCol div li a:hover {
  border-right: solid 3px #fff;
}

.footer {
  vertical-align: bottom;
  border-top: 1px #eee solid;
  text-align: center;
  width: 100%;
  padding: 20px 0 0 0;
  font-size: 8pt;
  font-family: Verdana;
  clear: both;
}

.dropCap {
  float: left;
  color: #d4d4d4;
  font-size: 100px;
  line-height: 70px;
  width: 80px;
  font-family: Times, serif, Georgia;
}

.contactLink {
  font-weight: bold;
  text-align: center;
}

.contactForm {
  width: 400px;
  background-color: #eee;
  margin: auto;
}
p.contactForm {
  padding: 25px 0;
  text-align: center;
}
