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

#homeContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 540px;
	width: 840px;
	float: right;
}
#homeContent h1 {
	font-size: 14px;
	margin-top: 8px;
	font-weight: normal;
	margin-bottom: 8px;
}
.homeHolder {
	width: 500px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 5px;
	padding-top: 5px;
}

#homeContent p {
	margin-top: 8px;
	margin-bottom: 12px;
	font-weight: normal;
	font-size: 12px;
}
#homeContent h2 {
	font-size: 15px;
	font-weight: normal;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #004D00;
}
