﻿/* styles specific to news.htm page */

.newsItem
{
	padding-top: 10px;
	padding-bottom: 15px;
			
}


.news
{
	padding-bottom: 20px;
	border-bottom-color: #777777;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.newsItem h4.date {
	float: left; 
	margin: .4em 1em 0 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 85%;
	font-weight: normal;
	line-height: 1.5em; 
	text-align: center;  
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FFFFFF;
	border-bottom: none;
	background: #819a36;
	}
	
.newsItem h4.date span {
	width: 2.5em;
	display: block;
	padding: .4em 1em 1.0em 1em;
	}
	
.newsItem h4.date strong {
	display: block;
	font-size: 170%; 
	line-height: 1.1em;
	font-weight: normal;
	color: #FFFFFF;
	}