body,textarea {
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin-top: 0;
background-color: #7C7D5E;
}

span,div,p {
color: #4c4c4c;
font-weight: normal;
font-size: 8.5pt;
line-height: 150%;
font-stretch: narrower; }

p2 {
color: #4c4c4c;
font-weight: normal;
font-size: 8.5pt;
line-height: 120%;
font-stretch: narrower; }

.heading {
  font-family: "Trebuchet MS", "Trebuchet", Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  line-height: 20px;
}

.textlink {
  font-family: "Trebuchet MS", "Trebuchet", Verdana, Arial, Helvetica, sans-serif;
  font-size: 8.5px;
  line-height: 12px;
  color: #000000;
  text-decoration: none;
}

input {
  font-size: 10px;
  font-weight: normal;
  color: #333333;
  text-decoration: none;
  border: #333333;
}

li {
color: #4c4c4c;
font-weight: normal;
font-size: 8.5pt;
line-height: 12pt;
margin-top: 5px;
}

a {
color: #797260;
font-weight: normal;
font-size: 8pt;
line-height: 100%;
font-stretch: narrower; }

h1 {
  color: black;
  font-weight: normal;
  font-size: 12pt;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family:"trebuchet ms";
}

h1.home {
  font-family:"trebuchet, ms";
  font-size:15pt;
  text-transform: capitalize;
  font-weight: normal;
}

h2 {
color: #9f976e;
font-weight: bold;
font-size: 10pt;
padding-top: 10px;
padding-bottom: 10px;
text-transform: uppercase;
}

h3 {
	color: #6c6c6c;
	font-weight: normal;
	font-size: 8pt;
	padding-top: 5px;
	padding-bottom: 3px;
	font-style: italic;
	text-align: left;
}

h4 {
	color: #6c6c6c;
	font-weight: normal;
	font-size: 9pt;
	padding-top: 2px;
	padding-bottom: 2px;
	font-style: italic;
	text-align: left;
	border-bottom: 1px solid black;
}

ul {
margin-left: 15px;
margin-top: 5px;
margin-bottom: 5px;
}

.table {
color: #333333;
font-weight: normal;
font-size: 8pt;
background:white;
}

.bold {
color: #4c4c4c;
font-weight: bold;
font-size: 8.5pt;}

#textbox {
width: 610px;
margin-top: 30px;
margin-left: 65px;
padding-bottom: 30px;
}


<!-- for contact form only -->

input {
  font-size: 10px;
  font-weight: normal;
  color: #666666;
  text-decoration: none;
  border: 1px solid #666666;
}
.textgrey {
  font-size: 10px;
  color: #000000;
  text-decoration: none;
  line-height: 12px;
  background:#FFFFFF;
}

.textgrey2 {
  font-size: 20px;
  color: #000000;
  text-decoration: none;
  line-height: 20px;
}

select {
  font-size: 10px;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  border: 1px solid #666666;
}
#content {
 margin-right:20px;
}
#content UL {
   list-style-image: url(/bits/mauvearrow.jpg);
}

.errors {
  color:red;
  font-size:12px;
  margin-bottom:20px;
}
.sent{
  color:red;
  font-size:12px;
  margin-bottom:20px;
}