@charset "UTF-8";body {	font: 100% Verdana, Arial, Helvetica, sans-serif;	background-image: url(images/bgcontent.jpg);	background-repeat: repeat;	margin-left: 0px;	margin-top: 0px;	margin-right: 0px;	margin-bottom: 0px;}.footertext {	font-size: 10px;	color: #A38C64;}.oneColFixCtr #container {	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	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. */}.oneColFixCtr #mainContent {	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */}a:link {	color: #FF6600;	text-decoration: none;}a:visited {	text-decoration: none;	color: #FF6600;}a:hover {	text-decoration: underline;	color: #FF6600;}a:active {	text-decoration: none;	color: #666666;}.bodytext {	font-size: 12px;	color: #000000;}.bodytextwhite {	font-size: 12px;	color: #FFFFFF;}