body {	background: #FFFFFF;	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: Arial, Helvetica, sans-serif;	font-size: 100%;	padding-top: 10px;	width: 100%;	padding-right: 10px;}a {	text-decoration: underline;	font-weight: bold;}.main #container {	width: 100%;  /* using 24px less than a full 1024px 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 */	text-align: left;	padding: 0px 0px 0px 0px;}.main #header {	background: #FFFFFF;	padding: 0px 0px 0px 0px;}.main #header h2 {	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */}.main #sidebar1 {	background: #FFFFFF;	font-weight: normal;	float: none;	padding: 0px 2px 0px 2px;}.main #sidebar1 ul {	list-style-type: none;	margin-left: -40px;}.main #mainContent {	margin: 0;	padding: 0px 2px 0px 2px;}.main #footer {	height: 2.5em;	padding: 0px 2px 0px 2px;}.main #footer p {	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */}.divider {	background-color:#0000FF;	line-height: 2px;	display: none;}.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;}.fltlft   /* this class can be used to float an element left in your page */ {	float: left;}.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;}.small {	font-size: 80%;}.xsmall {	font-size: 60%;}.main #topLinks {	display: none;}.main #imageLinks {	display: none;}.main #titleLinks {	text-align: left;	font-size: 100%;	line-height: 100%;	padding: 0px 2px 0px 2px;}.main #copyrightLinks {	text-align: left;	width: 100%;}.main #emailLinks {	width: 100%;	text-align: left;}.main #bottomLinks {	width: 100%;	text-align: left;}.screenDisplay {	display: none;}.printDisplay {	display: inherit;}.bold {	font-weight: bold;}.hidden {	display: none;}.indent {	padding-left: 1em;}.doubleindent {	padding-left: 2em;}.tripleindent {	padding-left: 3em;}