﻿html, body 
{
    font-family:Calibri,sans-serif;
    height:100%;
}

.nameFont
{
    font-family:'Times New Roman';
}

#divWrapper
{
    width:100%;
    margin-top:0px;
    height:100%;
    overflow:auto;
    background-color:#3c86ce;
}

header
{
    background-color:#3c86ce;
    color:white;

    text-align:center;
    width:100%;
}

.ddccPanelHeading
{
    background-color:red;
    font-size:1.4em;
}


section
{
    width:100%;
    min-height:1000px;
    background-color:#3c86ce;
    overflow:auto;
}

.title
{
    background-color:#3c86ce;
    color:white;
    text-align:center;
    padding-left:20%;
    padding-right:20%;
    margin:auto;
}

#map
{
    height: 100%;
}


footer nav
{
    font-size:1.3em;
    text-align:center;
    width:100%;
    background-color:#3c86ce;
}