@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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #369;
	background-image: none;
}
.oneColLiqCtr #container {
	width: auto;
	text-align: left;
	background-image: none;
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 10;
	margin-left: 10;
	background-color: #369;
}
.oneColLiqCtr #mainContent {
	border: medium solid #036;
	padding: 15px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	border-collapse: collapse;
	background-color: #FFF;
}
.oneColLiqCtr #mainContentA {
	padding: 15px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	border-collapse: collapse;
	background-color: #369;
	color: #000;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
table {
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

