html, body {
	padding: 0;
	margin: 0;
	color: #000000;
	font-family: verdana, arial;
	font-size: 11pt;
}
a {
	color: #000000;
}
a img, img a {
	border: none;
	text-decoration: none;
}
#topBar {
	background-image: url(../top_strip.jpg);
	background-repeat: repeat-x;
	height: 169px;
}
#logo {
	position: absolute;
	top: 0px;
	left: 50px;
}
#apollo {
	position: absolute;
	top: 0px;
	right: 0px;
}
.menu {
	margin-left: 20px;
}
.menu a {
	text-decoration: none;
}
.menu .menuItem {
	border: 1px solid black;
	position: relative;
	top: 0px;
	border-bottom: 1px solid #fefeef;
	left: 20px;
	margin-left: 10px;
	z-index: 1;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: 700;
	font-size: 12pt;
}
.mainContent {
	border: 1px solid black;
	position: relative;
	left: 2%;
	width: 96%;
	background-color: #efefef;
}
.mainContent div {
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	left: 3%;
	width: 94%;
}