body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 150%;
	color: #7f756f;
	background: #FFFFFF;
	margin:0;
	padding:0;
}
p {
	font-size: 1.1em;
}
strong {
	font-weight: bold;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.7em;
}
h4 {
	font-size: 1.6em;
}
h5 {
	font-size: 1.5em;
}
h6 {
	font-size: 1.4em;
}
a:link {
	color: #928882;
}
a:visited {
	color: #928882;
}
a:hover {
	color: #013b23;
}
a:active {
	color: #928882;
}
.center {
	text-align: center;
}
.header_green {
	color: #013b23;
	padding: 0;
	margin-top: 10px;
	line-height: 110%;
}
.header_white {
	color: #fff;
	padding: 0;
	margin-top: 0;
}
.FloatLeft {
	float: left;
	padding-right: 5px;
}
.FloatRight {
	float: right;
	padding-left: 5px;
}
.ClearFloat {
	clear: both;
}
.GoodUserMessage {
	color: #013b23;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.BadUserMessage {
	color: #990000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

/* Divs */
#ALL {
	width: 914px;
	margin-left: auto;
	margin-right: auto;
}
#HEADER {

}
#CONTENT {
	padding-top: 5px;
	padding-left: 3px;
	padding-right: 3px;
	border-left: 2px solid #eee;
}
#FOOTER {

}
#line_1 {
	background: url(../images/common/line_1.jpg) no-repeat;
	height: 10px;
}
#top_nav {
	height: 35px;
}
#line_2 {
	background: url(../images/common/line_2.jpg) no-repeat;
	height: 9px;
}
#sub_header {

}
#flash {
	float: left;
	padding: 1px;
}
#nav {
	float: left;
}
#line_3 {
	background: url(../images/common/line_3.jpg) no-repeat;
	height: 22px;
}
#line_4 {
	background: url(../images/common/line_4.jpg) no-repeat;
	height: 17px;
}
#footer_left_right {
	margin-top: 5px;
}
#footer_left {
	float: left;
	width: 70%;
	text-align: center;
}
#footer_right {
	float: left;
	width: 30%;
	text-align: center;
}

/* Content Divs */
#one_column_content {
	/* Content Div for template_one_column baed pages */
	min-height: 100px;	/* IE 6 will ignore this */
	background-color: #fbfcfc;
	padding: 5px;
}
#two_column_a_content_left {
	float: left;
	width: 570px;
	padding-left: 10px;
	padding-right: 10px;
}
#two_column_a_content_right {
	float: right;
	width: 310px;
	padding: 1px;
	border: 2px solid #eee;
}
#two_column_a_header_right {
	background: url(../images/common/title_bar_308.jpg) no-repeat;
	padding-left: 20px;
}
#two_column_a_content_right_padding {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 1px;
	padding-bottom: 5px;
}
#two_column_b_content_left {
	float: left;
	width: 295px;
	padding: 1px;
	border: 2px solid #eee;
}
#two_column_b_header_left {
	background: url(../images/common/title_bar_293.jpg) no-repeat;
	padding-left: 20px;
}
#two_column_b_content_left_padding {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 1px;
	padding-bottom: 5px;
}#two_column_b_content_right {
	float: right;
	width: 598px;
	padding: 1px;
	border: 2px solid #eee;
}
#two_column_b_header_right {
	background: url(../images/common/title_bar_596.jpg) no-repeat;
	padding-left: 20px;
}
#two_column_b_content_right_padding {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 1px;
	padding-bottom: 5px;
}

/* Home */
#Home_Container {

}
.Home_Left_Column {
	float: left;
}
.Home_Right_Column {
	float: right;
}
.division_box_left {
	background: url(../images/home/home_box_left.jpg) no-repeat;
	height: 130px;
	width: 446px;
}
.division_box_right {
	background: url(../images/home/home_box_right.jpg) no-repeat;
	height: 130px;
	width: 445px;
}
.division_box_bottom {
	background: url(../images/home/home_box_bottom.jpg) no-repeat;
	height: 130px;
	width: 894px;
	/* border: 1px red solid; */
}
.division_contact {

}
#Home_Divider_1 {
	background: url(../images/home/divider_1.jpg) no-repeat;
	height: 17px;
}
#Home_Divider_2 {
	background: url(../images/home/divider_2.jpg) no-repeat;
	height: 19px;
}
#Home_Divider_3 {
	background: url(../images/home/divider_3.jpg) no-repeat;
	height: 17px;
}
#Home_Divider_4 {
	background: url(../images/home/divider_4.jpg) no-repeat;
	height: 19px;
}
#Home_Divider_5 {
	background: url(../images/home/divider_5.jpg) no-repeat;
	height: 19px;
}
.box_title {
	color: #013b23;
	font-size: 22px;
	font-weight: bold;
}
.box_text {
	color: #7f756f;
	font-size: 12px;
}
.WantMore {
	margin-top: 5px;
	color: #7f756f;
	font-size: 12px;
	font-weight: bold;
}
.WantMore a:link {
	color: #013b23;
}
.WantMore a:visited {
	color: #013b23;
}
.WantMore a:hover {
	color: #013b23;
}
.WantMore a:active {
	color: #013b23;
}

/* Contact Page */
#ContactInfo {
	color: #5d8ab2;
	font-size: 14px;
}
.ContactInfoLocation {
	font-size: 16px;
	font-weight: bold;
}
#ContactForm label {
	color: #5d8ab2;
	font-size: 16px;
	font-weight: bold;
}
#ContactTable td {
	vertical-align: top;
}
.ContactTableButtonCell {
	text-align: right;
}

/* Articles */
.ArticleDiv {
	margin-bottom: 10px;
	padding: 2px;
	border: 2px solid #eee;
}
.ArticlePicturesWithText {
	text-align: center;
}

/* Top Menu */
#TopMenuTextLinks {
	/*border: 1px solid red; */
	position: relative;
	top: -25px;
	left: 650px;
	width: 250px;
	text-align: right;
}

/* Gallery */
#GalleryTable {
	width: 90%;
	margin: auto;
}
#GalleryImage {
	width: 510px;
	margin: auto;
}