/* CSS Document */

html, body{height:100%}

a:link { color: #3399CC; text-decoration: none }
a:active { color: #3399CC; text-decoration: none }
a:visited { color: #3399CC; text-decoration: none }
a:hover { color: #3399CC; text-decoration: underline }

BODY {
  background-image: url(graphics/green-suede-bkgd.gif);
  margin: 0px;
  scrollbar-face-color: #006633;
  scrollbar-highlight-color: #ffffff;
  scrollbar-shadow-color: #444444;
  scrollbar-3dlight-color: #ffff00;
  scrollbar-arrow-color: #444444;
  scrollbar-track-color: #F6F6EB;
  scrollbar-darkshadow-color: #000000
    }

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #444444;
	text-align: left;
}
.captiontext {
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #444444;
	text-align: center;
}
.testimonialtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:italic;
	line-height: 15px;
	color: #444444;
	text-align: left;
}
.headertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	color: #006633;
	text-align: left;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #B2BDA5;
	text-align: left;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: 444444;
	font-weight: normal;
	font-style: normal;
	text-align: justify;
}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.footertext a:link { color: #FFFFFF; text-decoration: underline }
.footertext a:active { color: #FFFFFF; text-decoration: underline }
.footertext a:visited { color: #FFFFFF; text-decoration: underline }
.footertext a:hover { color: #3399CC; text-decoration: underline }
.sidebartext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 20px;
}
.sidebartext a:link { color: #FFFFFF; text-decoration: underline }
.sidebartext a:active { color: #FFFFFF; text-decoration: underline }
.sidebartext a:visited { color: #FFFFFF; text-decoration: underline }
.sidebartext a:hover { color: #F4F4B4;  text-decoration: underline 
}
.sidebar-contact-bkgd {
	background-image: url(graphics/sidebar-contact-bkgd.gif);
	background-repeat: no-repeat;
}
.bottom-text-border {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006633;
}
.circle-rule-horiz {
	background-image: url(graphics/circle-rule-horizt.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.circle-bkgd-vert {
	background-image: url(graphics/circle-rule-vert.gif);
	background-repeat: repeat-y;
}
