.clear
{
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}

body {
	background-color: white;
	font-family: 			Arial, Helvetica, sans-serif;
	font-size: 				small;
	font-style: 			normal;
	font-weight: 			lighter;
	line-height: 			16px;
	color: 					#000000;
	text-decoration:		none;
}



#menu {
	position: absolute;
	top: 10px;
	left: 10px;
}

#map {
	position: absolute;
	top: 130px;
	left: 270px;
}

#banner {
	position: absolute;
	top: 10px;
	left: 270px;
}

#bannerBody {
	background-color: #FFFFFF;
	font-family: verdana,arial,helvetica,sans-serif;
	color: #000000;
}

#menuBody {
	background-color: white;
	font-family: arial,helvetica,sans-serif;
	color: #000066;
}

#title_text {
	font-family: arial,helvetica,sans-serif;
	
}

#menu_title {
	font-family: arial,helvetica,sans-serif;
	color: #000000;
	font-weight: bold;
}


#map_title {
	font-family: arial,helvetica,sans-serif;
	color: #000000;
	font-weight: bold;
}


#menu_text {
	background-color: white;
	font-family: 			Arial, Helvetica, sans-serif;
	font-size: 				small;
	font-style: 			normal;
	font-weight: 			lighter;
	line-height: 			16px;
	color: 					#000000;
	text-decoration:		none;
}




