@charset "utf-8";
/* CSS Document */

.Heading {
	font-family: "Comic Sans MS", cursive;
	font-size: 24pt;
	padding: 5px;
	height: 74px;
	width: 860px;
	position: absolute;
	background-color: #FF9400;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.Navigation {
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	height: 599px;
	width: 200px;
	position: absolute;
	left: 11px;
	top: 103px;
	background-color: #90C;
}

.Body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding: 5px;
	height: 598px;
	width: 642px;
	position: absolute;
	left: 227px;
	top: 101px;
	font-size: 12px;
}
#Headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #F60;
}
#Subhead {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
}

#Subtitle {
	font-family: "Comic Sans MS", cursive;
	font-size: 18pt;
	color: #000;
}

#Italics {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	font-style: italic;
}
