div.navBar {
	position: absolute;
	top: 125px;
	left: 39px;
	width: 175px;
	font-size: 18px;
	z-index: 2;
}
div.navBar a {
	margin-right: 8px;
	text-decoration: none;
	color: #777777;
}
div.navBar div {
	text-align: right;
	width: 175px;
	height: 25px;
	margin-bottom: 5px
}

div.navBar div.inactive {
	background-color: #111141;
	border-right: 1px solid #ffffff;
}
div.navBar div.inactive a:hover { color: #ffffff; border-right: none; }

div.navBar div.active {
	background-color: #113199;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #113199;
}
div.navBar div.active a { color: #ffffff; }

div.centerPane {
	position: absolute;
	top: 109px;
	left: 214px;
	right: 40px;
	bottom: 50px;
	border: 1px solid #ffffff;
	background-color: #113199;
	padding: 18px;
	z-index: 1;
	overflow: auto;
}
div.panelHead {
	position: absolute;
	top: 35px;
	left: 320px;
	right: 10px;
	text-align: center;
	font-size: 24px;
}
table.sessionList { 
	border-spacing: 30px 10px;	
}

img {
	border: none;
}