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.42em;
	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;
}

#customize {
	background-color: black;
	padding-top: 8px;
	padding-bottom: 20px;
	text-align: right;
	float: right;
}

a.customLink {
	background-color: white;
	color: black;
	margin-right: 20px;
	padding: 10px;
	text-decoration: none;
}

a.customLink:hover {
	text-decoration: underline;
}

#mainContainer {
	border-top: 1px solid rgb(60,60,60);
	border-bottom: 1px solid rgb(60,60,60);
	min-width: 29em;
}

#main {
	background-color: black;
	border-bottom: 1px solid rgb(160,160,160);
	border-top: 1px solid rgb(160,160,160);
	height: 70%;
	min-height: 40em;
	padding: 9px;
	padding-top: 25px;
}

#menuArea {
	float: left;
	margin-right: 1em;
}

#menuTitle {
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

#menu {
	background-color: rgb(255,210,55);
	float: left;
}

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 {
	margin-left: 17.5em;
	margin-right: 15px;
	margin-top: 4em;
	text-align: justify;
}

#footer {
	clear: both;
	height: 10%;
}
a.firstLink {
	color: white;
	padding: 10px;
	text-decoration: underline;
}

#first {
	clear: both;
	font-size: 1.5em;
	text-align: center;
}

