@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: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
}
.oneColFixCtrHdr #container {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
}
.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. */
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
	position: relative;
}
.oneColFixCtrHdr #mainContentText {
	font-family: "Century Gothic", Century;
	font-size: 14px;
	color: #2A512A;
	overflow: auto;
	position: absolute;
	width: 643px;
	left: 192px;
	top: 0px;
	text-align: center;
	height: 414px;
}
.oneColFixCtrHdr #footer {
	padding: 0;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 140px;
	width: 1024px;
}
.oneColFixCtrHdr #footerText {
	font-family: "Century Gothic", Century;
	font-size: 10px;
	color: #2A5132;
	text-decoration: none;
	text-align: center;
	position: absolute;
	width: 1024px;
	bottom: 0px;
}
a:visited {
	font-family: "Century Gothic", Century;
	font-size: 12px;
	color: #2A5132;
	text-decoration: none;
}
a:link {
	font-family: "Century Gothic", Century;
	font-size: 12px;
	color: #2A5132;
}
a:hover {
	font-family: "Century Gothic", Century;
	font-size: 12px;
	color: #B7BDB6;
	text-decoration: none;
}
a:active {
	font-family: "Century Gothic", Century;
	font-size: 12px;
	color: #2A5132;
	text-decoration: none;
}
