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

body {
	padding: 0px;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border: 0;
	border-style: none;
	background-color: #59707F;
}

p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.23em;	
}

#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 58em;
	text-align: left;
}

#webpage {
	position:absolute;
	top: 10px;
	width:940px;
	height:600px;
	z-index:1;
	background-image: url(../_img/bkgrnd02.gif);
	background-repeat: repeat-y;
}

a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #00CCFF;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}

#logo {
	position:absolute;
	width:320px;
	height:150px;
	z-index:16;
	left: 0px;
	top: 0px;
}

#nav {
	position:absolute;
	left:391px;
	top:74px;
	width:487px;
	height:24px;
	z-index:12;
}

#masthead {
	position:absolute;
	left:17px;
	top:100px;
	width:895px;
	height:249px;
	z-index:13;
}

#intro {
	position:absolute;
	left:25px;
	top:369px;
	width:422px;
	height:215px;
	z-index:15;
	margin: -.8em 0px 0px 0px;
}

#email {
	position:absolute;
	left:493px;
	top:369px;
	width:408px;
	height:214px;
	z-index:14;
	background-image: url(../_img/eform.jpg);
	background-repeat: no-repeat;
}

#email table.bodytext {
	margin: 20px 17px 0 17px;
	font-size: 12px;
}

#footer {
	position: absolute;
    bottom: 0;
	left: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 0px;
}

#copyright {
	position:absolute;
    bottom: 0;
	left: 0;
	width:900px;
	height: 4em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #89ABC3;
	margin: 0 0 -4em 2em;	
}

#webSig {
	position:absolute;
    bottom: 0;
	left: 0;
	width:900px;
	height: 4em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #89ABC3;
	text-align: right;
	margin: 0 3em -4em 0;	
}

#webSig a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #89ABC3;
}
#webSig a:link {
	text-decoration: none;
}
#webSig a:visited {
	text-decoration: none;
	color: #89ABC3;
}
#webSig a:hover {
	text-decoration: none;
	color: #d3ebdb;
}
#webSig a:active {
	text-decoration: none;
	color: #89ABC3;
}