body {
}

#Header h1 {
	display: block;
	margin: 0px;
	position: absolute;
	/* The Header Title serves as a running header */
	top: 25px;
	left: 7%;
	/* at the top-left of the page */
	font-size: 1em;
}
#Header #Title {
	position: relative;
	top: 0px;
	left: 0px;
	display: inline;
	font-size: 1em;
}
#Header h1 .lynx {
	display: inline;
}
#Header h1, #Footer {
	font-weight: normal;
	font-variant: normal;
	font-family: "times new roman", "Times", serif;
	/* sets the font style for running header and footer */
}
#Header strong {
	display: block;
	margin: .2em 0;
	font-size: 2em;
	font-family: "Calisto MT", "Bookman Old Style", "Book Antiqua", Palatino, serif;
	font-weight: normal;
}