#news-box {
	float: left;
	margin-left: 15px;
}
#news-box ul {
	margin: 0px;
	padding: 0px;
}
#news-box ul li {
	width: 219px;
	background-color: #70ac04;
	list-style-type: none;
	border-right: 2px solid #FFF;
	border-left: 2px solid #FFF;
	padding: 0px 3px 3px;
}
#news-box ul li.header {
	color:#FFF;
	font-weight: bold;
	border-right: 2px solid #FFF !important;
	border-left: 2px solid #FFF !important;
	line-height: 30px;
	text-transform: uppercase;
	vertical-align: middle;
	padding-left: 13px;
	width: 209px;
}
#news-box ul li:hover {
	color:#FFF;
	font-weight: bold;
	border-right-color: #70AC04;
	border-left-color: #70AC04;
}
#news-box ul li div {
	padding:10px;
	background-color:#FFF
}
#news-box ul li div:hover {
	background-color:#70AC04
}
#welcome h1 {
	margin-top: 0px;
	padding-top: 0px;
}
#news-box a {
	color: #808080;
	text-decoration: none;
}
#news-box .date {
	color: #26ABE2;
	text-decoration: none;
	font-weight: bold;
}
#news-box ul li:hover a, #news-box ul li:hover a .date {
	color:#FFF !important;
}
