.newsflash {
	padding-bottom: 25px;
  width: 100%;
}
.newsflash .infohead {
	font-size:10px;
  float:left;
  width:100%;
}

.newsflash .infohead h1 {
	font-size:12px;
	font-weight:normal;
}

.newsflash .infohead h1 a {
  font-weight:bold;
  text-decoration:none;
  border-bottom:1px dotted white;
}

.newsflash .infohead h1 a:hover {
  border-bottom:1px solid white;
}



.newsflash .whowhere {
	float:left; 
	clear:left;
}
.newsflash .date {
	float:left;
	clear:left;
	font-weight:bold;
}

.newsflash .thumbnail, .newsflash .thumbnail img{
	float: left; 
	padding-right: 5px;
	padding-bottom: 5px;
}

.newsflash .description {
font-size:12px;
	float: left; 
	clear: left; 
    width: 100%;
    margin: 7px 0px 7px 0px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}