@charset "UTF-8";
/* CSS Document */

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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #1F320D;
}
.oneColLiqCtrHdr #container {
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #A1A78E;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #2A4B10;
}
.oneColLiqCtrHdr #container #footer li {
	display: inline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	margin-right: 26px;
}
.oneColLiqCtrHdr #container #footer a {
	color: #BCC6A0;
}
.oneColLiqCtrHdr #container #footer ul {
	margin-left: 44px;
	padding-left: 0px;
	padding-top: 48px;
}
.oneColLiqCtrHdr #header {
	background: #DDDDDD;  /* 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. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-bottom: 0px;
}
.oneColLiqCtrHdr #container #header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	background-color: #2A4B10;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 54px;
	padding-right: 26px;
}
.oneColLiqCtrHdr #container #mainContent p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #E7E7CA;
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 16px;
}
.oneColLiqCtrHdr #footer {
	background-color: #294B10;
	background-image: url(images/footer.jpg);
	height: 86px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.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 #container #mainContent h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #D9D2C3;
	margin-bottom: 3px;
	margin-top: 0px;
}
.oneColLiqCtrHdr #container #mainContent ul {
	margin-top: 3px;
}
.oneColLiqCtrHdr #container #mainContent h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	color: #D6D0C0;
}
.oneColLiqCtrHdr #container #mainContent h3 {
	margin-bottom: 3px;
}
.accombox2 {
	border: 1px solid #CCC9B7;
}
.oneColLiqCtrHdr #container #mainContent table {
}
.oneColLiqCtrHdr #container #mainContent a {
	color: #D4D6D2;
}
.homepic {
	margin-right: 10px;
	border: 1px solid #E0E2C3;
	margin-bottom: 10px;
}
.homepicright {
	border: 1px solid #E0E2C3;
	margin-bottom: 10px;
	margin-left: 10px;
}
.graphicheader {
	margin-top: 10px;
}
.oneColLiqCtrHdr #container #mainContent table {
	margin-top: 0px;
	padding: 6px;
}
.accombox2 {
	border: 1px solid #3F7316;
}
.oneColLiqCtrHdr #container #mainContent table img {
	margin-right: 8px;
	margin-bottom: 8px;
	border: 1px solid #D3D6D0;
}
.oneColLiqCtrHdr #container #mainContent table li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D7D1C1;
	margin-bottom: 1px;
}
.oneColLiqCtrHdr #container #mainContent li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	line-height: 18px;
	margin-bottom: 4px;
}
.oneColLiqCtrHdr #container #mainContent h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D9D2C3;
	margin-bottom: 4px;
	font-weight: normal;
	font-style: italic;
	margin-top: 4px;
}
