body {
	background: #FFFFFF;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
}
p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
a {
	color: #A58A6C;
}
div#splash {
	background: url(images/splash_pics.jpg) no-repeat center bottom;
	height: 310px;
	width: 518px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
div#utility {
	width: 390px;
	margin: 0px auto;
	height: 12px;
	text-align: center;
}
ul#utility {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

	ul#utility li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
	}
ul#utility li a:link, ul#utility li a:visited, ul#utility li a:active {
	font-size: 11px;
	text-decoration: underline;
	text-align: center;
	display: block;
	width: auto;
	padding: 5px;
	margin: 0px;
	}
	ul#utility li a:hover, ul#utility li a.current:visited {
	text-decoration: underline;
	font-weight: bold;
	}

div#copyright {
	font-size: 9px;
	text-align: center;
	}
	div#copyright p {
	text-align: center;
	}
