﻿body {
    font: 15px/22px Georgia,"Times New Roman",Times,serif;
    background: #ffffff;
    background: url(../Images/bg-gradient3-10x770.gif) 0 60px repeat-x fixed;
    margin: 60px 0 0 0;
}

a, a:visited {
    color: #009FDA;
    outline: 0 none;
    text-decoration: underline;
    text-shadow: none;
}

    a:hover, a:focus {
        color: #031E2F;
    }

header.topHeader {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 15px #768D97;
    height: 60px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 200;
}

.site-logo {
    float: left;
    margin: 15px 30px 0 15px;
}

    .site-logo img {
        border: none;
        max-width: 200px;
    }

.container {
    margin: auto;
    padding: 45px 0 70px;
    position: relative;
    width: 960px;
}

.innerContainer {
    clear: both;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
}

footer p {
    text-align: center;
}

.bannerImage {
    background-position: center top;
    background-repeat: no-repeat;
    height: 35px;
    width: 100%;
}

    .bannerImage img {
        display: none;
    }
