#logo2{
	float: left;
	width: 200px;
}
#subA{
	float: left;
	width: 390px;
	padding-top: 10px;
}


.newsItem{
	margin-left: 40px;
}
.newsImage{
	overflow: hidden;
	width: 130px;
	height: 130px;
	padding-top: 5px;
	float: left;
	text-align: center;
}
.newsText{
	float: left;
	width: 410px;
	margin-left: 15px;
	margin-top: 15px;
	text-align: justify;
}
.newsHeader{
	font-weight: bold;
}
.newsDivide{
	clear: both;
	height: 20px;
	padding-top: 10px;
	text-align: center;  /*needed for IE bug*/
}
.newsDivide hr{
	height: 1px;
	width: 500px;
	border: 0px;
	background-color: #4F80FD;
	color: #4F80FD;
}