BODY {
  background-color: #669966; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 80%;
  margin: 0 0 10px 0;
}

H1 {
  background-color: #CCCC99;
  color: #003333;
  font-size: 1.4em; 
  font-weight: normal; 
  margin-bottom: -10px;
  margin-top: 0px;
  padding-bottom: 5px; 
  padding-left: 10px;
  padding-top: 5px; 
}

H2 {
  color: #003333;
  font-size: 1.2em; 
  font-weight: bold; 
  margin-bottom: -10pt;
  margin-left: 10px;
}

H3 {
  font-size: 1.1em; 
  font-weight: normal;
  font-style: italic;
  color: #003333;
  margin-bottom: -9pt;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

OL {
  font-size: 0.9em; 
  font-weight: normal; 
  color: #003333;
}

P  {
  font-size: 1em; 
  font-weight: normal; 
  color: #003333;
  line-height: 14pt;
  margin-left: 10px;
  margin-right: 10px
}

TD {
  font-size: 1em; 
  font-weight: normal; 
  color: #000000;
}

UL  {
  font-size: 1em; 
  font-weight: normal; 
  color: #003333;
  margin-left: 2em;
}

UL LI  {
  list-style-type: disc;
}

.copyright {  
  font-size: .8em; 
  text-align: center;
  color: #FFFFFF;
  padding-top: 10px;
}

a, a:active, a:link {
  color: #FFCC00;
}

a:visited {  
  color: #CCCC99;
}

a:hover {
  color: #FFFFFF;
}

#contact, a#contact, a:active#contact, a:visited#contact, a:link#contact {  
  font-size: .8em;
  font-weight: bold;
  color: #000000;
  padding: 0 1em 0 0;
  text-decoration: none; 
}

#sitedes, a#sitedes, a:active#sitedes, a:visited#sitedes, a:link#sitedes {
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none; 
}

a:hover#sitedes {
  text-decoration: underline;
}

.special { /* class to hide field on prospect survey form; only spambots will fill in the field, while it is otherwise invisible */
  background-color: #669966; 
  border: #669966; 
}

.surveyhdr {  
  font-size: 1em; 
  font-weight: bold
}

.surveytable {
  margin-left: 10px
}

.sidebarHead1 {
  font-size: 1em; 
  font-weight: bold; 
  color: #003333; 
  margin-bottom: -10px
}

.smallImg {
  height: 135px; 
  width: 180px;
}

.pageIdentImg {
  float: right; 
  margin-left: 10px; 
}

#pageIdent {
  float: right;
  margin: 0 0 0 10px;
  padding: 0;
  position: relative;
  width: 445px;
}

.caption {
  font-size: 0.8em;
  line-height: 12px;
  margin: 0 10px 10px 10px;
  padding: 0;
  text-align: center;
}

.hiddenText {
  color: #669966
}

.imgLeft { 
  float: left; 
  margin-right: 10px;
}

.imgRight {
  float: right; 
  margin-left: 10px;
}

.main {
  margin-top: 0px;
  padding-top: 0px;
}

.head {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

/*** tool tip styles ***/
a.picture {
  border: 0; 
  position: relative; /*this is the key*/
  z-index: 24;
}

a.picture:visited {
  border: 0;
  position: relative; /*this is the key*/
  z-index: 24;
}

a.picture:hover {
  z-index: 25; 
}

a.picture span {
  display: none;
}

a.picture:hover span { /*the span will display just on :hover state*/
  background-color: #fff;
  border: 3px #fff solid;
  display: block;
  position: absolute;
  left: -40px;
  top: -150px;
}
.update {
	font-style: italic;
}
