#vertnav {
	margin: 0px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-family: Geo_Times;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: left;
	padding: 0px;
	width: 65%;
	position: relative;
	left: 15%;
}
#vertnav li {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #000000;
}
#vertnav li a {
	color: #000033;
	text-decoration: none;
	height: 1%;
	display: block;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #90b1fa;
}
#vertnav li a:hover {
	background-color: #FFFFF0;
}
#vertnav2 {
	margin: 0px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-family: Geo_Times;
	font-size: 14px;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4%;
}
#vertnav2 li {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #000000;
}
#vertnav2 li a {
	color: #000000;
	text-decoration: none;
	background-color: #cad9fb;
	height: 1%;
	display: block;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#vertnav2 li a:hover {
	background: #FFFFF0;
}

#center {
	text-align: center;
}
#border {
	border: 2px outset #3399FF;
	font-family: Geo_Times;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	background-color: #99CCFF;
	padding: 10px;
	color: #003366;
	letter-spacing: 0.05em;
	text-align: justify;
	left: 13%;
	position: relative;
	width: 70%;
}

