#newsList {
	float: left;
	width: 389px;
	margin-left: 15px;
	margin-top: 15px;
}
#newsList .newsItem {
	margin-bottom: 10px;
}

#newsList .newsItem h3 {
	color: #C32B69;
	font-size: 12px;
	font-weight: normal;
}
#newsList .newsItem img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin:2px;
}
#newsList .newsItem h3 strong {
	color: #C32B69;
	font-size: 13px;
	font-weight: bold;
}

#newsList .newsItem table {
	margin-top: 5px;
}
#newsList .newsItem table td {
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
}
#pressRelease {
	float: left;
	margin-top: 15px;
}
#pressRelease  h2 {
	margin-top: 0px;
	margin-bottom: 5px;
	color: #EF2E25;
	font-size: 16px;
	font-weight: bold;
}
#pressRelease ul {
	width: 350px;
	margin: 0px;
	padding: 0px;
}

#pressRelease ul li {
	display: block;
	width: 350px;
	height: auto;
	list-style-type: none;
	clear: left;
}
#pressRelease ul li span {
	float: right;
	width: 65px;
	display: block;
	text-align: right;
}

#pressRelease ul li a{
	display: block;
	float: left;
	width: 250px;
	color: #666666;
	text-decoration: none;
	height: 15px;
	background-image: url(/images/icons/pdf.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
	margin-bottom: 5px;
}
#pressRelease ul li a:hover{
	color: #C32B69;
}
