@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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Comic Sans MS";
	background-color: #020C6B;
}
.oneColLiqCtrHdr #container {
	width: 840px; /* 57em; */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFECA4;	/* background-image: url(paws_bkg.jpg); */
}
.oneColLiqCtrHdr #header {
	text-align: left;
	margin: 10px 0 5px 50px;
	background-color: #FFECA4;
}
.oneColLiqCtrHdr #header2 {
	text-align: left;
	margin: 10px 0 5px 2px;
	background-color: #FFECA4;
}.oneColLiqCtrHdr  #navigation  {
	/* margin: 0 0 0 102px; */
	background-color: #2B006D;
	height: 27px;
}
.oneColLiqCtrHdr #mainContent {
	padding: 15px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-size: 14px;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	background-color: #FFCC33;
} 
.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 */
}
.oneColLiqCtrHdr #leftSide {
	width: 120px;
	float: left;
	padding: 0 0 0 2px;
	background-color: #FFCC33;
}
.oneColLiqCtrHdr #middleBody {
	margin: 2px 11em 0 105px;
	padding: 0 1em 0 2em;
	font-size: 14px;
}
.oneColLiqCtrHdr #middleBody2 {
	margin: 2px 2em 0 105px;
	padding: 0 1em 0 2em;
	font-size: 14px;
}
.oneColLiqCtrHdr #rightSide {
	float: right;
	padding: 2px 0;
	width: 154px; /* 11em; */
	background-color: #0099FF;
	font-size: 14px;
	margin-top: 0px;
}
.oneColLiqCtrHdr #leftSide h3, .oneColLiqCtrHdr #rightSide p, .oneColLiqCtrHdr #rightSide h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
