
body {
	   text-align: left;
       font-family: Helvetica,Helv;
	   color: #000000;
	   padding: 0px;
	   margin:0px;
	   border:0px;
	   font-size: 90%;
	   background-color: #f8fbf8;
	}

    #wrapper {
	width: 200px; 
    float: left;
	}
	
	#mapdiv {
	    width: 655px;
  	    height: 790px;		
		float: left;
	}
		
	#navigation {	   
	   width: 200px; 
	   text-align: left;
	}
	#status {
	    color: #dc0067;
		width: 200px; 
		text-align: left;
		
	}
a {
	color: #dc0067;
	font-weight: normal;
	text-decoration: none;
}

a:hover {

	color: #dc0067;
	text-decoration: underline;

}	
td {
   vertical-align:top;
}

