@charset "UTF-8";/* CSS Document */}.oneColLiqCtr #container {	width: 80%;  /* 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: 1px solid #000000;	text-align: left; /* this overrides the text-align: center on the body element. */	min-height: 3000px;	padding: 20px;}.thrColElsHdr #header {	background: ffffff;	padding: 0 2px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */} }.oneColLiqCtr #mainContent {	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	margin: 0px;	width: 960px}.bodytxt {	font-family: Futura, Arial, Helvetica, sans-serif;	font-size: 14pt;	font-weight: normal;	color: #000000;	line-height: 16pt;}.Head2 {	font-family: Futura, Arial, Helvetica, sans-serif;	font-size: 18pt;	font-weight: bold;	color: #000000;}.Head1 {	font-family: Futura, Arial, Helvetica, sans-serif;	font-size: 20pt;	font-weight: bolder;	color: #000000;}.picbox {	background-color: #FFFFFF;	margin: 10px;	height: 100px;	width: 100px;	border: 2px solid #000000;}.fullpicbox {	background-color: #FFFFFF;	margin: 10px;	width: 500px;	border: 2px solid #000000;}