#titlebar {
	position: absolute;
	height: 38px;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.cellbackminithin {
	background-repeat: no-repeat;
	background-position: center top;
	width: 110px;
	background-image: url(/images/buttons/map/mapbuttonthin.gif);
	text-align: center;
	height: 20px;
}
h1 {
	margin: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000066;
	font-weight: normal;
	margin: 0px;
}

.cellbackmini {
	background-repeat: no-repeat;
	background-position: center;
	width: 110px;
	background-image: url(/images/buttons/map/mapbuttonbig.gif);
	text-align: center;
}
#menu {
	position: absolute;
	left: 1px;
	top: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000066;
}#zoom {
	position: absolute;
	height: auto;
	width: auto;
	top: 40px;
	right: 5px;
}
h3 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000066;
	font-weight: normal;
}
#map {
	position: absolute;
	height: auto;
	width: 100%;
	top: 35px;
	bottom: 0px;
}
#direction {
	position: absolute;
	height: 101px;
	width: 51px;
	left: 0px;
	top: 38px;
	background-image: url(/images/buttons/map/directionback.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#optionbar1 {
	text-align: center;
	height: 30px;
	width: 100%;
	top: 38px;
	position: absolute;
	background-image: url(/images/buttons/map/optionbarback.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#reset {
	position: fixed;
	height: 40px;
	width: 200px;
	top: 32px;
	right: 5px;
}
a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: underline;
	color: #000066;
}
a:active {
	text-decoration: none;
	color: #000066;
}
