/* CSS Document */
   #wrapper {
	display: inline;

	font 100%;
	width: 65%;
	clear: both;
	background: #9999ff repeat;
	font-size: 100%;
   }
   .primary {
	float: left;
	width: 40%;
	margin: 20px;
	padding: 20px;
	background-color: #9999ff;
	white-space: normal;
	clip: rect(auto,auto,auto,auto);
	z-index: auto;
	clear: both;
	height: auto;
	border: thin solid #FFFFFF;
	font-size: 100%;
   }
   .secondary {
	float: right;
	width: 40%;
	margin: 20px;
	padding: 20px;
	background-color: #9999ff;
	white-space: normal;
	clip: rect(auto,auto,auto,auto);
	z-index: auto;
	clear: none;
	height: auto;
	border: thin solid #FFFFFF;
	font-size: 100%;
   }
   }
.oneColLiqCtrHdr #footer {
	padding: 0;
	background:#9999FF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: auto;
	width: auto;
	left: auto;
	text-decoration: underline;
} 

