.header {
	padding: 10px 10px;
	text-align: center;
	border-bottom-color: #000000;
}
/*
.menuBottom {
	background-color: #FF9900;
	height: 8px;
	width: 100%;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.menuItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #000000;
	border-left-color: #333333;
	padding: 6px;
	border-top-color: #999999;
	text-align: center;
	width: 20%;
}
.menuItemAlt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #333333;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	padding: 4px 4px 6px;
	border-top-color: #999999;
	text-align: center;
	width: 20%;
}
*/
.contentHolder {
	text-align: center;
	padding: 15px;
	border: 3px solid #333333;
}
.body {
	background-color: #eeeeee;
	margin: 0 0 0 0;
}
.contentSpacer {
	padding: 0px;
	border: 0px solid #333333;
	margin: 7px;
}
.menuItemDiv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
	border-right-color: #333333;
	border-bottom-color: #000000;
	border-left-color: #333333;
	border-top-color: #999999;
	text-align: center;
	margin: 10px 15px;
}
