@charset "utf-8";
/* CSS Document */

.pageBody {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	position: absolute;
	width: 80%;
	top: 0px;
	left: 10%;
	right: 10%;
	height: 100%;
}
#headerLeftImage {
	position: absolute;
	left: 0px;
	top: 0px;
}
.topBar {
	height: 143px;
	width: 100%;
	background-color: #000000;
}
#headerRightImage {
	position: absolute;
	top: 0px;
	right: 0px;
}
.mainArea {
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
}
.headerText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #666666;
	text-align: center;
	font-size: small;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.agenda {
	float: left;
	width: 60%;
	background-color: #FEFFF4;
	border: 1px solid #000000;
	margin-bottom: 10px;
}
.infoBox {
	text-align: center;
	float: right;
	width: 30%;
	background-color: #EBEBEB;
	border: 1px solid #000000;
	font-size: small;
	margin-bottom: 10px;
}
.sponsorArea {
	background-color: #FFFFFF;
	clear: both;
	float: none;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 5px;
}
.bottomPage {
	font-size: x-small;
	font-style: italic;
	text-align: center;
}
.sponsorLogo {
	padding-right: 10px;
}
