/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFFFFF url(images/splash_body.gif) repeat-x;
}
p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
p, li {
	font-size: 20px;
	color: #404A9A;
}
p, h1 {
	margin: 15px;
	line-height: 1.6em;
}
h1 {
	font-size: 18px;
	border-bottom: 1px dotted #000;
}
h2 {
	font-size: 16px;
}
address {
	text-align: left;
	font: normal 11px Arial, Helvetica, sans-serif;
	position: absolute;
	left: 780px;
	top: 325px;
	width: 205px;
}

/* ----------------- NAV ELEMENTS ----------------- */
a:link, a:active, a:visited {
	font-size: 30px;
	color: #333754;
	text-decoration: none;
}
a:hover {
	color: #404A9A;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#container {
	margin: auto;
	position: relative;
	width: 990px;
}
div#header {
	height: 308px;
	width: 990px;
	background: url(images/splash_header.jpg) no-repeat;
}
div#content {
	padding: 115px 0px 1px 0;
	width: 990px;
	clear: both;
	background: url(images/splash_logo.gif) no-repeat top;
}
div#content li {
	line-height: 1.6em;
}
div#footer {
	text-align: center;
	color: #404A9A;
	width: 990px;
	padding: 10px 0px 1px;
	height: 45px;
	background: no-repeat;
	font: 12px Arial, Helvetica, sans-serif;
}
div#copywrap {
	width: 720px;
	margin: 10px auto;
}
div#copyright {
	text-align: center;
	color: #000000;
	font: 10px Arial, Helvetica, sans-serif;
}
div#copyright img {
	padding: 8px 0 15px;
}
div#copyright a:link, div#copyright a:visited {
	color: #333754;
	font-size: 11px;
}
.center {
	text-align: center;
}
