.news-items {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #0065A3;
	padding-bottom:30px;
}

.news-items .news-item {
	clear: both;
	margin: 1em 0em 2em 0em;
}

.news-item {font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
color: #0065A3;
border-bottom:1px solid #0065A3;
padding-bottom:5px;
}
	
.news-item-headline {
	font-size: 1.6em;
	font-weight: 800;
	margin-bottom:10px;
}

.news-item-image {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	border:1px solid #0065A3;
}

.news-item-body {padding-bottom: 5px;
}

.news-item-body input{
	padding-bottom: 5px;
}

.latest-news .news-item {
color: red;
	overflow: scroll;
	border: 0;
	margin: 0;
	padding: 0;
	width: 206;
	height: 100; 
}

