@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: #4D0302;
	background-color: #FAEFE2;
}
.oneColLiqCtrHdr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #001818;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-width: 950px;
}
.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: #D8A890;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #001818;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #001818;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
}
.oneColLiqCtrHdr  #ContentHolder {
	background-color: #F0D8C0;
	color: #001818;
	padding: 0px;
	min-height: 500px;
}
.oneColLiqCtrHdr  #mainContent    {
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #F0D8C0;
	min-height: 500px;
}

.oneColLiqCtrHdr #container #sidebar {
	float: left;
	position: relative;
	font-size: large;
	color: #EEE3D0;
	width: 150;
}


.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	background-color: #D8A890;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #001818;
} 
.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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #001818;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #001818;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	color: #001818;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #001818;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003030;
}
.oneColLiqCtrHdr  #mainContent  li    {
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D0302;
}
.imageleft {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
.imageright {
	float: right;
	padding-right: 5px;
	padding-left: 5px;
}
hr {
	color: #4D0302;
}

