@charset "UTF-8";
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 23px;
	font-weight: normal;
	color: #666;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 32px;
	color: #FFF;
	font-style: normal;
}
.image_frame {
	margin: 25px;
	border: thin solid #999;
	padding: 15px;
}
.interior_titles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 35px;
	font-weight: lighter;
	color: #87C63D;
}
.captions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
/* CSS Document */

.bottom_background {
	background-image: url(homepage/bottom_dkgrey.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.top_background {
	background-image: url(homepage/pattern.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.header_green {
	font-family: Georgia;
	font-size: 22px;
	line-height: 30px;
	color: #87c63d;
	font-weight: normal;
	font-variant: normal;
}
.bottom_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #FFF;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #FFF;
}
a:link {
	color: #5D5D5D;
	text-decoration: none;
}
a:visited {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #87B94D;
	text-decoration: underline;
}
a:active {
	color: #5D5D5D;
	text-decoration: none;
}
.top_background_interior {
	background-image: url(interior/top_background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.white_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
}
.dotted_line {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
}
.bottom_background table tr td .bottom_links a {
	color: #FFF;
}
