@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 21 0 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #000;
}
.oneColFixCtrHdr #container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header2 {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
	background-image: url(images/main_content.png);
	background-repeat: no-repeat;
	margin: 0px;
	height: 483px;
}
.oneColFixCtrHdr #maincontentText {
	margin: 0px 0px 0px 465px;
	padding: 0px;
	width: 450px;
}
.oneColFixCtrHdr #maincontentText h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #857A3F;
	width: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-weight: lighter;
	margin-left: 6px;
	margin-top: 30px;
}
.oneColFixCtrHdr #maincontentText h2 {
	font-size: 12px;
	color: #857A3F;
	margin-bottom: -15px;
	margin-left: 18px;
	font-weight: lighter;
}
.oneColFixCtrHdr #maincontentText p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
	margin-left: 18px;
	margin-right: 48px;
	font-weight: lighter;
	font-style: normal;
	line-height: 18px;
}
.oneColFixCtrHdr #maincontentText img {
	margin-left: 24px;
}
.oneColFixCtrHdr #footer {
	padding: 0;
	height: 100px;
	position: relative;
}
.oneColFixCtrHdr #footer p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	color: #3C85B7;
}
.oneColFixCtrHdr #mainContent_subpage {
	padding: 0px;
	background-image: url(images/subpage_box.png);
	background-repeat: repeat-y;
	margin: 0px;
}
.oneColFixCtrHdr #footer_subpage {
	padding: 0;
	height: 145px;
	position: relative;
}
.oneColFixCtrHdr #footer_subpage p {
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #3C85B7;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.oneColFixCtrHdr #mainContentImage {
	float: left;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #3C85B7;
	text-decoration: none;
}
a:visited {
	color: #3C85B7;
	text-decoration: none;
}
a:hover {
	color: #b0c8d8;
}
a:active {
	color: #3C85B7;
	text-decoration: none;
}.oneColFixCtrHdr #mainContentGallery {
	margin: 0px 0px 0px 471px;
	padding: 0px;
	width: 530px;
}
.oneColFixCtrHdr #maincontentText2 {
	margin: 0px 0px 0px 471px;
	padding: 0px;
	width: 529px;
}

