@charset "UTF-8";body {	font: 80% Verdana, Arial, Helvetica, sans-serif;	background: #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 */	color: #3c749c;	font-weight: bold;}#container  {	width: 888px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	background: #FFFFFF;	margin: 18px auto; /* the auto margins (in conjunction with a width) center the page */	border: none;	text-align: center; /* this overrides the text-align: center on the body element. */	padding: 0px;}#footer {	text-align: center;	height: 50px;}#mainContent  {	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	margin: 0px;}#header1 {	margin: 0px;	padding: 0px;	width: 888px;	text-align: center;	float: left;	height: 29px;}#header2 {	margin: 0px 0px 6px 0px;	padding: 0px;	width: 888px;	text-align: center;	float: left;	height: 42px;}#bigbuttons {	margin: 0px 0px 10px 0px;	padding: 0px;	height: 482px;	width: 888px;}ul {	margin: 0px;	padding: 0px;	display: inline;}li {	margin: 0px;	padding: 0px;	display: inline;	float: left;}.copyright {	font-size: 70%;	line-height: 150%;}#titlebar {	top: -260px;	background-color: #4E8ABF;	position: relative;	left: 0px;	width: 740px;	background-image: url(images/kendall_main_title.gif);	background-repeat: no-repeat;	background-position: 30px 10px;	padding-left: 20px;	padding-top: 48px;	float: right;	height: 6px;}