/*	Design Elements	*/

form {
	margin:0
}

#mainContent {
	color: #fff;
	padding: 20px 50px 20px 50px;
}

#mainContent p {
	color: #fff;
}

.feature {
	padding-bottom: 10px;
	background: url(/images/bg5.gif) bottom left repeat-x;
}

.feature h1 {
	margin: 0;
}

.feature p {
	line-height: 22px;
}

.feature img {
	float: left;
	margin-right: 20px;
}

#footer {
	display: block;
	color: #fff;
	background: #00529F url(/images/bg6.gif) center left no-repeat;
	border-top: solid 2px #256CAE;
	padding: 7px;
	text-align: right;
}

#footer a:link, #footer a:active, #footer a:visited, #footer a:hover {
	color: #FFF;
}