body {
	background-color: white;
	font-family: arial;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: #555658;
}

img {
	border: 0;	
}

a {
	text-decoration: none;
	color: #d2232a;
}

#page {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#contact {
	background-color: #002f1a;
	text-align: right;
	padding: 5px 7px 5px 0;
}
	#contact a {
		color: #99aca4;
		text-decoration: none;
	}

#content {}
	.top {
		height: 255px;
		margin-top: 25px;
	}
		.content {
			float: left;
			width: 415px;
			margin-left: 30px;
		}
			
			.content h1 {
				color: #78b743;
				font-size: 20px;
				margin-bottom: 5px;
				margin-top: 0px;
			}
			
			.content h2 {
				margin-top: 0px;
				margin-bottom: 10px;
				font-size: 1.5em;
			}
			
			#question1 {
				display: none;
			}
			#question2 {
				display: none;
			}
			#question3 {
				display: none;
			}
		.news {
			float: left;
			width: 211px;
			height: 201px;
			background-color: #cde4b9;
			margin-left: 40px;
			padding: 10px;
		}
			.news p {
				margin: 8px 0px;
			}
			
			.news h3 {
				font-size: 16px;
				margin-top: 0px;
				margin-bottom: 5px;
				color: #d2232a;
			}
			
			.news h5 {
				margin-bottom: 3px;
				margin-top: 7px;
				border-bottom: 1px solid #555658;
				font-size: 1em;
				font-weight: normal;
			}
			
			.news .red-link {
				color: #d2232a;
				cursor: pointer;
			}

		.but {
			width: 226px;
			float: right;
			margin-right: 30px;
		}
		
		.but img {
			height: 221px;
			width: 226px;
		}
	.bottom {
		height: 310px;
		width: 1000px;
	}
		.bottom h3 {
			color: #78b743;
			margin-top: 5px;
			margin-bottom: 5px;
			font-size: 1.3em;
		}
		.bottom div {
			padding-top: 5px;
			border-top: 1px solid #78b743;
		}
		.red {
			height: 222px;
			width: 300px;
			float: left;
			margin-left: 30px;
		}
		.yellow {
			height: 222px;
			width: 300px;
			float: left;
			margin-left: 20px;
		}
		.green {
			height: 222px;
			width: 300px;
			float: right;
			margin-right: 30px;
		}
	.disclaimer {
		padding: 10px 30px 10px 30px;
	}
#footer {
	border-top: 3px solid #78b743;
	text-align: center;
	font-size: .8em;
	clear: both;
	height: 23px;
	padding-top: 7px;
}