#header
{
    background: #0f3d67 url('../images/bg_header.gif') repeat-x 0 0;
}


.horizontal
{
    list-style: none;
    float: right;
    padding-top:05%;
    padding-right: 05%;
}
.horizontal li{
    display: inline;
    padding-right: 10px;
    
}

.horizontal a{
    color: white;
}
.mynav
{
    background: #002b54 url(../images/bg_navigation.gif) repeat-x 0 0;
    color: white;
}
.nav-item :hover
{
    background:red;
}
.mynav a
{
    color: white;
}
.nav-link active
{
    background: red;
}
p
{
    text-align: justify;
}