@charset "utf-8";
body {
	background: #FFFFFF;
	margin: 7px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: Tahoma;
}

.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {

}
.oneColFixCtrHdr #mainContent {
	background-image: url(images/layout_10.jpg);

}
.oneColFixCtrHdr #footer {
	font-size: 10px;
	padding-bottom: 10px;
	color: #999999;

}
.oneColFixCtrHdr #container #footer a {
	color: #999999;
	text-decoration: none;
}
.oneColFixCtrHdr #container #footer a:hover {
	color: #000000;
	text-decoration: underline;
}
.oneColFixCtrHdr #container #mainContent #left {
	padding-left: 15px;
}
.oneColFixCtrHdr #container #mainContent #right {
	padding-left: 25px;
	padding-right: 25px;
	font-size: 12px;
}
.oneColFixCtrHdr #container #mainContent #right h2 {
	font-size: 14px;
	font-weight: bold;
	color: #016732;
}

.oneColFixCtrHdr #container #mainContent #right .homefeature {
	border: 2px solid #666666;
	font-size: 12px;
}
.oneColFixCtrHdr #container #mainContent #right .homefeature h2 {
	font-family: "Copperplate Gothic Light";
	font-size: 12px;
	color: #016732;
	margin: 0px;
	padding: 0px;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.oneColFixCtrHdr #container #mainContent #right .homefeature a {
	color: #016732;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent #right .homefeature a:hover {
	text-decoration: underline;
}
.oneColFixCtrHdr #container #mainContent #right h1 {
	font-family: "Copperplate Gothic Bold";
	font-size: 16px;
	color: #016732;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
