div#contentArea .item {
	float: left;
	width: 164px;
	height: 150px;
	margin: 0px 1px 8px 0px;
	padding: 3px;
	background: #EAF3FB;
	vertical-align: top;
}
div#contentArea .item:hover {
	background-color: #6AA5D0;
}
div#contentArea .item:hover p {
	color: #fff;
}
div#contentArea .item:hover a {
	color: #fff;
}
div#contentArea .item img {
	margin-bottom: 7px;
	height: 80px;
	width: 161px;
}
div#contentArea .item p {
	margin: 0px;
	font-size: 10px;
	line-height: 13px;
	font-family: "Tahoma";
	font-weight: normal;
	color: #036;
}

/*2nd hyperlink style*/

div#contentArea .item2 {
	float: left;
	width: 220px;
	height: 190px;
	margin: 0px 1px 5px 0px;
	padding: 4px;
	background: #EAF3FB;
}
div#contentArea .item2:hover {
	background-color: #4377B1;
}
div#contentArea .item2:hover p {
	color: #fff;
}
div#contentArea .item2:hover a {
	color: #fff;
}
div#contentArea .item2 img {
	margin-bottom: 5px;
	height: 140px;
	width: 218px;
}
div#contentArea .item2 p {
	margin: 0px;
	font-size: 12px;
	line-height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #036;
}

