@charset "utf-8";
/* CSS Document */

body {
	background-color:#fff;
	margin: 0px;
}

h1 {
	height:315px;
	width:717px;
	overflow:hidden;
	position:relative;
	font-size: 6px;
	line-height: 6px;
}
h1 img {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	margin: 0px;
	line-height: 1px;
	font-size: 1px;
}

#mainMenu {
	position: absolute;
	left: 400px;
	top: 100px;
	z-index: 2;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #330000;
}

h2 a:link, a:visited, a:active{
	color: #0049B7;
	text-decoration: none;
}
h2 a:hover {
	color: #CC0000;
	text-decoration: none;
}
#mainCopy {
	position: absolute;
	top: 250px;
	z-index: 3;
	width: 70%;
	margin-left: 200px;
} 
#footer {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #330000;
}
#footer a:link, a:visited, a:active{
	color: #0049B7;
	text-decoration: none;
}
#footer a:hover {
	color: #CC0000;
	text-decoration: none;
}
#mainBkg {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
}
.subHead {
	font-size: 16px;
	text-align: center;
}
.spacing {
	padding-right: 20px;
}.indent { margin-left: 20px; }
