/* news table */
.newsContainer{
        margin: 0 auto;
	padding: 0 20px;
	text-align:center;
	font-size:12px;}
.newsContainer dl{
        margin:0 auto;
	margin-top: 10px;
	margin-bottom: 40px;
	display:block;
	clear:both;}
.newsContainer dl div.clear{
	clear:both;}
.newsContainer dl dt{
	margin:0;
	padding: 5px 0;
	width:45%;
	text-align:center;
	float:left;
	display:block;}
.newsContainer dl dt img{
	margin: 0 15px 0 0;
}
.newsContainer dl dd{
	margin:0;
	padding: 5px 0;
	width: 50%;
/*standards compliant browsers will see: 
  min-height: 75px; 
  height: auto;

  ie6, on the other hand, due to ignoring !important and not understanding min-height, will see:
  height: 80px; */
	min-height:75px;
	height: auto!important;
	height:80px;
	font: 12px/18px Arial, Helvetica, sans-serif;
	text-align:left;
	display:block;
	float:left;}
.newsContainer dl dd a{
        font-size: 14px;
	font-weight: bold;
}
.newsContainer dl dd a.mp3_here{
        color:#000000; 
        text-decoration:underline; 
        font-weight:normal; 
        font-size:12px;
}
.newsContainer h2{
	margin:15px 0 5px 0;
	text-align:left;
	display:block;
	clear: both;}
