* {
    font-family: sans-serif;
}

/*
    Header
*/
#header{
    background: #f0f0f0;
    border-bottom: #d2d2d2 solid 1px;
    height: 75px;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px;
}
#header a{
    color: black;
    text-decoration: none;
    font-size: medium;
}

#header a:hover{
    text-decoration: underline;
}

.sub-menu, #header .sub-menu a{
    font-size: x-small;
}

#logo{
    border: none;
    float: left;
}

#menu{ 
    text-align: right;
    font: bold 11pt/14pt sans-serif;
    
}

/*
    Body
*/
body{
    margin: 0px; 
    font: 11pt/14pt sans-serif;
}
#body{
    padding: 15px;
    margin-left: 15px;
    margin-right: 15px;
}
#body h1{
    font: bold 16pt/20pt sans-serif;
    text-transform: capitalize;
}
#body a{
    color: #c03600;
    text-decoration: none;
}

#body a:hover{
    text-decoration: underline;
}

#body img{
    border: none;
    padding: 10pt;
}

/*
    Footer
*/
#footer{
    background: #c03600;
    color: white;
    text-align: center;
    font-size: 8.5pt;
}

#footer a{
    color: white;
    font-weight: bold;
    text-decoration: none;
}

#footer a:hover{
    text-decoration: underline;
}
