/* #959077: gold 8381 */
/* #4b5457: gray 445*/

/* #b5b1a0: 70% of gold 8381 */
/* #818789: 70% of gray 445 */

/* #eae9e4: 20% of gold 8381 */
/* #dbdddd: 20% of gray 445 */

/* styles the text. creates the box and makes the div surround the text. colors the box. */
div#news {
	font-family: Arial, Helvetica, sans-serif;
	width:155px;
	float: left;
	background-color: #fff;
}
		
/* hack to correct IE5.5 faulty box model */
* html .news {
	width: 150px;
}	



/* remove all the bullets, borders and padding from the default list styling */
#news ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-align: left;
}
	
	
/* style the links */
#news a:link, #news a:visited {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
	width: 150px;
	height: 23px;
	border: 1px solid #818789;
	border-width: 1.5px 0 1.5px 0;
	padding-left: 5px;
	line-height: 23px;
	background-color: #4b5457;
}

/* You Are Here, link formatting */
#thispagenews a:link, #thispagenews a:visited {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
	width: 150px;
	height: 23px;
	border: 1px solid #818789;
	border-width: 1.5px 0 1.5px 0;
	padding-left: 5px;
	line-height: 23px;
	background-color: #818789;
}
	
.thishead {
	font-size: 16px;
}

/* span class used to create invisible links to allow the right-hand news bar to artificially match the depth of the other columns */
.newsblank {
	color:#4b5457;
	font-size: 12px;
	line-height: 1.75em;
}
	
	
/* makes the rollover background gray tint */
#news a:hover {
	background-color: #818789;
}	
		
	
