.feedItem
{
	position: relative;
	float: left;
	width: 178px;
	height: 140px;
	margin: 2px;
	padding: 2px;
	background-color: #E0E0E0;
	border: 2px solid #006699;
}

.newsFeed
{
	position: relative;
	min-width: 400px;
	max-width: 595px;
	width: 95%;
	font-size: 12px;
	border: 3px inset #006699;
	margin: auto;
	margin-top: 15px;
}

.feedContent
{
	position: relative;
	padding: 7px;
	margin: auto;
	background-color: #ffffff;
}

.feedHeader
{
	position: relative;
	text-align: center;
	background: #006699;
	border-bottom: 3px inset #006699;
	padding: 5px;
}

.newsFeed a
{
	text-decoration: underline;
	color: black;
}

.feedItem a
{
	color: #1D8A9F;
	font-size: 13px;
}

.rssFoot
{
	clear: left;
}

.itemDescription
{
	position: relative;
	margin: auto;
	padding: 2px;
	padding-bottom: 0px;
}

.itemLink
{
	position: relative;
	margin: auto;
	padding: 7px;
	padding-bottom: 0px;
}
