@charset "utf-8";
/* CSS Document */





/*
 * SPLASH IMAGE 
 */


#splash {
	display:		block;
	width:			960px;
	height:			218px;
	clear:			both;
	background:		white;
	margin:			0 auto 17px auto;
	text-align:		left;
}



#splash ul {
	position: 		relative;
	top:			7px;
	left:			15px;
	display:		inline;
	list-style:		none;
	margin:         0;
	padding:        0;
}

#splash ul li {
	display:		inline;
	font-size:		1em;
	letter-spacing: 1px;
	font-weight:	bold;
	margin-right:	25px;
	line-height:	normal;
	word-spacing:	1px;
}

#splash a:link, #splash a:visited {
	color:			#13163D;
}

#splash a:hover {
	color:			#51AF41;
}

