.blue {
	color: #30578f;
}

.splashImage {
	width: 1024px;
	height: 397px;
	background-image: url(../images/splash/splash.jpg);
	background-repeat: no-repeat;
}
	.splashImage ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		float: left;
		padding-top: 120px;
		padding-left: 150px;
	}
		.splashImage li {
			font-size: 18px;
			text-transform: uppercase;
			font-weight: bold;
			font-family: arial, sans-serif;
			letter-spacing: 1px;
			color: #ffffff;
			margin-bottom: 15px;
		}
		.splashImage li a {
			color: #ffffff;
			background-image: url(../images/splash/bullets-splash.gif);
			background-repeat: no-repeat;
			padding-left: 8px;
			background-position: 0 6px;
			text-decoration: none;
		}
		.splashImage li a:hover {
			color: #d2e3fe;
			background-image: url(../images/splash/bullets-splash-over.gif);
			background-repeat: no-repeat;
			padding-left: 8px;
			background-position: 0 6px;
			text-decoration: none;
		}
 

 
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
