@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.oneColLiqCtrHdr #container {
	width: 80%; /* 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: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColLiqCtrHdr #header {
	background-color: #FFF;
	color: #CCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 35px;
	border-right-width: 0px;
	border-bottom-width: 25px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CF9;
	border-right-color: #FFF;
	border-bottom-color: #CF9;
	border-left-color: #FFF;
}
.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;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #CF9;
}
.oneColLiqCtrHdr #footer {
	padding: 0 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-color: #6C3;
} 
.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 */
	font-size: 10px;
	font-style: italic;
	line-height: normal;
	font-weight: 500;
	color: #360;
	background-color: #FFF;
}
.navlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #000;
	text-decoration: none;
	background-color: #CF9;
}

.footnote			{font-family: Verdana;
				font-weight: normal;
				color: #000000;
				font-size: 7pt}

.heading1 {
	font-size: 24pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	background-color: #FFF;
}
.heading2 {
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000;
}
.heading3 {
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	color: #000;
}
.makemebold {
	font-weight: bold;
}

