h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 200%;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	color: #FFFF99;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: 800;
	color: #CCCCFF;
	text-align: center;
	line-height: normal;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: 900;
	font-variant: small-caps;
	text-align: left;
}
#navBar {
	float: left;
	width: auto;
	text-align: right;
	background-color: #CCCCFF;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #9900CC;
}
#masthead {
	width: 80%;
	float: none;
	background-color: #3300CC;
	margin-left: 5px;
	padding: 0px;
}
#siteInfo {
	background-color: #3300CC;
	width: 80%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	float: none;
}
#content {
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
	padding: 0px 0px 0px 10px;
	margin-top: 0px;
	float: left;
	width: 80%;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	margin-left: 25px;
}
h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	font-style: italic;
	margin-left: 25px;
	font-weight: normal;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	margin-left: 50px;
	text-align: justify;
}
