/* News Section */	

ul.news {	
	border: none;
	overflow: hidden;
	width: 100%;
}

	ul.news li {
		border-bottom: 2px #a4e0ea solid;
		/*float: left;*/
		height: 60px;
		margin: 0 0 10px 0;
		padding-bottom: 5px;
		position: relative;
		text-align: justify;
		/*width: 256px;*/
		width: 98%;
	}
	
	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: #000066 !important;
		text-decoration: none;
	}	

		ul.news li a:hover {
			text-decoration: underline;
		}	
	
	ul.news li em {
		display: block;
		font-size: 9px;
		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: #a4e0ea;
		display: block;
		margin: 10px 0;
		text-align: right;
	}			
