/* CSS Document */


<style type="text/css"> 
<!--reminder comment tage--> 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
}
.thrColLiqHdr #container { 
	width: 85%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #000000;
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
 
