/* 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;
	}
.contacttext {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 0.9em;
	font-weight:bold;
	text-align:center;
	line-height: 1.2em;
	letter-spacing: 1px;
	}
.contacttext a:link {
	text-decoration:none;
	color:#943636;
	}
.contacttext a:visited {
	text-decoration:none;
	color:#000000;
	}
.contacttext a:hover {
	text-decoration:none;
	color:#F6C83D;
	background-color:#000000;
	}
.headline {
	color:#943636;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-align:left;
	font-weight:bold;
	}
#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;
	}
	
