/********************/
/* RSS Page Styles */
/********************/



/********************/
/* Containers */
/********************/
div#topContent {
	width: 541px;
	background: #fff url(../media/images/global/sechead_rss.jpg) top left no-repeat;
}
div#mainContent .col1container {
	float: left;
	width: 541px;
	margin: 0px 0px 25px 0px;
}
div#mainContent .col2container {
	float: right;
	width: 230px;
}



/************************/
/* Main Content Styles */
/************************/
div#relatedColumn {
	float: right;
	padding: 50px 15px 0px 15px;
	margin: 0px 0px 25px 0px;
	line-height: 14px;
	color: #dfddd2;
}
div#relatedColumn p {
	margin: 0px 0px 10px 0px;
}
div#relatedColumn h3 {
	margin: 0px 0px 8px 0px;
	font-size: 12px;
	color: #fff;
}
ul#feedList {
	padding: 0px 0px 0px 40px;
	font-size: 11px;
	list-style: none;
	color: #476190;
}
ul#feedList li {
	float: left;
	margin: 0px 0px 18px 0px;
}
p.feedTitle {
	float: left;
	width: 160px;
	text-align: right;
}
ul#feedList img.rssIcon {
	float: left;
	margin: 0px 13px;
}
p.feedLink {
	float: left;
	width: 250px;
	text-align: left;
}
ul#feedList a:link, ul#feedList a:visited {
	color: #da9836;
	text-decoration: none;
}
ul#feedList a:hover, ul#feedList a:active {
	color: #8ba6c7;
}



/************************/
/* Related Column Styles */
/************************/
div#relatedColumn a:link, div#relatedColumn a:visited {
	color: #fff;
	text-decoration: none;
}
div#relatedColumn a:hover, div#relatedColumn a:active {
	color: #da9836;
}



/********************/
/* Footer Styles */
/********************/
div#footer {
	clear: both;
}
