@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;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
}


.oneColLiqCtrHdr #container {
	width: 80%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-width: 760px;
	max-width: 900px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColLiqCtrHdr #container a:link {
	color: #621213;
	text-decoration: underline;
}
.oneColLiqCtrHdr #container a:visited {
	color: #621213;
	text-decoration: underline;
}
.oneColLiqCtrHdr #container a:hover {
	color: #621213;
	text-decoration: underline;
	font-weight: bold;
}
.oneColLiqCtrHdr #container a:active {
	color: #621213;
	text-decoration: underline;
}
.oneColLiqCtrHdr #header {
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0;
	text-align: left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.oneColLiqCtrHdr #mainContent {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColLiqCtrHdr #container #mainContent h1 {
	color: #621213;
	line-height: 150%;
}
.oneColLiqCtrHdr #container #mainContent h2 {
	color: #621213;
}

.oneColLiqCtrHdr #container #mainContent p {
	line-height: 160%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}


.oneColLiqCtrHdr #footer {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-color: #FFFFFF;
} 

.oneColLiqCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #621213;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.oneColLiqCtrHdr #container #footer a:link {
	text-decoration: none;
	color: #000000;
}
.oneColLiqCtrHdr #container #footer a:visited {
	text-decoration: none;
	color: #000000;
}
.oneColLiqCtrHdr #container #footer a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #621213;
}
.oneColLiqCtrHdr #container #footer a:active {
	text-decoration: underline;
	color: #621213;
}
