/* CSS Document */

body { text-align:center;
		min-width:760px;
		background-color:#006633;
}

#hdr {  height: 110px;
		margin: 0px;
		background: #EEE url(flowers.gif) repeat-x top left
	}
	
#wrapper { 
		width:720px;
		margin: 0 auto;
		text-align:left;
		background-color: #F7F1DD;
	}

#mapsMain_ID {
	background-color:#FFDDDD;
	}

#map_sidebar_ID {
	font-size:100%;
	line-height:50%;
	}

#map_sidebar_ID A:link {
	text-decoration:none;
	line-height:100%;
	color: #000000;
	}

#map_sidebar_ID A:visited {text-decoration: none; color:#009900}
#map_sidebar_ID A:active {text-decoration: none; color:#009900}
#map_sidebar_ID A:hover {text-decoration: underline; color: #00CC66;}
	
#map_sidebar_ID h3 { 
	font-size:100%; 
	}

#linksSidebar_ID {
	width:120px; 
	vertical-align:top;
	background-color:#CCEECC;
	border: medium ;	/* ? */
	}


.bubble {
	width:250px; max-width:300px;
	text-align:left;
	font-family: Charcoal, Lucida Grande, sans-serif;
}


tr.odd {
	background-color:#FFFFFF;
	}

tr.even {
	background-color:#F2E2E2;
	}