/*
Fonts:

Basic font is Georgia
Max window width 1000 pixels

*/

#bannerimage {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 1020px;
	height: 287px;
	overflow: hidden;
	z-index: 2;
}

#bannerbg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1020px;
	height: 111px;
	z-index: 8;
	background-color: rgb(255,255,255);
}

#bannermenu {
	top: 84px;
	left: 0px;
	width: 1020px;
	height: 26px;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	z-index: 9;
}

#bannerlabel {
	position: absolute;
	top: 273px;
	left: 439px;
	z-index: 10;
	color: rgb(255, 255, 255);
	text-align: right;
	font-size: 9pt;
	width: 500px;
	/* border: dotted 1px white; */
}