@charset "UTF-8";
body {
	background: #99ffff; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 5;
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10;
}
.oneColLiqCtr #container {
	width: 90%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* 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. */
}
.oneColLiqCtr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}.s1 {
	font-size: x-large;
	font-family: "MS Serif", "New York", serif;
	font-style: italic;
	line-height: normal;
	color: #00F;
	text-align: left;
}
.s2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: normal;
	color: #000;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
	line-height: normal;
	text-align: left;
}
.s3 {
	font-family: "MS Serif", "New York", serif;
	font-size: medium;
	font-style: normal;
	color: #003;
	font-weight: bold;
	text-align: left;
	line-height: normal;
}
.oneColLiqCtr .s4 {
	font-weight: bold;
	font-size: x-large;
	text-decoration: underline;
}
.s4 {
	font-size: x-large;
	text-align: center;
	color: #000;
}
.c1 {
	font-size: large;
	color: #03F;
	font-style: italic;
}
s1 {
	text-align: left;
}
