body {	font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	color: #626262;	background-color: #FFFFFF;	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	padding: 0px;	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 */}.oneColLiqCtrHdr #container {	width: 100%;  /* this will create a container 100% of the browser width */	background: #FFFFFF;	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */	text-align: left; /* this overrides the text-align: center on the body element. */}.oneColLiqCtrHdr #container img { /* this will remove the white space between the header and left picture */	display: block;}.oneColLiqCtrHdr #header {	background-image: url(../images/background_header.jpg);	background-repeat: repeat-x;}.oneColLiqCtrHdr #content { /* remember that padding is the space inside the div box and margin is the space outside the div box */	margin-left: 300px;	padding-top: 10px;	width: 575px;}.oneColLiqCtrHdr #content_body { /* remember that padding is the space inside the div box and margin is the space outside the div box */	padding-left: 10px;	padding-right: 10px;}.oneColLiqCtrHdr #content_body img { /* remember that padding is the space inside the div box and margin is the space outside the div box */	display: inline;}.oneColLiqCtrHdr #footer { 	background-image: url(../images/bottom_divider.png);	background-repeat: no-repeat;	width: 100%;	margin-top: 20px;} .oneColLiqCtrHdr #footer a:link {	color: #626262;	text-decoration: none;}.oneColLiqCtrHdr #footer a:visited {	color: #626262;	text-decoration: none;}.oneColLiqCtrHdr #footer a:hover {	color: #E13A3E;	text-decoration: underline;}.oneColLiqCtrHdr #footer p {	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */	padding-top: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */	font-size: 95%;}a:link {	color: #0033ff;	text-decoration: none;}a:visited {	color: #0033ff;	text-decoration: none;}a:hover {	color: #E13A3E;	text-decoration: underline;}.validation_error {	background-color: #FFFFD5;	text-align: left;	width: 300px;	border: thin solid #DD9988;	color: #990000;	padding: 10px;}.big_name {	font-size: 130%;	font-weight: bold;}.form_label {	font-size: 90%;	font-weight: bold;}.content_small {	font-size: 95%;}.section_divider {	font-size: 130%;	color: #444444;	border-bottom-style: dotted;	border-bottom-color: #999999;	width: 100%;	border-bottom-width: thin;	font-weight: bold;}/* Miscellaneous classes for reuse */.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */	float: right;	margin-left: 8px;}.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */	float: left;	margin-right: 8px;}.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */	clear:both;    height:0;    font-size: 1px;    line-height: 0px;}
