/* News section styles */

#contentx table {
	width: 100%;
	background-image: url(../design_images/dotted_border_x.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
}
#contentx table td {
	padding-bottom: 10px;
}
.news_pixholder {
	float: right;
}
.news_pixholder img  {
	border: 1px solid #6699CC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.newscont .newstitle {
	font-size: 13px;
	font-weight: bold;
}
.newscont .newsdate {
	font-size: 11px;
	font-style: italic;
	color: #003366;
	background-image: url(../design_images/level_pointer.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
}	
.pageselector {
	padding-top: 8px;
	padding-bottom: 8px;
}
