@charset "utf-8";
/* sIFR styles */
@media screen {
	.sIFR-active h1 {
		font-family: Futura, sans-serif;
		font-size: 26pt;
		padding-top: 10px;
		padding-left: 10px;
	}
}

#container_nocontent {
	padding: 15px;
	background-image: url(/_images/_backgrounds/content_bg.png);
	background-repeat: repeat;
	font-size: 93%;
	font-weight: bold;
	margin-bottom: 10px;
}

#news_wrapper {
	float: left;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.entry_image_link {
	text-decoration: none;
}

.entry_image_wrapper {
	float: left;
	min-width: 190px;
}		
	
.entry_image {
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	min-width: 168px;
	max-width: 168px;
	min-height: 161px;
	max-height: 161px;
	border: 6px #f0eee7 solid;
}

.entry_dateline {
	font-size: 85%;
	color: #000000;
	line-height: 1.0em;
	margin-left: 10px;
	margin-top: 5px;
}

	.entry_dateline strong {
		font-weight: bold;
		font-style: italic;
	}

h1 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 197%;
	color: #a62f2b;
	letter-spacing: -2px;
	font-weight: bold;
	line-height: 50px;
}

.entry_content {
	float: left;
	max-width: 800px;
	min-width: 800px;
}

	.entry_content .entry_description {
		line-height: 1.25em;
		color: #000000;
		font-size: 100%;
	}

	.entry_content .entry_description p {
		font-size: 93%;
		margin-bottom: 10px;
	}

	.entry_content .entry_description strong {
		font-weight: bold;
	}

	.entry_content .entry_description em {
		font-style: italic;
	}

	.entry_content .entry_description ul {
		margin-left: 15px;
		margin-bottom: 10px;
	}

		.entry_content .entry_description ul li {
			font-size: 93%;
			list-style: disc;
			list-style-type: disc;
		}
			
	
