@charset "UTF-8";
body {
	font: 100% Garamond, Georgia, "Lucida Console";
	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: 723px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(SPC_css_about_back3.jpg);
	margin: 0 auto;
}
.oneColLiqCtrHdr #header {
	background: #DDDDDD;
	width: 723px;
	background-image: url(SPC_css_about_back.jpg);
}
.oneColLiqCtrHdr #header h1 {
	margin: 0;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px;
}
.contentheader {
	font-family: Garamond, Georgia, "Lucida Console";
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #506262;
}
.footnote {
	font-family: Garamond, Georgia, "Lucida Console";
	font-size: 16px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #222222;
	text-align: right;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#CEC7A7;
	text-align: right;
	font-size: 10pt;
	background-image: url(SPC_css_footer_back2.jpg);
} 
.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 */
}
.companyname {
	font-family: Scriptina, Garamond, Georgia;
	font-size: 14pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

