/* CSS Document */

#contentboxHome {
	width: 901px;
	height: 400px;
	background-color: #005F65;
	border-left: solid 1px #003B40;
	border-right: solid 1px #003B40;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	line-height: 25px;
	color: #FFFFFF;
}

#homeflashbox {
	float: right;
	width: 400px;
	height: 400px;
	border-left: solid 1px #003B40;
}

#hometextbox {
	float: left;
	width: 460px;
}

#hometextmargins {
	text-align: justify;
	padding-left: 40px;
}

.hometextblock {
	line-height: 21px;
}
/* ******** line-height changed from 28 ******** */

a.surveylink {
	display: block;
	margin-top: 25px;
	background-color: #d9e7e8;
	padding: 1px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #001111;
	text-decoration: none;
	width: 260px;
	margin-left: auto;
	margin-right: auto;
}

a.surveylink:hover {
	background-color: #FFFFFF;
	color: #001111;
}

/*    ++++++++ OLD Yellow Survey Link Colors ++++++++

	Yellow background-color: #FFCC44;
	Yellow Rollover background-color: #FFD555;
*/