body {
	background:#86a76f url(images/bgsplash.jpg) no-repeat;
	margin: 0px;
	padding: 0px; 
	text-align: center; /* Used for centering pages in IE */
	color:#fff;
}
p, h1, h2, h3, h4, h5, h6, a, ul, li, dt, dd, lo, address, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left; 
}
/* You may use pixels or ems for text sizing. li typeface and size must match rest of content. */
p, div#content li, td {
	font-size: .8em;
	line-height: 1.2em;
}
h1 {
	font: bold 1em;
	}
h2 {
	font-size:1.3em;
	}
address, div#owner {
	font-style: normal;
	font-size:.8em;
    }
a:link {
	color:#000;
}
a:visited {
	color:#000;
}
/* All links must inclde some type of hover interactivity */
a:hover {
	color:#138602;
}
a:active {
}



/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#splashcontainer {width:990px; margin: 0px; padding: 0px;}
div#splashcontainer img {border:none;}
div#splashflash {
position: absolute;
top: 0px;
left: 100px;
}
div#enter {
width: 990px;
position: absolute;
top: 420px;
left: 100px;
}
div#splashfooter {
width:990px; 
position: absolute;
top: 567px;
left: 110px;}



div#owner {
	text-align:right;
}

div#copyright {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	padding-left:4px;
	}
	div#copyright img {
	border: none;
	margin-top:10px;
	}
	div#copyright a:link, div#copyright a:visited, div#owner a:link, div#owner a:visited {
	color:#fff;
	text-decoration: none;
	}
	div#copyright a:hover, div#owner a:hover {
	text-decoration: underline;
	}
	


/* ----------------------------  NAVIGATION (HORIZONTAL) ----------------------------  */
div#utility {
	}
	ul#utilitynav {
	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 {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	display: block;
	padding:0px 8px;
	margin-bottom:10px;
	border-right: 1px solid #333;
	color:#fff;
	}
	ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	text-decoration: underline;
	}

/* ----------------- CUSTOM CLASSES ----------------- */


div.clear {clear:both;}
