/* News Section */	

ul.news {
	border: none;
	overflow: hidden;
	width: 100%;
}

	ul.news li {
		border-bottom: 2px #89AD06 solid;
		float: left;
		height: 100px;
		margin: 0 0 10px 0;
		padding-bottom: 5px;
		position: relative;
		text-align: justify;
		width: 256px;
	}
	
	ul.news li.middle {
		margin: 0 15px;
	}
		
	ul.news li strong {
		display: block;
		margin-bottom: 5px;
		overflow: hidden;
		white-space: nowrap;
	}
	
	ul.news li a {
		color: #89AD06 !important;
		text-decoration: none;
	}	

		ul.news li a:hover {
			text-decoration: underline;
		}	
	
	ul.news li em {
		bottom: 2px;
		display: block;
		font-size: 9px;
		position: absolute;
		right: 0;
		text-align: right;
	}
		
/* News Show Section */

div.newsShow {
}
	
	div.newsShow p {
		text-align: justify;
	}

		div.newsShow p img {
			float: right;
			height: 300px;
			padding: 0 0 0 10px;
			width: 350px;
		}

	div.newsShow em {
		color: #89AD06;
		display: block;
		margin: 10px 0;
		text-align: right;
	}			
