@charset "UTF-8";
/* CSS Document
Anthony Smith
About CSS
©2009 Anthony Smith
Created 6/16/09 7:28AM
Updated 1/26/10 8:10AM
Validated 1/26/10 8:10AM
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;
	}
	
/* LINKS */

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

