/* Netscape 4 CSS 
*  
*  DO NOT use the following properties
*  
*  :active, :visited
*  :first-line, :first-letter
*  important
*  FontFamily: cursive, fantasy
*  FontStyle: oblique
*  Font-variant
*  font-weight: lighter
*  background-color
*  word-spacing, letter-spacing
*  text-decoration: overline
*  vertical-align
*  margin-bottom
*  border-style: dotten, dashed
*  border-top
*  border-right
*  border-bottom
*  border-left
*  height
*  display: inline
*  white-space: nowrap
*  list-style-image
*  list-style-position
*  list-style: position, url
*  
*  Avoid the following properties:
*  
* padding-top: ?px; 
* padding-right: ?px; 
* padding-bottom: ?px; 
* padding-left: ?px; 
*  
*/

.footlinks {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  font-weight: normal; 
  color: #000000;
}

.footlinks a:link{
  color: #000000;
  text-decoration: underline;
}

.footlinks a:visited{
  color: #000000;
  text-decoration: underline;
}

.footlinks a:hover {
  color: #F8F5D3;
  text-decoration: underline;
}

.footcopy {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  color: #000000;
}

.bodytext {  
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 14px; 
  line-height: 18px; 
  color: #876D3E;
}

.bodytext a:link {
  text-decoration: underline;
  color: #0000CC;
}

.bodytext a:hover {
  text-decoration: underline; 
  color: #993300; 
}

.contactinfo {  
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 14px; 
  font-style: normal; 
  line-height: 20px; 
  font-weight: bold; 
  color: #000000;
}


.pagetoolslink {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  font-weight: normal
}

.pagetoolslink a:link {
  text-decoration: none; 
  color: blue;
}

.pagetoolslink a:hover {
  text-decoration: none; 
  color: #CC0000;
}	

.bodyhead {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #8D0000;
}

.bodyhead a:link {
  text-decoration: none;
    color: #7C7C56;
}

.bodyhead a:hover {
  background-color: #999966; 
  text-decoration: none; 
  color: #FFFFE1; 
}

.pagetitle {
  font-family: Verdana,Arial, Helvetica,sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}

.formlabel {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
}
.watermark {
	background-image: url(/images/butterfly_wm.gif);
	background-repeat: no-repeat;
	background-position: 0px 75px;
	background-attachment: scroll;


}
.bodytextquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #876D3E;
	font-style: italic;



}
