@charset "UTF-8";
body {
	background-attachment: fixed;
	background-color: #564B57;
	
}
.MainSection {
	height: auto;
	width: auto;
	position: relative;
}
.oneColLiqCtr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	\margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	font-weight: normal;
	color: #FFC;
	text-align: center;
}
a:link {
	font-family: Verdana, Geneva, sans-serif;
	color: #096;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #600;
}
.centercontentdiv {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	position: relative;
	width: 60%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	color: #000;
}.mainContent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #564B57;
}
