@charset "UTF-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0;
	text-align: center;
	overflow: hidden;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	text-decoration: none;
	color: #000000;
}
.oneColLiqCtrHdr #container {
	width: auto;
	margin: auto;
	text-align: left;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
	text-decoration: none;
	border-collapse: collapse;
	position: absolute;
	padding: 35px 0% 0%;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	background: #EFF6F7;
}
.oneColLiqCtrHdr #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. */
	position: fixed;
	height: auto;
	width: 100%;
	top: 8px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 2px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
}
.oneColLiqCtrHdr #mainContent {
	max-width: 100%;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColLiqCtrHdr #footer {
	background:#000000;
	position: relative;
	width: 100%;
	overflow: hidden;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	bottom: 15px;
} 
.oneColLiqCtrHdr #footer p {
	position: absolute;
	width: 100px;
	left: 35px;
	bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
}
