html{
	background-color:#ffffff;
}

body{
	height: 100%;
	background-color:##ffffff;
}


#header {
    margin-left:0%;
    top: 0px;
    width: 100%;
	height: 15%;
	position: fixed;
	font-family: 'bgMed',arial,helvetica,sans-serif;
    font-size: 0.4em;
    color: #fff;
    z-index: 20;
    text-transform: uppercase;
    background-color: #ffffff;
    border-bottom: 2px solid hsl(180,70%,55%);
    padding-top:0px;
    text-align:left;
    float: left;
    overflow: auto;
  
}

#footer {
	margin-left:0%;
    left: 0px;
    bottom: 5px;
    width:100%;
	height: 110%;
    font-family: 'bgMed',arial,helvetica,sans-serif;
    font-size: 0.9em;
    color: #fff;
    z-index: 15;
    text-transform: uppercase;
    background-color: #ffffff;
	padding-top:20px;   
    text-align:center;
}


#sidemenu {
    
    background-color:#ffffff;
    height:100%;
    width: 100%;
    overflow: scroll;
    float: left;
    z-index: 20;
    position: fixed;
    left: 0px;
    margin-top:7%;
}





#site-content {
    width: 100%;
    height: 99%;
    overflow: scroll;
    float: left;
     z-index: 20;
    position: fixed;
    left: 0px;
    margin-top:1%;
    min-height: 0px;
    background-color:#ffffff;
    margin-bottom:0%;
    margin-left:0%;
    padding-left:0px;
}
    
