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

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.bold_italic {
	font-style: italic;
	font-weight: bold;
}
.bold_underline {
	font-weight: bold;
	text-decoration: underline;
}
.right_align {
	text-align: right;
}
.left_align {
	text-align: left;
}
.center_align {
	text-align: center;
}
.justify {
	text-align: justify;
}
.green_text {
	color: #01723C;
}
.red_text {
	color: #DD0000;
}
.blue_text {
	color: #0000CC;
}
.black_text {
	color: #000000;
}
.grey_text {
	color: #666666;
}
.white_text {
	color: #FFFFFF;
}
.gold_text {
	color: #E2A92F;
}
.cream_text {
	color: #FFFFDD;
}
.violet_text {
	color: #664373;
}
.burg_text {
	color: #6A383A;
}
.small_text {
	font-size: 0.8em;
}
.large_text {
	font-size: 1.2em;
}
.clearer {
	clear: both;
}
.hide_content {
	font-size: 0.6em;
	margin-left: -9000px;
}
.outdent {
	text-indent: -20px;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.float_image_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.float_image_right {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.no_padding_margin {
	margin: 0px;
	padding: 0px;
}
.10px_margin {
	margin: 10px;
	float: left;
}
.home_text_width {
	width: 460px;
}
h1 {
	font-size: 1.8em;
	margin: 10px;
}
h2 {
	font-size: 1.7em;
	color: #01723C;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
h3 {
	font-size: 1.4em;
	margin: 10px;
	color: #01723C;
}
p {
	margin: 10px;
}
a {
	color: #FF9900;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.all {
	background-image: url(../images/all.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.quarter {
	float: left;
	width: 24%;
}
div.three_quarters {
	float: left;
	width: 75%;
}
div.third {
	float: left;
	width: 33%;
}
div.two_thirds {
	width: 66%;
	float: left;
}
div.half {
	float: left;
	width: 50%;
}
div.one_fifth {
	float: left;
	width: 20%;
}
div.two_fifths {
	float: left;
	width: 40%;
}
div.three_fifths {
	float: left;
	width: 60%;
}

