#NewsListing { position: relative; float: left; width: 100%; }
#NewsListing li.NewsItemSummary { position: relative; float: left; width: 100%; display: block; clear: both; margin-bottom: 15px; border-bottom: 1px dashed #a5c837; padding: 20px 0 20px 0px; }
#NewsListing li.NewsItemSummary:last-child { border-bottom: 0; }
#NewsListing li.NewsItemSummary .NewsItemSummaryDate { font-family: "futura-pt",sans-serif; }
.NewsItemSummaryTitle { margin-bottom: 5px; }
	.NewsItemSummaryTitle a { }
	.NewsItemSummaryTitle a h2 { margin-bottom: 0; }
.NewsItemSummaryContent { margin-bottom: 5px; line-height: 21px; }
.NewsItemSummaryReadMore { }
	.NewsItemSummaryReadMore a { padding-right: 15px; background-image: url('../../ostforb/images/secondary_nav_arrow.png'); background-repeat: no-repeat; background-position: right center; }
	
#PageNumbers { position: relative; float: left; width: 100%; margin: 15px 0 25px 0; }
#PageNumbers span { }
#PageNumbers span p, #PageNumbers span a { position: relative; float: left; display: block; width: 20px; text-align: center; line-height: 18px; margin: 0 2px; }
#PageNumbers span p { background: #a5c837; padding: 6px; }
#PageNumbers span a { padding: 5px; border: 1px solid #a5c837; }


#PageNumbers a.prev, #PageNumbers a.next { position: relative; float: left; }
#PageNumbers a.prev { margin-right: 10px; padding: 6px 0 6px 15px; background-image: url('../../ostforb/images/secondary_nav_arrow_left.png'); background-repeat: no-repeat; background-position: left center; }
#PageNumbers a.prev.passive { color: #ccc; background-image: url('../../ostforb/images/secondary_nav_arrow_left_passive.png'); }

#PageNumbers a.next { margin-left: 10px; padding: 6px 15px 6px 0; background-image: url('../../ostforb/images/secondary_nav_arrow.png'); background-repeat: no-repeat; background-position: right center; }
#PageNumbers a.next.passive { background-image: url('../../ostforb/images/secondary_nav_arrow_passive.png'); }

a.backToNewsPage { position: relative; float: left; margin-bottom: 15px; }
.NewsItemDate { font-family: "futura-pt",sans-serif; }