		html, body {
			width:100%; height:100%;
			}
		html {
			overflow: hidden
			}
			
		body {
			margin:0px 0px 0px 0px; padding:0px;
			/* background-color matched to panel, to hide small gap below it */
			background-color:#f5fff5;
			font-family: verdana, helvetica, arial, sans-serif;
			font-size:7pt;
			font-color:#000000;	
			}
			
			a:link
			{color: #005c50;
			font-weight: bold;
			text-decoration: none}
			
			a:visited
			{color: #005c50;
			font-weight: bold;
			text-decoration: none}
			
			a:hover
			{color: #bf0000;
			font-weight: bold}
			
			a:active
			{color: #993300;
			font-weight: bold}
			
		#map {
			border:1px solid #000000;
			position: absolute; right: 17%; top: 0px; left: 30px; width:83%; height:99%; 

			}
			
		#sidebar {
			position: absolute; right: 0px; top: 0px; width:125px; overflow:auto;
			background-color:#ffffff;
			padding:4px 0px 0px 4px;
			border:1px solid #000000;

			}
