@charset "UTF-8";body {	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;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 100%;	background-color: #FFFFFF;}.oneColFixCtr #container {	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	background: #FFFFFF;	margin: 0 auto;	text-align: left;	border-right-width: 1px;	border-bottom-width: 1px;	border-left-width: 1px;	border-right-style: solid;	border-bottom-style: solid;	border-left-style: solid;	border-right-color: #000000;	border-bottom-color: #000000;	border-left-color: #000000;}.oneColFixCtr #mainContent {	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */}.body {	font-family: Verdana, Arial, Helvetica, sans-serif;	padding: 20px;	font-size: 15px;	line-height: 22px;}.textform {	font-family: Verdana, Arial, Helvetica, sans-serif;}.head {	font-size: 18px;	font-weight: bold;}.bottomsidewhiterule {	border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: #FFFFFF;	border-left-width: 1px;	border-left-style: solid;	border-left-color: #FFFFFF;}.privacylink {	font-size: 13px;}
