html, body {
			width:100%; height:100%;
			}
		html {
		/* 	overflow: hidden */ 
			}
		body {
			margin:0px 0px 0px 0px; padding:0px;
			font-family: verdana, helvetica, arial, sans-serif;
			font-size:11pt;
			/* background-color matched to panel, to hide small gap below it */
		/* 	background-color:#D6E7EF; */
			}
			
		#map {
			/*margin-right could be 135px instead, but then the map 'overflow' spilled 18px to the right of where it should*/
			border:1px solid #000000;
			height: 570px;
			width : 100%;
		  background-color:#FFFFFF; //D6E7EF
			}
			
		#sidebar {
		  height: 600px; 
			width:200px;
			overflow:auto;
			font-size:10pt;
			padding:10px 3px 10px 3px;
			font-family: Arial, Helvetica, sans-serif;
			text-decoration: none;
			border-top: 0px solid #000000;
			border-right: 0px none #000000;
			border-bottom: 0px solid #000000;
			border-left: 0px solid #000000;
			line-height: 15px;
			text-indent: 1pt;		
			background: #fff;	
			}
	
			
	



		
			
			
		
		
