#list td {
	padding: 5px;
	vertical-align: top;
}

#list {
	width: 100%;
	min-height: 350px;
}

#newsitems {
	background-color: white;
	border-left: 1px solid gray;
	width: 40%;
	color: black;
}

#newsitems a:link, #newsitems a:visited, #newsitems a:hover, #newsitems a:active {
	color: black;
}

#newsitems ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

#newsitems ul li {
	margin: 0;
	padding: 0.5em 0 0.5em 0;
	clear: left;
	background-color: none;
	border: 1px solid white;;
}

#newsitems ul li:hover {
	background-color: #EFF3FF;
	border: 1px solid #C6DBFF;
}

#newsitems a {
	font-weight: bold;
	text-decoration: none;
}

#newsitems a:hover {
	text-decoration: underline;
}

#newsitems img {
	float: left;
	margin: 0 1em 1em 0;
	border: none;
}

#tabborder {
	padding: 0px !important;
}