
#contactContainerBody {background-color:#000;
		color: #fff;
		width: 700px;
		height: 860px;
		top: 0px;
		margin-left: 10px;
		position: absolute;
		}
#contactHeader {background-image: url(../styleImages/CONTACT_contactHeader.jpg);
		background-repeat: no-repeat;
		width: 700px;
		height: 300px;
		top:0px;
		z-index: 2;
		position: relative;
		text-indent: -9999px; 
		}
#contactBodyContent {
	background-color: transparent;
	color: #fff;
	padding: 0px;
	width: 700px;
	height: 560px;
    border-top: #6f8da1 ridge 2px;
    clear: left;
}
.contactBack {
	background-color: #fff;
	color: #000;
	width: 660px;
	height: 520px;
	padding: 10px;
	margin: 10px;
	position: absolute;
	overflow: auto;	
	z-index: 3;
}
div#contactBodyContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}
div#contactBodyContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-variant: small-caps;
	font-weight: lighter;
	text-decoration: underline;
}
div#contactBodyContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	font-variant: small-caps;
	font-weight: lighter;
	text-decoration: underline;
}
