html {
    height: 100%;
    font-family: "Verdana", sans-serif;
    }

#application body {
    height: 100%;
    margin: 0px;
    padding: 0px
    }

#application #title {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 405px;
    height: 72px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    z-index: 2
    }

#application #title img {
    border: 0px
    }

#application #legend {
    position: absolute;
    top: 100px;
    left: 0px;
    padding: 5px;
    margin: 0px 0px 0px 0px;
    background: white;
    border: 1px solid black;
    border-left: 0px;
    z-index: 2
    }

#application #infowindow {
    position: absolute;
    bottom: 0px;
    left: 50%;
    padding: 5px;
    margin: 0px 0px 0px 0px;
    background: white;
    border: 1px solid black;
    border-bottom: 0px;
    z-index: 2

}

#application #legend table {
	font-size:12px
}

#application #infowindow h1 {
    font-size: 10px;
}

#application #infowindow h2 {
    font-size: 10px;
}

#application #map_canvas {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 1
    }

#documentation {
    background-color: green;
    color: white
    }

#documentation a:link, a:visited, a:active {
    color:white
    }