/* CSS Document */body {	background-image: url(images/bg.png);	font-family: times, serif;}h1 {	margin: 20px;	color: #444455;	text-align: left;}ul {		line-height: 25px;	list-style-type: none;	font-family: Arial, sans-serif, Verdana;	font-size: 14px;}li a {	text-decoration: none;	color: black;	background-color:#6666AA;	display: block;	margin-bottom: 1px;}li a:hover {	background-color:#CCCCFF;}td {	font-size: 13px;	vertical-align: top;	line-height: 15px;}.sublist {	margin-left: 10px;}#container {	width: 780px;	margin: 0px;	padding: 0px;	line-height: 0px;}#headerImage {	background-image: url(images/header.png);	width: 780px;	height: 104px;}#bodyContainer {	background-repeat: repeat-y;	height: auto;	background-image: url(images/body.png);}#navBar {	margin-top: 60px;	float:left;	height: 243px;	width: 159px;}#bodyContent {	width: 580px;	float: left;	text-align: left;	font-size: 14px;	line-height: 22px;	margin: 5px;	margin-right: 15px;}strong {	font-size: 12px;	color: #222233;}#footer {	width: 780px;	background-image: url(images/footerBar.png);	height: 37px;	background-color: #9CA4AC;}#bumper {	background-repeat: repeat-y;	clear: both;}