table, tr, td {
	border: 1px solid #000000;
	background-color: #FFCC99;
	text-align: center;
}
#highlight {
	float: none;
	border: 1px solid #FF0000;
	position: relative;
	background-color: #CCCCCC;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	filter: Alpha(opacity=75);
}
#contact_box {
	margin: 5px;
	padding: 5px;
	float: right;
	width: 150px;
	background-color: #FFFFCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	position: relative;
}
.to_learn_more {
	background-color: #999999;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: -5px;
	margin-right: -6px;
	margin-bottom: 0px;
	margin-left: -5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	padding-top: 5px;
}


#contentArea ul, #contentArea li {
	list-style-image:none;
	list-style-type: square;
	list-style-position: outside;
}
#webhead {
	float: left;
	width: 450px;
	position: relative;
}

