@charset "UTF-8";
body {
	background: ffffff;
	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: 444444;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20;
}
.oneColLiqCtr #container {
	width: 820px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
}
.oneColLiqCtr  #leftContent {
	float: left;
	width: 400px;
}
.oneColLiqCtr #rightContent {
	float: right;
	width: 380px;
	margin-right: 10px;
}
a {
	color: #4D7E0D;
	text-decoration: none;
}
.oneColLiqCtr #footer {
	float: none;
	width: 820px;
	clear: both;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #cccccc;
	margin-top: 10px;
	padding-top: 10px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
