#newsList{
	}
.media, .media-body {
	font-family: 'open Sans',sans-serif;
	font-size: 14px;
	overflow: visible;
}
#newsList .textCol {
	float:left;
	width:80%;
	}
#newsList .picBox{
  border: 5px solid #ffffff;
    border-radius: 5px;
    box-shadow: 0 1px 5px #bbbbbb;
    float: left;
	}
#newsList .newsDate {
   color: #2077AA;
   font-family: 'open sans',sans-serif;
    font-size: 16px;
    margin-top: 4px;
}
#newsList h3{
	margin:0;
	}
#newsList h3 a{
	color:#02457C;
	text-decoration:none;
	}
#newsList h3 a:hover{
	color:#EE2D24;
	}
#newsList h3 a:visited{
	color:#6A90B1;
}
#newsList h4 a
{
	color: #44AADD;
	font-size: 15px;
	font-family: 'open sans',sans-serif;
	font-weight: bold;

}
#newsList h4 a:hover{
	text-decoration: none;
}