@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-image: url(/%7Echeeb/cisw307/A8Love/images/water028.gif);
}
.oneColLiqCtr #container {
	width: 90%; /* 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: #000;
	opacity: .80;
	background-position: 5459;
	list-style-position: inside;
	list-style-type: square;
	top: 0px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.oneColLiqCtr #mainContent {
	color: #0F0;
	font-size: 13pt;
	padding-left: 10px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	padding-right: 10px;
	text-align: left;
}
