@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; /* 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-color: #000;
}
.oneColFixCtrHdr #container {
	width: 1024px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000;
	clip: rect(auto,auto,auto,auto);
}
.oneColFixCtrHdr #container #mainContent #mainContentText h1 {
	font-family: "Century Gothic", Century;
	font-size: 36px;
	font-style: italic;
	font-weight: lighter;
	color: #2A512A;
	text-decoration: underline;
	text-align: center;
	position: relative;
}
.oneColFixCtrHdr #header {
	padding: 0;
	background-color: #000;
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
	background-color: #000;
	position: relative;
}
.oneColFixCtrHdr #mainContentText {
	font-family: "Century Gothic", Century;
	color: #2A5132;
	font-size: 12px;
	overflow: auto;
	position: relative;
	width: 830px;
	left: 102px;
	top: 0px;
}
.oneColFixCtrHdr #footer {
	padding: 0;
	background-color: #000;
	background-image: url(images/ig_footer.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 36px;
	width: 1024px;
}
.oneColFixCtrHdr #footerText {
	font-family: "Century Gothic", Century;
	font-size: 10px;
	color: #2A5132;
	text-align: center;
	width: 1024px;
	position: absolute;
	bottom: 0px;
}
.oneColFixCtrHdr #container #mainContent #mainContentText p {
	font-family: "Century Gothic", Century;
	font-size: 14px;
	font-style: normal;
	color: #2A512A;
	text-align: left;
	text-indent: 40px;
	position: relative;
}
a:link {
	font-family: "Century Gothic", Century;
	font-size: 12px;
	color: #2A5132;
}
a:visited {
	font-family: "Century Gothic", Century;
	font-size: 12px;
	color: #2A5132;
}
a:active {
	font-family: "Century Gothic", Century;
	font-size: 12px;
	color: #2A5132;
}
a:hover {
	font-family: "Century Gothic", Century;
	font-size: 12px;
	color: #B7BDB6;
}
