div.news  {
	margin: 1.5em 0;
	padding: 0;
	position: relative;
	height: 16.1em }


	

div.news #newsList {
	width: 17.4em;
	margin-right: 2em;
	float: left;
	clear: left;
	}

	div.news #newsList ul {
		margin: 3pt;
		}

	div.news #newsList a {
		color: black;
		text-decoration: none;
		}

div.news h2.title {
	margin: 0;
	padding: -1 12px .2em 12px;
 	border-bottom: 2px solid #708AAE;
	text-decoration: none;
	}

	div.news h2.title .note{
		font-size: .6em;
		color: #708AAE;
		font-weight: normal;
		}


div.news #newsList li {
	color: black;
 	padding-left: 10px;
	margin-bottom: 3px;
	line-height: 20px;
	}

	div.newsList li.hover a {
	color: #fbf3d5 !important;
	}
	
div.news li.selected {
	background: #708AAE; 
	}
	
	div.news li.selected a {
	color: #fbf3d5 !important; 
	}

div.news #newsColumn {
	margin-left: 17em;
	padding: 14px;
	border-left: 2px solid #708AAE;
	height: 12em;
	}

