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

#splash {
	margin: 0;
	font: 14px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	}
	
p {
	margin: 0 0 1em 0;
	}
	
a {
	color: #0EA627;
	}
	
a:hover {
	color: #FF6600;
	}
	
#wrapper {
	border-top: 26px solid #04A21E;
	border-bottom: 26px solid #04A21E;
	padding: 10px 0 10px 0;

	}
	
#content {
	width: 950px;
	margin: auto;
	}
	
	
.orangeheader {
	font-size: 19px;
	color: #FF6600;
	margin-bottom: 0;
	}
	
.greenheader {
	font-size: 17px;
	color: #0EA627;
	margin-bottom: 0;
	}
	
#splashlogo {
	text-align: center;
	}
	
#fifooter {
	text-align: right;
	font-size: 10px;
	margin-right: 5px;
	}
	
#fifooter a {
	color: #666;
	text-decoration: none;
	}
	
#fifooter a:hover {
	color: #FF6600;
	}