@charset "utf-8";
body {
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #FFF;
	background-image: url(th9spc11.gif);
	width: auto;
	margin-top: 0;
	margin-right: px;
	margin-bottom: 0;
	margin-left: 100 px;
}
.oneColLiqCtrHdr #container {
	margin: 1;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #fff;
	background-image: none;
	width: 805px;
	position: absolute;
	left: 18%;
	top: 10px;
	text-decoration: none;
	bottom: auto;
}
.link {
	text-decoration: underline;
}

.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: #FFF;
	background-image: url(satellite.gif);
}
.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 */
	background-image: none;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	background-repeat: repeat;
	background-image: none;
	font-size: 10px;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	background-color: #DDDDDD;
	background-image: none;
	bottom: 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 */
}
.background {
	background-image: url(middle2.jpg);
	background-repeat: repeat;
}
.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #F00;
	text-align: center;
}
.pagetext {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
.optin {
	background-image: url(optin.jpg);
	background-repeat: no-repeat;
}
