/* overridden defaults */
body {
	background-color: #000066;
}

/** page */
.menuBand {
	position: absolute;
	margin: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	text-align: center;
	vertical-align: top;
	z-index: 1000;
	}
.topBar {
	position: absolute;
	left: 50%;
	width: 610px;
	height: 20px;
    text-align: center;
	margin-top: -200px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -270px;
	top: 50%;
}
.contentBand {
	position: absolute;
	left: 50%;
	width: 513px;
	height: 640px;
	margin-top: -300px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -236px;
	top: 50%;
}
.noticeBand {
	position: absolute;
	margin: 0px;
	left: 0px;
	width: 100%;
	height: 22px;
	bottom: 0px;
}

/** field */

/** debug */

