/* formatting for general page layout in this file*/
/* sequence is page-nav-logo-subnav-filler-content-footer*/
.page {
	margin: auto;
	height: auto;
	width: 875px;
	position: relative;
	top: 0px;
}
.nav {
	height: 154px;
	width: 148px;
	position: absolute;
	left: -5px;
	top: 40px;
	background-color: #EBF1FA;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 8px 0px 0px 6px;
	color: #666;
	border-top: 3px solid #666;
	border-right: 3px solid #666;
	border-bottom: 3px solid #666;
	border-left: 3px solid #666;
}
.logo {
	position: absolute;
	height: 231px;
	width: 720px;
	left: 160px;
	top: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333;
	background-repeat: no-repeat;
	font-weight: bold;
}
.subnav {
	height: 399px;
	width: 146px;
	position: absolute;
	left: 0px;
	top: 228px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	padding: 6px;
	border-top: 3px solid #666;
	border-right: 0px solid #666;
	border-bottom: 3px solid #666;
	border-left: 3px solid #666;
	background-color: #EBF1FA;
	margin: 0px;
}
.filler {
	background-color: #BFD7F0;
	height: 411px;
	width: 30px;
	position: absolute;
	left: 160px;
	top: 228px;
	border-top: 3px solid #666;
	border-right: 0px solid #666;
	border-bottom: 3px solid #666;
	border-left: 3px solid #666;
}
.content {
	height: 549px;
	width: 681px;
	position: absolute;
	left: 193px;
	top: 228px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
	border: 3px solid #666;
}
.footer {
	height: 50px;
	width: 875px;
	position: absolute;
	left: 0px;
	top: 800px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
}
.subnav1 {

	height: 399px;
	width: 146px;
	position: absolute;
	left: 0px;
	top: 228px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	padding: 6px;
	border-top: 3px solid #666;
	border-right: 0px solid #666;
	border-bottom: 3px solid #666;
	border-left: 3px solid #666;
	background-color: #EBF1FA;
	margin: 0px;
	line-height: 12px;
}
.formpage {
	margin: auto;
	height: auto;
	width: 875px;
	position: relative;
	top: 0px;
}
.formcontent {
	height: auto;
	width: 681px;
	position: absolute;
	top: 233px;
	left: 193px;
}

.formfooter {
	height: 50px;
	width: 875px;
	position: absolute;
	left: 0px;
	top: 1400px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #666;
	line-height: 15px;
	text-align: center;
}
ul.navlist {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 14px;
	color: #666;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
}
li.navlist {
	margin-left: 20px;
}
a:link {
	color: #39F;
	text-decoration: none;
}
a:visited {
	color: #39F;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}
