@charset "UTF-8";
/* CSS Document */

.greenTranslucentbkg64 {
	width: 225px;
	background-image: url(../images/greenbkg64.png) !important;  /* Mozilla only */
	background-color: transparent !important;           /* Mozilla only */
	background-image: none;                             /* IE only */
	background-color: #0a1a01;                          /* IE only */
	filter:alpha(opacity=64);                           /* IE only */
   }



.greenTranslucentbkg60 {
	width: 225px;
	background-image: url(../images/greenbkg60.png) !important;  /* Mozilla only */
	background-color: transparent !important;           /* Mozilla only */
	background-image: none;                             /* IE only */
	background-color: #1a3c07;                          /* IE only */
	filter:alpha(opacity=90);                           /* IE only */
   }
.greenTranslucentbkg85 {
	background-image: url(../images/field.png) !important;  /* Mozilla only */
	background-color: transparent !important;           /* Mozilla only */
	background-image: none;                             /* IE only */
	background-color: #eefaed;                          /* IE only */
	filter:alpha(opacity=85);                           /* IE only */
	background-repeat: repeat-y;
	max-width:700px;
	width:700px;
   }

   body {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(../images/bkgrnd.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}

 .page {
 	margin-left: auto;
	margin-right: auto;
 
 }
 
 .bodyText {
 	font-family: Helvetica, Arial, Tahoma;
	padding-right: 40px;
	padding-left: 40px;
 }
blockquote {
	margin-top: -10px;
	font-weight: bold;
	margin-right: 40px;
	margin-left: 40px;
	font-style: italic;
}
li {
	font-family: Helvetica, Arial, Tahoma;
	font-size: 12px;
	font-weight: bold;
	margin-right: 40px;
	margin-left: 40px;
	line-height: 16px;
}
img {
	
	margin-right: auto;
	margin-left: auto;
}
p {
	margin-left: 20px;
	font-family: Helvetica, Arial, Tahoma;
	font-size: 12px;
	line-height: 16px;
}
 h2 {
	margin-bottom: -10px;
	font-family: Helvetica, Arial, Tahoma;
	font-size: 16px;
	color:#0F7736;
}
h2 a {
	margin-bottom: -10px;
	text-decoration: underline;
	font-family: Helvetica, Arial, Tahoma;
	font-size: 16px;
	color:#0F7736;
}
h2 a:hover {
	text-decoration: none;
	font-family: Helvetica, Arial, Tahoma;
	font-size: 16px;
	color:#0F7736;
}

 h1 {
	font-family: Helvetica, Arial, Tahoma;
	font-size: 22px;
	color: #094F24;
	line-height: 24px;
	margin-top: 25px;
}

.caption {
	margin-top: -10px;
	text-align:center;
	font-family: Helvetica, Arial, Tahoma;
	font-size: 10px;
	font-weight: bold;
}
.footerText {
	font-family: Helvetica, Arial, Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
a.footerText:Link {
	color:#FFFFFF;
	}
a.footerText:Hover {
	color:#FFFFFF;
	text-decoration:underline;
	}
a.footerText:Active {
	color:#FFFFFF;
	}
a.footerText:Visited {
	color:#FFFFFF;
	}