/* HEADLINES style sheet
*************************************/
#pageTitle {
	background: url("../../images/headlines/heading_headlines.gif") left top no-repeat;
	margin: 0 0 16px 0;
	padding : 70px 0 0 0;
	overflow : hidden;
	height : 0px !important; 
	height /**/:70px; /* for IE5/Win */		
	}
.datestamp {
	float: left;
	padding-right: 12px;
	color: #E99519;
	}
.newsItem { margin: 0 0 2.4em 0; }
.newsCopy { margin: 0 0 0 174px; }
.newsItem h3 {
	margin: 0 0 .8em 0;
	padding: 2px 0;
	color: #F7E8B2;
	border-top: 2px dotted #E99519;
	border-bottom: 2px dotted #E99519;
	}
.newsItem .thumbnail {
	display: block;
	float: left;
	border: 1px solid #E99519;
	}
.clearleft {
	height: 1px;
	overflow: hidden;
	clear: left;
	}
.pagination {
	text-align: center;
	border-top: 4px double #E99519;
	border-bottom: 4px double #E99519;
	padding: 3px 0;
	font-style: italic;
	}
