ul.newsListing
{
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

ul.newsListing li
{
	list-style-type: none;
	padding: 0;
	margin: 20px 0;
}

ul.newsListing .DisplayDate
{
	background: white url(images/clock.gif) no-repeat center 20px;
	color: #29496C;
	min-height: 50px; _height: 50px;
	float: left;
}

ul.newsListing .Preamble
{
	float: right;
	width: 310px;
	padding: 0 10px 30px 10px;
	position: relative;
	min-height: 40px;
	border-left: solid 1px black;
}

ul.newsListing .Preamble .newsReadMoreLink
{
	position: absolute;
	bottom: 0;
	left: 10px;
}

.itemNormal
{
}

.itemAlternating
{
}

.newsCategoryImage
{
	display: none;
}

.newsArchiveLink
{
	position: absolute;
	top: 5px;
	right: 10px;
}

.newsCategoryItem
{
	padding: 10px;
}

.newsHeader
{
	margin: 0;
	padding: 0 5px;
}

.DisplayDate
{
	font-weight: bold;
	padding: 5px 0;
}

.NewsMonth
{
	padding-left: 10px;
	background: transparent url(images/button.png) no-repeat left center;
}
* html .NewsMonth
{
	background-image: url(images/button.gif);
}

.NewsCategory h3
{
	padding-bottom: 1em;
}