body{
    background:url('img/GRA_Background.jpg') no-repeat;
    background-size:cover;
    font-family:'Trebuchet MS';
}
main{
    width:90%;
    margin:50px auto 0 auto;
    border-radius:10px;
    background:white;
    min-height:800px;
    border:solid thin lightgray;
    min-width:350px;
    box-shadow: 0 0 15px rgba(0,0,0,.25);
}
header{
    background: url('img/GRA_Header-Background.jpg');
    border-radius:10px 10px 0 0;
    min-height:150px;
    background-size:cover;
    border-bottom:thin dotted lightgray;
}
header img{
    max-width:225px;
    width:90%;
    margin:20px 0 0 20px;
}
header a{
    float:right;
    font-size: 9pt;
    text-transform: uppercase;
    font-weight: bold;
    margin:115px 15px 0 0;
    border-radius: 5px;
    background: #283891;
    padding:3px 8px;
    text-decoration: none;
    color:white;
}
header a:hover{
    color:white;
    background: #309b47;
}
main h1{
    text-align: center;
    font-size:12pt;
    margin-top:20px;
    color: #2384c6;
}

footer{
    font-family: Arial;
    font-size:7pt;
    text-transform: uppercase;
    color:gray;
    text-align: center;
    margin:30px auto 75px auto;
}