body, td {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #333;
}

td {
	vertical-align: top;
}

img {
	border: 1px solid #666;
}

h1 {
	font-size: 32px;
}

h1, h2, h3, h4, h5 {
	color: #084176;
}

table {
	width: 100%;
}

#content {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.banner, .message {
	clear: both;
}

.nav h1 {
	float: left;
	margin-top: 10px;
}

.nav blockquote {
	font-style: oblique;
	float: right;
	margin-top: 25px;
	margin-right: 0px;
}

.features {
	width: 70%;
}

.feature {
	clear: both;
	min-height: 120px;
}

.feature img {
	float: left;
}

h3 {
	font-size: 16px;
	margin-top: 0;
}

.feature h3, .feature p, .feature ul {
	margin-left: 220px;
}

.message {
	padding: 15px;
	margin: 10px 0px;
	border: 2px solid #084176;
	/*background: #084176; */

}

.message p {
	/* color: #fff !important;*/
	color: #084176;
	font-size: larger;
}

.message h2, .message p {
	margin: 0;
	padding: 0;
}

.promo div {
	margin-bottom: 10px;
}

a {
	color: #084176;
}

.footer {
	min-height: 100px;
	border-top: 1px solid #666;
	clear: both;
}

.footer a {
	color: #666;
}

.footer ul {
	list-style-type: none;
	margin: 20px 0 0;
	padding: 0;
}

.footer ul li {
	float: left;
	width: 20%;
	text-align: center;
}

.boiler {
	display: block;
	clear: both;
	margin-top: 60px;
	text-align: center;
	color: #999;
}

.mahalo {
	border-top: 1px solid #666;
	padding-top: 10px;
}

.mahalo > div {
	width: 490px;
	float: left;
	margin-right: 10px;
}

.contribute {
	padding-top: 20px;
}

.contribute-button {
	display: block;
	text-align: center;
}

