#pagename {
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	background-color: #CCC;
	padding: 10px;
	margin-bottom: 20px;
}
#toTop {
	position: fixed;
	right: 0px;
	background-color: #000033;
	width: 60px;
	margin-right: -5px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #000033;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	padding-left: 4px;
	bottom: 20px;
	z-index: 10;
}
#toTop:hover {
	margin-right: 0px;
}
body {
	background-color: #000066;
}
#oldenglishfont {
}
#header {
	width: 950px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #000000;
	font-size: 50px;
	background-color: #FFFFFF;
}
#content {
	width: 920px;
	margin-top: 24px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
	display: block;
	padding-bottom: 5px;
}
#content a:link {
	color: #00F;
	text-decoration: none;
}
#content a:visited {
	color: #00F;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content a:active {
	background-color: #F00;
}

#footer {
	width: 940px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	display: block;
	margin: 5px;
	padding: 5px;
	text-align: center;
}
#wrapper {
	width: 960px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
}
#menu {
	display: block;
	position: absolute;
	width: 960px;
	text-align: center;
	margin-top: -17px;
	margin-right: 5px;
	margin-bottom: -10px;
	margin-left: 5px;
}
#wrapper #menu li ul {
	display: none;
}
#wrapper #menu li:hover > ul {
	display: block;
}
#wrapper #menu ul {
	margin-left: -2.5em;
}
#wrapper #menu li {
	border: 1px solid #000000;
	list-style-type: none;
	width: 188.5px;
	background-color: #CCCCCC;
	text-align: center;
	float: left;
}
#wrapper #menu a {
	color: #000000;
	text-decoration: none;
	display: block;
}
#wrapper #menu a:hover {
	background-color: #FFFFFF;
}

#wrapper #menu li ul {
	display: none;
}
#wrapper #menu li:hover >ul {
	display: block;
	margin-left: -41px;
}
#wrapper #menu li li li {
	margin-left: 1em;
}
#captionblock {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 70%;
	font-style: italic;
}
highlight {
	background-color: #FF0;
}
