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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #003333;
	background-color: #99CC66;
	font-family: "Franklin Gothic Book", Arial, sans-serif;
	font-size: 100%;
	background-image: url(myPictures/bak.gif);
}
.oneColLiqCtrHdr #container {
	width: 80%;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #99CC66;
	border: 1px solid #000000;
}
.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: #339999;
	border-right-width: thick;
	border-right-style: ridge;
	border-right-color: #339999;
	border-bottom-width: thick;
	border-bottom-style: groove;
	border-bottom-color: #339999;
	border-left-width: thick;
	border-left-style: ridge;
	border-left-color: #339999;
}
.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;
	color: #FFFFFF;
	font-variant: small-caps;
}
.oneColLiqCtrHdr #container #mainContent h2 {
	color: #003333;
	font-size: 125%;
}
.oneColLiqCtrHdr #container #mainContent h2 a {
	text-decoration: none;
}

.oneColLiqCtrHdr #container #mainContent h1 {
	color: #194C4C;
	font-size: 150%;
}
.oneColLiqCtrHdr #container #mainContent p {
	font-family: "Times New Roman", Times, serif;
	color: #330000;
	font-size: 95%;
}
.oneColLiqCtrHdr #container #mainContent li {
	font-family: "Times New Roman", Times, serif;
	color: #330000;
	font-size: 90%;
}

.oneColLiqCtrHdr #container #header a {
	text-decoration: none;
	color: #33CC00;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px;
	color: #330033;
	border-left-width: thick;
	border-left-style: ridge;
	border-left-color: #99CC66;
	border-right-width: thick;
	border-right-style: ridge;
	border-right-color: #99CC66;
	background-color: #FFFFFF;
	background-image: url(myPictures/bak-content.gif);
}
.oneColLiqCtrHdr #container #mainContent a {
	color: #003333;
}

.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	background-color: #339999;
	border-bottom-width: thick;
	border-bottom-style: ridge;
	border-bottom-color: #339999;
	border-left-width: thick;
	border-left-style: ridge;
	border-left-color: #339999;
	border-right-width: thick;
	border-right-style: ridge;
	border-right-color: #339999;
	border-top-width: medium;
	border-top-style: groove;
	border-top-color: #339999;
} 
.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: #99CC66;
}
.oneColLiqCtrHdr #container #footer a {
	text-decoration: none;
	color: #33CC00;
}
.oneColLiqCtrHdr #container #mainContent h3 {
	color: #194C4C;
	font-size: 110%;
}
.oneColLiqCtrHdr #header h2 {
	color: #BFF7B7;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
