@charset "UTF-8";

/* News */
div#News {
/*	position: relative;*/
}
	div#News div.Calendar {
		position: relative;
		width: 3em;
		background:  url(/images/calendar.jpg);
		float: left;
		text-align: center;
		font-family: Tahoma, sans-serif;
		font-size: .8em;
		text-transform: uppercase;
	}
	div#News div.Calendar a.Month {
		text-decoration: none;
		display: block;
		line-height: 1.3em;
		height: 1.3em;
		color: white;
		margin: 0;
		padding: 0;
		border: 2px solid #8999A0;
		border-bottom: none;
		background: none;
	}
	div#News div.Calendar a.Day {
		text-decoration: none;
		margin: 0;
		padding: 0;
		display: block;
		height: 1.3em;
		line-height: 1.3em;
		background: none;
		background-color: #DAE1E9;
		color: black;
		border: 2px solid #8999A0;
		border-top: 2px solid #8999A0;
		text-align: center;
	}
	div#News h2 {
		margin-top: .75em;
		margin-left: 2em;
	}
	div#News h3 {
		margin-left: 3em;
	}
	div#News h4 {
		margin-left: 3em;
	}
	div#News p {
		margin-left: 3em;
	}
