/* 
-------------------
Text Styles
------------------- */
.headertext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	letter-spacing:3px;
	color: #5f4624;
}
.addresstext {font-family: Arial, Helvetica, sans-serif;
	color: #5f4624;
	font-weight:bold;
	}
.greentext {
	color: #738820;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:bold;
	}
.greenheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #738820;
	font-size: 22px;
}
.subhead {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1 {font-family: Georgia, "Times New Roman", Times, serif;
	color: #00457C;
	font-size: 18px;
	font-weight:100;
}
.quote {font-family: Georgia, "Times New Roman", Times, serif;
	color: #00457C;
	font-size: 18px;
	font-weight:100;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:18px;
}
.linktext {font-family: Georgia, "Times New Roman", Times, serif;
		font-variant:small-caps;
		letter-spacing:2px;
		font-size:14px;
		line-height:33px;
		}
/* 
-------------------
Link Styles
------------------- */
a.greenlink:link {
	color: #738820;
	text-decoration: none;
}
a.greenlink:visited {
	text-decoration: none;
	color: #738820;
}
a.greenlink:hover {
	text-decoration: underline;
	color: #738820;
}
a.greenlink:active {
	text-decoration: none;
	color: #738820;
}
a.mainnav:link {
		text-decoration:none;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-variant:small-caps;
		letter-spacing:2px;
		font-size:14px;
		line-height:33px;
		color:#000000;
		}
a.mainnav:visited {
		text-decoration:none;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-variant:small-caps;
		letter-spacing:2px;
		font-size:14px;
		line-height:33px;
		color:#000000;
		}
a.mainnav:hover {
		text-decoration:none;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-variant:small-caps;
		letter-spacing:2px;
		font-size:14px;
		line-height:33px;
		color: #78A22F;
		}
a.mainnav:active {
		text-decoration:none;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-variant:small-caps;
		letter-spacing:2px;
		font-size:14px;
		line-height:33px;
		color:#000000;
		}
a.mainnav2 {
		text-decoration:none;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-variant:small-caps;
		letter-spacing:2px;
		font-size:14px;
		line-height:33px;
		color: #78A22F;
		}
a.mainnav2:link {
	text-decoration: none;
}
a.mainnav2:visited {
	text-decoration: none;
	
}
a.mainnav2:hover {
	text-decoration: none;
	
}
a.mainnav2:active {
	text-decoration: none;
	
}

a.bolink:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color: #00457C;
	font-size: 18px;
	}
a.bolink:visited {
	text-decoration: none;
	color: #00457C;
	font-size: 18px;
	}
a.bolink:hover {
	text-decoration: none;
	color: #5f4624;
	font-size: 18px;
	
	}
a.bolink:active {
	text-decoration: none;
	color: #00457C;
	}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
a.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	}
a.footer:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a.footer:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a.footer:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a.footer:active {
	text-decoration: underline;
	color: #FFFFFF;
}