@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 150%;
	text-decoration: underline;
}
h3 {
	background-color: #D9EFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}



#nav {
	margin-top: 135px;
	background-color: #2A4185;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 755px;
	text-align: center;
}
#nav ul  {
	text-align: center;
	font-size: 90%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#nav ul li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #4392CB;
	border-left-color: #4392CB;
}
#navcnt {
	margin-left: 180px;
}
#nav a:link{
	color: #FFFFFF;
	text-decoration: none;
	}     
#nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}  /* visited link */
#nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}   /* mouse over link */
#nav a:active {
	color: #FFFFFF;
	text-decoration: none;
	} 

#maintxt {
	margin: 10px auto auto;
	width: 795px;
}
#maintxt h3 a:link{
	color: #000;
	text-decoration: none;
	}     
#maintxt h3 a:visited {
	color: #000;
	text-decoration: none;
	}  /* visited link */
#maintxt h3 a:hover {
	color: #000;
	text-decoration: underline;
	}   /* mouse over link */
#maintxt h3 a:active {
	color: #000;
	text-decoration: none;
	} 

#hmpgtxt {
	margin: 10px auto auto;
	width: 795px;
}
#hmpgtxt ol {
	padding-left: 450px;

}

#hmpgtxt li {
	margin-bottom: 10px;

}

#aboutxt {
	margin: 10px auto auto;
	width: 795px;
	font-size: 90%;
}
#biodtltxt {
	margin: 150px auto auto;
	width: 795px;
	font-size: 90%;
}
#subrtn {
	float: right;
	font-size: 80%;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2A4185;
	border-bottom-color: #2A4185;
	background-color: #D9EFFF;
}
#subrtn a:link{
	color: #000;
	text-decoration: none;
	}     
#subrtn a:visited {
	color: #000;
	text-decoration: none;
	}  /* visited link */
#subrtn a:hover {
	color: #000;
	text-decoration: underline;
	}   /* mouse over link */
#subrtn a:active {
	color: #000;
	text-decoration: none;
	} 
#logout {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2A4185;
	border-bottom-color: #2A4185;
	background-color: #D9EFFF;
	;
	text-align: center;
	font-size: 80%;
	float: left;
	padding: 3px;
}
#logout a:link{
	color: #000;
	text-decoration: none;
	}     
#logout a:visited {
	color: #000;
	text-decoration: none;
	}  /* visited link */
#logout a:hover {
	color: #000;
	text-decoration: underline;
	}   /* mouse over link */
#logout a:active {
	color: #000;
	text-decoration: none;
	}
.wrapl {
	float: left;
	margin-right: 20px;
}.errstyle {
	color: #FF0000;
}
.ualpha {
	list-style-type: upper-alpha;
}
.lalpha {
	list-style-type: lower-alpha;
}

