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;}a {	text-decoration: none;	font-weight: normal;	color: #000000;}.main #container {	width: 500pt;  /* 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: 10px 10px 10px 10px;}.main #header {	background: #FFFFFF;	padding: 0;}.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 {	float: left; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */	padding: 0px 10px 0px 0px;	font-weight: bold;	display: none;}.main #sidebar1 ul {	list-style-type: none;	margin-left: -40px;}.main #mainContent {	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */}.main #footer {	padding: 0;	line-height: 14px;	height: 14px;}.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: center;	font-size: 160%;	line-height: 160%;	padding-left: 0px;}.main #copyrightLinks {	text-align: left;	width: 100%;}.main #emailLinks {	display: none;	width: 33%;	text-align: center;}.main #bottomLinks {	display: none;	width: 33%;	text-align: right;}.screenDisplay {	display: none;}.printDisplay {	display: inline;}.bold {	font-weight: bold;}.shiftright {	margin-left: 10px;}.hidden {	display: none;}.indent {	padding-left: 0;}.doubleindent {	padding-left: 0;}.tripleindent {	padding-left: 0;}
