#WholePage {
	position: absolute;
	width: 800px;
	height: 900px;
	padding: 0px;
	border: 0px;
}
img {
	border: 0px;
}
#Logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 150px;
}
#Header {
	position: absolute;
	padding-left: 10px;
	padding-top: 40px;
	left: 150px;
	top: 0px;
	width: 600px;
	height: 170px;
}
#Menu {
	position: absolute;
	left: 0px;
	top: 170px;
	background-color: #3B438C;
	min-height: 2000px;
	padding: 0;
	width: 150px;
	border: 0px;
}
#valid {
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 10px;
}
#skipnav {
	display: none;
}
#Content {
	position: absolute;
	left: 150px;
	top: 170px;
	width: 600px;
	min-height: 472px;
	vertical-align: top;
	padding-left: 10px;
}

#NextPrev {
	margin-left:auto;
	margin-right:auto;
	width:30%;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
}

/* These styles are for the span elements containing the menu links.*/
.nav_title {
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: #3B438C;
	background-color: #F3EC23;
	display: block;
	padding: 0px;
	width: 150px;
	height: 25px;
}

.navigation {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #3B438C;
	display: block;
	padding: 0px;
	width: 150px;
	height: 25px;
}

.navigation:hover {
	color: #FFFFFF;
	background-color: #81D4F7;
}

.navigation_sel {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #81D4F7;
	display: block;
	padding: 0px;
	width: 150px;
	height: 25px;
}

.navigationhere {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #3B438C;
	background-color: #ffffff;
	display: block;
	width: 150px;
	height: 25px;
}
#no_nav {
	color: #FF8000;
	background-color: #3B438C;
	width: 150px;
}
#no_nav_top {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #3B438C;
	background-color: #3B438C;
	display: block;
	padding: 0px;
	width: 150px;
	height: 1px;
}

/* These styles are for the menu links.*/
.navigation2 {
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
	height: 25px;
}
.navigation2:hover {
	color: #FFFFFF;
	background-color: #81D4F7;
	text-decoration: none;
}

.navigation2:visited {
	text-decoration: none;
	color: #FFFFFF;
}


#Menu ul {
	color: #FFFFFF;
	list-style-type: none;
	list-style-position: outside;
	padding: 10px;
	margin: 10px;
}

li .navigation {
	font-size: 11px;
	width: 130px;
	height: 18px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

li .navigationhere {
	font-size: 11px;
	width: 130px;
	height: 18px;
}
