.labels
{
    background-color: #DDD;
    font-family: arial, sans-serif;
    font-size: larger;
    padding: 3px;
    border: 2px solid #AAA;
    border-radius: 10px;
}
body
{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Verdana", "Arial", sans-serif;
}
#header img
{
    margin: 0;
    padding: 0;
}
#container
{
    border:1px solid #4b116f;
    height:800px;
    width:100%;
    position: relative;
}
#footer
{
    border-top: 3px solid #55218f;
    margin: 5px;
    font-size: 13px;
    clear: both;
}
#footer #top ul
{
    text-align: center;
    padding: 0;
    margin-top: 4px;
    margin-bottom: 4px;
}
#footer #top ul li
{
    list-style-type: none;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    color: #451078;
}
#footer #bottom
{
    text-align: center;
    background: linear-gradient(#602b9d, #491080);
    color: White;
    padding-top: 11px;
    padding-bottom: 5px;
}
#footer #top ul li a:link
{
    color: #451078;
    text-decoration: none;
}
#map_canvas
{
    position:absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#info
{
    font-family: "Verdana", "Arial", sans-serif;
    font-size: 12px;
    padding: 8px;
    background-color: white;
    position:absolute;
    bottom: 20px;
    right: 5px;
    z-index: 10;
    border: 2px solid #666;
    display: none;
    border-radius: 10px;
}
#sidebar
{
    background-color: #312b95;
    color: #f3f3f8;
    z-index: 10;
    position: absolute;
    top: 125px;
    border-bottom-right-radius: 100px;
    font-family: "Verdana", "Arial", sans-serif;
    font-size: 24px;
    font-weight: bold;
    padding: 20px;
    padding-left: 10px;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    2px 2px 0 #000;
}
#sidebar ul
{
    padding: 0;
    margin-bottom: 40px;
}
#sidebar ul li a:visited
{
    color: #f3f3f8;
}
#sidebar ul li a:link
{
    color: #f3f3f8;
    text-decoration: none;
}
#sidebar ul li
{
   list-style-type: none;
   margin: 20px;
}
#reports {
    text-align: center;
    list-style: none;
    padding: 1rem 1rem 1rem 1rem;
    font-size: 24px;
}
