@charset "utf-8";
/* CSS Document */

#content h3{
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 5px;
	padding: 30px 10px 5px;
	border-bottom: 1px solid #ededed;
	color: #959595;
}

#content h4{
	font-size: 15px;
	text-transform: uppercase;
	line-height: 20px;
	padding: 8px 10px;
	color: #6f6e6e;
	border: 0;
	width: 100%;
}

#content h4 sup{
	font-size: 12px;
	text-transform: uppercase;
	color: #6f6e6e;
	vertical-align: super;
}

#content h5{
	font-size: 15px;
	line-height: 20px;
	padding: 8px 10px;
	font-style:italic;
	color: #959595;
}

.newsDiv{
	clear: both;
}

.newsDiv img{
	float: right;
	margin: 10px 30px 20px 50px;
}