body {
	background-color: rgb(255,233,74);
	color: white;
	font-family: "Verdana";
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding-bottom: 15px;
}
#header {
	clear: both;
	color: black;
	font-family: "Georgia";
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	height: 20%;
	padding: 10px 0 10px 0;
	text-align: center;
}
#logo {
	float: left;
	height: 2.3em;
	margin-right: 10px;
	width: 4.6em;
}
#headerTitle {
	margin-left: 5em;
}
#headerSubtitle {
	font-weight: normal;
	margin-left: 5em;
}
#mainContainer {
	border-top: 1px solid rgb(60,60,60);
	border-bottom: 1px solid rgb(60,60,60);
	}
#main {
	background-color: black;
	border-bottom: 1px solid rgb(160,160,160);
	border-top: 1px solid rgb(160,160,160);
		height: auto !important;
	height: 70%;
	min-height: 40em;
	min-width: 98.6%;
	padding: 9px;
	padding-top: 25px;
	position: relative;
}
#menuArea {
	margin-right: 1em;
	left: 9px;
	position: absolute;
	top: 25px;
}
#menuTitle {
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
#menu {
	background-color: rgb(255,210,55);
	padding-top: 1px;
	padding-bottom: 1px;
}
a.menuItem {
	background-color: rgb(255,210,55);
	border-left: 2px solid black;
	border-top: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	color: black;
	display: block;
	font-weight: bold;
	margin: 5px;
	padding: 5px;
	text-align: center;
	text-decoration: none;
}
a.menuItem:hover {
	background-color: black;
	color: rgb(255,210,55);
}
a.menuItemDisabled {
	background-color: rgb(255,210,55);
	border: 1px solid black;
	color: black;
	display: block;
	font-weight: bold;
	margin: 5px;
	padding: 6px;
	text-align: center;
	text-decoration: none;
}
#content {
	background-color: black;
	margin-right: 20px;
	padding-left: 18em;
	position: relative;
	right: 0;
	text-align: justify;
	top: 0;
}
input.choiceList {
	margin-right: 25px;
	font-size: 1.1em;
}
input.submitButton {
	font-size: 1.3em;
}
ul.choiceList {
	text-indent: 0px;
}
li.choiceList {
	list-style-type: none;
}
ul {
	margin-top: 0;
	padding: 0;
}
li {
	padding: 6px;
}
p.title {
	font-size: 1.3em;
	font-weight: bold;
}
a.inLineLink {
	color: white;
	padding-right: 6px;
	text-decoration: underline;
}
a.itemLink {
	color: white;
	text-decoration: underline;
}
a.document {
	color: white;
	text-align: center;
	text-decoration: underline;
}
#footer {
	clear: both;
	height: 10%;
}
img.leftImage {
	float: left;
	height: 24em;
	margin-right: 1em;
	width: 18em;
}

