.top_login
{
    background-color: rgb(13, 48, 92);
    color:white;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;   
}

.top_header
{
    background-color: rgb(67, 116, 177);
    color:white;
    height: 90px;
    max-height: 90px;
    min-height: 90px;
    text-align: left;
    font-size: 85px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}

.top_menu
{
    background-color: rgb(236, 236, 236);
    text-align: center;
}

.top_menu ul{
    list-style-type: none;
    margin:0;
    padding:0;
    background-color: rgb(236, 236, 236);
    overflow: hidden;
    display:inline-block
}

.top_menu li{
    float:left;
}

.top_menu li a{
    color:rgb(37, 37, 37);
    text-decoration: none;
    padding: 15px;
}

.top_menu li a:hover{
    background-color: white;
    color: rgb(61, 61, 61);
}

.content
{
    background-color: white;
}

.footer
{
    background-color: rgb(43, 60, 79);
    color:white;
    text-align: center;
    font-size: 75px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}

.container{
    max-width: 1000px;
    margin: 0 auto;
}

body{
    padding:0;
    margin: 0;
}

.firstfooter
{
    background-color: rgb(43, 60, 79);
    color:white;
    height: 90px;
    max-height: 90px;
    min-height: 90px;
}

.footer2
{
    background-color: rgb(43, 60, 79);
    color:white;
    text-align: center;
    font-size: 15px;
    font-family: 'Times New Roman', Times, serif;
}