#content-body {
	padding: 25px 15px 0 20px;
}

/* --- clearfix ---- */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
	}

.clearfix {
    display: inline-block;
	}

html[xmlns] .clearfix {
    display: block;
	}

* html .clearfix {
    height: 1%;
	}
	
	
	
/* --- newspage ---- */

  h4 {
	margin-bottom: 5 px;
	margin-top: 5 px;
    padding-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;
	text-transform: uppercase; 
	color: #fff;
	}

ul.no_bullets li {
	list-style-type: none;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 15px;
}


.date {
	float: left;
	width: 20%;
	font-style: normal;
	font-weight: bold;
	
	
	}
	
.story {
	float: left;
	width: 75%;
	font-style: normal;
	font-weight: bold;
}

.story a { text-decoration: none; }
.story a:hover { text-decoration: underline; }


#newspage ul li { margin-bottom: 10px; clear: both;}
