@charset "utf-8";
body {
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
	width: 100%;
	background-color: #FFFFFF;
	
}
.oneColLiqCtr #container {
	width: 960px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	margin-top: 0;
	padding-top: 0;
	font-size: 14px;
}
.oneColLiqCtr #mainContent {
	padding: 0px;
	margin: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(Images/Layout06_06.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: bottom right;
	border-left-color:#FFCC00;
	border-right-color:#FFCC00;
	border-bottom-color:#FFCC00;
	border-bottom-width: 10px;
	border-left-width: 5px;
	border-right-width: 5px;
	border-top-width: 0px;
	border-style:solid;
	margin-top: 0px;
	padding-top: 0px;
}
p{line-height:1em;}