@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #82000B;
	background-color: #FFB062;
}
.oneColLiqCtrHdr #container {
	width: 100%;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFB062;
}
.oneColLiqCtrHdr #header {
	background-color: #FFB062;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	background-color: #FFB062;
	font-weight: bold;
	text-align: center;
	font-size: 100%;
}
.oneColLiqCtrHdr #footer {
	background-color: #FFB062;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.para {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.paras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
.paras1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}

