@charset "windows-1252";
.bluebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	text-decoration: none;
	background-color: #d9f2ff;
	padding: 15px;
	height: 300px;
	width: 25%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
}
.whitebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 15px;
	height: 300px;
	width: 25%;
	vertical-align: top;
}


.floatingimage {
	background-image: url(../images/algae_colorful.jpg);
	background-repeat: no-repeat;
	position: relative;
	left: 215px;
	background-color: #666666;
	height: 145px;
	width: 570px;
	visibility: visible;
	top: -199px;
}
