@charset "UTF-8";
/* CSS Document
Anthony Smith
News CSS
©2009 Anthony Smith
Created 6/16/09 9:11AM
Updated 6/16/09 9:11AM
Validated 6/16/09 9:11AM
CSS code by Steve Wilkison at Digital Vision Media, www.digitalvisionmedia.com */
		
div#thecontentdiv p {
	line-height: 130%;
	padding: 0 0 15px 0;
}

div#dsvContainer {
	width: 540px;
	height: 375px;
	clip: rect(0px,600px,450px,0px);
	overflow: hidden;
	z-index: 1;
}

#dsvContent1 {
	width: 540px;
	}
	
div#dsvTrack {
	position: absolute;
	left: 46px;
	top: 21px;
	z-index: 0;
	width: 2px;
	height: 402px;
	visibility: visible;
}

div#thecontentdiv h2 {
	margin: 0 0 5px 0;
	font-size: 150%;
}

div#thecontentdiv h2.single {
	margin: 0 0 15px 0;
	font-size: 150%;
}

div#thecontentdiv h3 {
	margin: 0;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

div.dividerdiv {
	height: 21px;
	text-align: right;
	padding: 0 20px 20px 0;
}

/* LINKS */

#dsvContent1 a {
	color: #9f1e01;
	text-decoration: underline;
	}
	
#dsvContent1 a:hover {
	color: #000;
	text-decoration: underline;
	}

