body {
	background-color: #FFFFFF;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
body, h1, h2, h3, h4, h5, h6,ol, ul, li, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin-top: 0px;
	padding-top: 0px;
	}

/** LINKS */


a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #940000;
}
a:hover {
	text-decoration: underline;
	color: #080A6D;
}
a:active {
	text-decoration: none;
	color: #940000;
}


/** MAINBODY */


#main {
	margin: 60px auto 0px;
	border-right: thin solid #07086C;
	border-left: thin solid #07086C;
	background: #FFFFFF;
	border-bottom: thin solid #07086C;
	border-top: thin solid #07086C;
	width: 800px;
	position: relative;
}
#header {
	height: 144px;
	width: 800px;
	background: url(images/splashheader.gif) no-repeat left top;
}
#main img {
	float: left;
}
#main #address {
	width: 200px;
	height: 158px;
	float: right;
	background: #FFFFFF;
}
#address p {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 10px 0px;
}
#address h6 {
	font-size: 75%;
	color: #080B6C;
	margin-bottom: 2px;
	padding-left: 10px;
	padding-top: 10px;
}

.clear {
	clear: both;
	font-size:1px;
	color: #FFFFFF;
}
#main #spinlogo {
	position: relative;
	height: 110px;
	width: 125px;
	top: 15px;
	z-index: 2;
	left: 16px;
}
#main #base {
	width: 800px;
}
