

#relatedItems {
	text-align: left;
	padding: 0 6px;
	color: black;
	color: #333;
}
	#relatedItems a:link {
		color: white;
		text-decoration: none;
	}
	#relatedItems a:visited {
		color: #FCD5B3;
		text-decoration: none;
	}
	#relatedItems a:active,
	#relatedItems a:hover {
		color: white;
		text-decoration: underline;
	}

#relatedItems dt {
	font-weight: bold;
}
#relatedItems dd {
	margin-left: 6px;
	padding-bottom: 14px;
}
#relatedItems dd ul li {
	list-style: none;
	margin-left: 0px;
	padding-bottom: 4px;
}

.relatedItems {
	position: relative;
	font-style: italic;
	font-size: 11px;
	padding: 0;
}

.articleDate {
	float: right;
	margin-left:8px;
}


#authorInfo {
	float: left;
	padding: 0 20px 20px 0;
	width: 106px;
}


#newsletterInfo,
#featuredArticle {
	float: right;
	clear: right;
	width: 150px;
	margin: 0 0 0 15px;
	padding: 10px;
	background: #F7FAFA;    /*  very pale green  */
	border: 1px solid #71938B;    /*  med green  */
}
	#newsletterInfo a:link {
		color: #EA8935;    /*  orange  */
	}
	#newsletterInfo a:visited {
		color: #81938F;    /* med green gray  */
	}
	#newsletterInfo a:active,
	#newsletterInfo a:hover {
		color: #526C66;    /* med green light  */
	}
#newsletterInfo ul li {
	color: #777;
	margin-left: 15px;
	padding-bottom: 4px;
}


#featuredArticle {
	width: 50%;
}

#articleSortOptions {
	float: right;
	width: 45%;
	width: auto;
	border: 0px solid red;
}
#articleSortOptions label {
	text-align: right;
	width: 94px;
}
