

body {
    font-family: Georgia, Times new roman;
    overflow-y: scroll;
    padding-bottom: 20px;
}
h5 {
font-weight: bold;
}
.col-xs-6 {margin-bottom: 5px;}
.navbar-default {
 background-color: #fff;

}
.nav { margin-left:12px;}
#navbar {padding:0px;}

.navbar {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    font-size: 12px;
    min-height: auto;
}

.navbar .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.navbar-nav {
    min-height: 40px;
}
.navbar-nav li a {
    padding: 10px 8px !important;
    color: #6a6a6a;
}
.navbar-nav li .active {
    font-weight: bold;
}

.header .logoImage {
    max-height: 150px;
}
.header .bigImage {
    width: 100%;
}
.content {
    clear: both;
    padding-bottom: 10px;
}
.content .logoImage {
    height: 50px;
    margin-bottom: 10px;
}
.content p {
    line-height: 17pt;
}
.content h1 {
    font-weight: bold;
    font-size: 22px;
}
.content h2 {
    font-weight: bold;
    font-size: 18px;
}
.content .table {
    text-align: center;
}
.content .table td {
    width: 25%;
    border-top: none;
}
.content .table td h3 {
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.footer {
    padding-top: 20px;
    clear: both;
    border-top: 1px solid #ccc;
    font-size: 12px;
    line-height: 22px;
}
.footer img {
    height: 100% auto;
    max-height: 70px;
}
