@media screen {
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: white;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
}
.titleBar {
	background-color: #aaaaaa;
	padding: 3px;
	clear: both;
	float: none;
	left: 0px;
	#width: 872px;
	width: 98.6%;
	height: 100px;
	position: relative;
	text-align: center;
	border: 1px solid #000000;
}
.mainTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	#font-variant: small-caps;
	color: #333300;
}
.secondaryTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	#font-size: large;
	font-size: 16px;
	font-weight: bold;
	#font-variant: small-caps;
	text-align: center;
	color: #333300;
	font-style: italic;
}
.menuBar {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color: #BC8F8F;
	padding: 3px;
	width: 100%;
	border: 1px solid #000000;
	position: relative;
	height: auto;
	text-align: left;
	vertical-align: middle;
	top: 0px;
}
.additionalInfo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	font-variant: small-caps;
	color: #333366;
	text-align: center;
	position: relative;
	height: auto;
}
}
