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: #99CCFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
}
.oneColLiqCtrHdr #container {
	width: 80%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #003366;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #CC99FF;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColLiqCtrHdr #header {
	padding: 0 10px 0 20px;  /* 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. */
	background-color: #9999FF;
}
.oneColLiqCtrHdr #container #header td {
	color: #000066;
	font-family: "Gill Sans MT", Arial, sans-serif;
	font-size: 16px;
}

.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: 10px 0;
	font-size: 125%;
	color: #CCCCCC;
	font-variant: small-caps;
}
.oneColLiqCtrHdr #container #header a {
	color: #330033;
	text-transform: capitalize;
	text-decoration: none;
}

.oneColLiqCtrHdr #container #mainContent h2 {
	color: #330033;
	font-size: 125%;
}
.oneColLiqCtrHdr #container #mainContent h1 {
	color: #000066;
	font-size: 165%;
}
.oneColLiqCtrHdr #container #mainContent p {
	color: #000000;
	font-size: 95%;
}
.oneColLiqCtrHdr #container #mainContent li {


}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-family: "Gill Sans MT", Arial, sans-serif;
	font-size: 95%;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	background-color: #FF99FF;
	font-family: "Gill Sans MT", Arial, sans-serif;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-decoration: none;
	font-size: 75%;
	color: #330033;
}
.oneColLiqCtrHdr #container #footer a {
	text-decoration: none;
	color: #330033;
}
.oneColLiqCtrHdr #container #mainContent h3 {
	color: #330066;
	font-size: 105%;
}
.oneColLiqCtrHdr #header h2 {
	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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Gill Sans MT", Arial, sans-serif;
	color: #330033;
	font-style: oblique;
	font-size: 110%;
}
.oneColLiqCtrHdr #header h1 a {
	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: 10px 0;
	font-style: oblique;
	font-size: 185%;
}
.oneColLiqCtrHdr #container #mainContent h2 a {
	color: #330099;
	text-decoration: none;
	
}
.oneColLiqCtrHdr #container #mainContent h2 a:hover {
	color: #330066;
	text-decoration: underline;
	padding-top: 15px;
	padding-bottom: 0px;
}
.oneColLiqCtrHdr #container #mainContent p a {
	color: #006666;
	text-decoration: none;
}
.oneColLiqCtrHdr #container #mainContent p a:hover {
	color: #009900;
	text-decoration: underline;
}
.oneColLiqCtrHdr #container #header td p {
	color: #000066;
	font-family: "Gill Sans MT", Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
}
