@charset "UTF-8";
/* HOME STYLES */

/* BEGIN MAIN HOME IMAGE */
#image {
	width: 966px;
	display: inline;
	height: 219px;
	margin: 0 0 0 25px;
	padding: 0;
	float:left;
}
/* END MAIN HOME IMAGE */

/* BEGIN CONTENT AREA */
#content {
	background: #222222 url(../images/welcome-graphic.jpg) top left no-repeat;
	width: 966px;
	height: 169px;
	margin: 0 0 0 25px;
	padding: 0;
	display: inline;
	float: left;
}
p { 
	font: 15px Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 0 55px 15px 300px;
	margin: 0;
	font-weight: normal;
	line-height: 27px;
}
p.first {
	padding-top: 32px;
}
.blue {
	color: #18A2D9;
	font-style: italic;
}
a:link, a:active, a:visited {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #18A2D9;
	text-decoration: none;
}

/* END CONTENT AREA */