html {
	background: url(images/bg_site2.gif) repeat;
}
body {
	background: url(images/splash_bg.gif) repeat-x;
	margin: 0px;
	padding: 0px; 
	text-align: center;
}
p, h1, h2, h3, h4, h5, a, ul, li, lo, address, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center; 
}
p {
	width: 480px;
	margin: 0px auto;
	font: italic 18px/22px Georgia, "Times New Roman", Times, serif;
}
h1 {
	color: #2F5D2B;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 15px;
}

address {
	color: #356331;
	margin-top: 15px;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-bottom: 15px;
}

a:link {
	color: #2E5C2A;
	text-decoration: none;
	font-size: 14px;
}
a:visited {
	color: #3A6836;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
}
a:active {
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 600px;
	margin: 0px auto;
	background: url(images/splash_container.gif) repeat-y;
}
div#content img {
	margin-top: 10px;
}


div#header {
	background: url(images/splash_header.gif) no-repeat;
	height: 197px;
}

div#footer {
	clear: both;
	background: url(images/splash_footer.gif) no-repeat;
	height: 29px;
}

div#copyright {
	text-align: center;
	width: 560px;
	margin: 20px auto 0px;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	clear: both;
	margin-top: 15px;
	padding-top: 15px;
	}
	div#copyright a:link, div#copyright a:visited {
	color: #FBBC3F;
	text-decoration: none;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	}
	div#copyright a:hover {
	text-decoration: underline;
	}
	
/* ---------------------------- UTILITY NAVIGATION ----------------------------  */
div#utility {
	width: 540px;
	margin: 0px auto 10px;
	}
	ul#utilitynav {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	ul#utilitynav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
	}
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 2px 5px;
	margin: 0px;
	color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	}
	ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	text-decoration: underline;
	font-weight: normal;
	text-transform: none;
	}	
