@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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #44403f;
	background-image:  url(hsbackground.png);
	background-repeat: no-repeat;
	background-position: center;
}
.oneColFixCtrHdr #container {
	width: 975px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	text-align: center;
}
.oneColFixCtrHdr #container #header img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: center;
	padding-bottom: 15px;
}
.oneColFixCtrHdr #mainContent {
	text-align: center;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.oneColFixCtrHdr #container #mainContent img {
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.oneColFixCtrHdr #container #footer img {
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #footer {
	text-align: center;
	color: #FFFFFF;
	margin-top: 50px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #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-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 14px;
}
.oneColFixCtrHdr #container #footer a {
	text-decoration: underline;
	color: #9a0109;
	font-weight: bold;
}
.oneColFixCtrHdr #container #footer a:visited {
	text-decoration: underline;
	color: #9a0109;
	font-weight: bold;
}
.oneColFixCtrHdr #container #footer a:hover {
	text-decoration: none;
}
.oneColFixCtrHdr #attribute {
	text-align: right;
	color: #666666;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 9px;
}
.oneColFixCtrHdr #container #attribute a {
	color: #666666;
	text-decoration: none;
}
.oneColFixCtrHdr #container #attribute a:visited {
	color: #666666;
	text-decoration: none;
}
.oneColFixCtrHdr #container #attribute a:hover {
	color: #666666;
	text-decoration: underline;
}

