/* main body style */
body {
	background:  #1B4328;
	margin: 2px 0px 5px;
 	padding: 0;
	 scrollbar-3dlight-color:#1B4328;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#FFFFFF;
	scrollbar-track-color:#1B4328;
	scrollbar-darkshadow-color:#1B4328;
	scrollbar-face-color:#1B4328;
	scrollbar-highlight-color:#FFFFFF;
}

/* td & p styles */
td, p	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	color: #1B4328;
	font-weight: bold;

}

/* H1 & H2 styles */
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 125%;
	margin: 0px;
	padding: 0px;


}

H2.heading2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 125%;
	font-weight: bold;
	color: #1B4328;
	text-transform: none;
	letter-spacing: 1px;
	text-align: center;
	font-style: italic;
	margin: 0px;
	padding: 0px;

}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	background: #235836;
	letter-spacing: 1px;
	text-align: center;

}


/* form styles */
form {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;

}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;

}


/* link styles */
a {
	font-weight: bold;
	text-decoration: underline;
	text-transform: none;
	color: #1B4328;

}

a:hover 	{
	color: #3E995B;
	font-weight: bold;
	text-decoration: none;
}

a:link 	{
	color: #1B4328;
	font-weight: bold;
	text-decoration: underline;
}

.RedLink A:link {text-decoration: underline; color: #a41d22;font-weight: bold;text-transform: none;}
.RedLink A:visited {text-decoration: underline; color: #a41d22;font-weight: bold;text-transform: none;}
.RedLink A:active {text-decoration: underline; color: #a41d22;font-weight: bold;text-transform: none;}
.RedLink A:hover {text-decoration: none; color: #3E995B;font-weight: bold;}


/* navigation style */
.nav {
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	background: #235836;
	letter-spacing: 1px;
	text-align: center;

}

a.navLink {
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	background: #235836;
	letter-spacing: 1px;
	text-align: center;

}
a.navLink:hover {
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	background: #235836;
	letter-spacing: 1px;
	text-align: center;

}

/* contact */
.contact {
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: right;

}

a.contactLink {
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: right;

}
a.contactLink:hover {
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: right;

}


.image {
	border: 1px solid #1B4328;

}
.view {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: capitalize;
	background: #235836;
	letter-spacing: 1px;
	text-align: center;

}
hr {
	width: 85%;
	border: #9BA188;
}
.small {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
ul {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 5px;
	list-style: square;

}
li {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 5px;
	list-style: square;
}

