v\:* {
      behavior:url(#default#VML);
}
body,html {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: arial, sans-serif;
}
h1 {
    margin: 0;
    padding: 0;
}
h2 {
    margin: 0;
    padding: 0;
}
table#legend tr { vertical-align: top; }
table#legend td.graphic { text-align: center; }
#page { position: relative; z-index: 0; width: 100%; height: 100%; }
#header { position: relative; z-index: 1000; }
#relwrap { position: relative; width: 100%; height: 100% }
#map {
    position: relative;
    z-index: 0;
    margin: 0em 1em 1em 16.85em;
    height: 90%;
    border: 1px solid #979797;
    background-color: #e5e3df;
}
#sidebar {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    width: 16em;
    height: 100%;
}

table#legend hr { width: 30px; border: 0; }

/* stolen from google local */
#titlebar {
    border-top: 1px solid black;
    background-color:#D5DDF3;
    width: 100%;
    margin-bottom: 7px;
}
#titlebar .title {
    font-size: large;
    font-weight: bold;
    padding-left: 3px;
}
#titlebar .links {
    font-size: small;
    text-align: right;
    vertical-align: middle;
    padding-right: 3px;
}
#titlebar .links a {
    text-decoration: none;
    white-space: nowrap;
    padding-left: 0.75em;
    color: #0000cc;
}
#titlebar .links a span {
    text-decoration: underline;
}
#titlebar .links img {
    border: 0;
} 

.notes { font-size: small; }

