<style>
			#wrapper{
				width:100%;
			}
			#menu{
				width:200px;
				float:left;
			}
			#map-canvas{
				height:700px;
			}
			
			#resetMap{
				text-align: center; 
				color: black; 
				font-family: Arial,sans-serif; 
				background: -moz-linear-gradient(center top , rgb(254, 254, 254), rgb(243, 243, 243)) repeat scroll 0% 0% transparent; 
				line-height: 160%; 
				padding: 0pt 6px; 
				border-radius: 2px 0pt 0pt 2px; 
				box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35); 
				border: 1px solid rgb(169, 187, 223); 
				font-weight: normal; 
				min-width: 26px;
				cursor:pointer;
				margin:5px;
				font-family: Arial,sans-serif; 
				-moz-user-select: none; 
				font-size: 12px; 
				background-color: rgb(255, 255, 255); line-height: 160%; padding: 0pt 8px 0pt 6px; direction: ltr; text-align: left; white-space: nowrap;
			}
			
			#loadingmap
			{
				display:none;
				background:#fff url('../images/loader.gif') no-repeat center 22px;
				position:absolute;
				width:230px;
				height:38px;
				top:242px;
				left:50%;
				margin-top:10px;
				z-index:1000;
				border:1px solid #aaa;
				font-weight:bold;
				text-align:center;
				padding:5px;
				-moz-border-radius:5px;
				-webkit-border-radius:5px;
				border-radius:5px;
				margin:-24px 0 0 -120px;	
			}
			
			/* map legend */
			#map-legend{
				width:100%;
				table-layout: fixed;
				margin:5px;
				border:1px solid #000;
				border-collapse:collapse;
			}
			
			#map-legend td{
                border: 1px solid #000 !important;
			}

			
			.low {background-color: #004ab3; color: #004ab3; width: 25px; height: 25px; border: 1px solid #000; }
			.moderate {background-color: #15b334; color: #15b334; width: 25px; height: 25px; border: 1px solid #000;  }
			.high {background-color: #ffd100; color: #ffd100; width: 25px; height: 25px; border: 1px solid #000; }
			.veryhigh {background-color: #f69313; color: #f69313; width: 25px; height: 25px; border: 1px solid #000; }
			.extreme {background-color: #d9001f; color: #d9001f; width: 25px; height: 25px; border: 1px solid #000; }
			.text { padding-left:5px; }

			.loworange{background-color: #feedde !important; color:#000000 !important; }
			.moderateorange{background-color: #fdbe85 !important;  }
			.highorange {background-color: #fd8d3c !important; }
			.veryhighorange {background-color: #e6550d !important; }
			.extremeorange {background-color: #a63603 !important;  }
			.text { padding-left:5px; }
			
			/* Date */
			#lastupdated {
    		color: #FF0000;
   			 font-weight: bold;
			}				
						
			#currentdate { 
			font-size:1.5em; }

		</style>