/* CSS Document */

/* (c) 2007 Gina R. Binkley */
/* Web Site Designed and Developed by Digital Vision Media, LLC using Dreamweaver 8 www.digitalvisionmedia.com */

body {
	background-color: #E5EFD7;
	color: #000000;
	margin:0;
	}
.directions {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: .7em;
	}
.credit {
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size: .6em;
	text-align:left;
	padding-top:3px;
	}
#hiddenone {
	display:none;
	position: absolute;
	width: 400px;
	height: 1px;
	z-index: -10;
	left: 300px;
	top: 0px;
	font-size: 1pt;
	color: #E5EFD7;
	background-color: #E5EFD7;
	}
#hiddentwo {
	display:none;
	position: absolute;
	width: 400px;
	height: 1px;
	z-index: -20;
	left: 300px;
	top: 0px;
	font-size: 1pt;
	color: #E5EFD7;
	background-color: #E5EFD7;
	}