#centeredcontent {
	width: 600px;
	height: 620px;
	text-align: center;
	border: 1px solid #000;
	background-color: #353A42;
	color: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -300px;	/* Half the height of the DIV tag which is also 50 pixels */
	display: none;
	z-index: 100;
}

* html #centeredcontent { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#GEDownload {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	clear: left;
	float: left;
	width: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	height: 10px;
}
#Title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #353A42;
	padding: 5px;
	float: left;
	height: 15px;
	width: 390px;
	text-align: left;
}
#Options {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: right;
	padding: 5px;
	float: right;
	height: 15px;
	width: 180px;
	background-color: #353A42;
}
#map_canvas {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
#backgroundFill {
	background-image: url(EntryPages/macFFBgHack.png);
		background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	min-height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	display: none;
	z-index: 100;
}

* html #backgroundFill { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}


#Main_Body {
	text-align: left;
	width: 730px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: url(images/foot_back.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 899px;
}
#HeadBar {
	float: left;
}
#SideBar {
	float: left;
	width: 185px;
	height: 700px;
	background-color: #25408F;
}
#Bottom {
	background-color: #25408F;
	height: 70px;
	float: left;
	clear: left;
	width: 700px;
}

#Footer {
	background-color: #25408F;
	height: 50px;
	width: 400px;
	background-image: url(images/Pennine-blank_20.gif);
	float: left;
}

#RightBar {
	width: 29px;
	height: 400px;
	float: right;
}
#FooterSide {
	background-color: #12A8E0;
	background-image: url(images/Pennine-blank_19.gif);
	width: 185px;
	height: 70px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#FootSideTop {
	background-color: #25408F;
	background-image: url(images/Pennine-blank_18.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 185px;
	height: 200px;
}


#MiddleBar  {
	float: left;
	width: 516px;
	background-color: #25408F;
}
#UserSection {
	float: left;
	width: 496px;
	padding: 10px;
	background-color: #25408F;
}
#Options:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF3;
	text-align: right;
	padding: 5px;
	float: right;
	height: 15px;
	width: 180px;
	background-color: #353A42;
	cursor: pointer;
}