body {padding-bottom: 40px;background-image: url('../img/backgroundflipped.png');}

/*background-color: rgba(214,208,198,1); */
.container {
    z-index: 99;
    padding: 19px 29px 29px;
    margin: 50px auto 20px;
    background-color: rgba(246,242,241,1);
    border: 2px solid #cccaca;
    box-shadow: #cccaca;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.govbar {
    background: #fff;
    border-bottom: 1px solid #cccaca;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    position: relative;
    overflow: hidden;
    height: 46px;
    width: 100%;
    z-index: 30000;
}
.govbar::before,
.govbar::after {
    content: '';
    display: table;
}
.govbar::after {
    clear: both;
}
.govbar-logo {
    border: 0;
    float: left;
    padding: 3px 8px;
}
.govbar-logo.newwindow:after {
    display: none;
}
.govbar-logo img {
    border: 0;
    display: block;
    height: 40px;
}
.govbar-links {
    float: right;
    line-height: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.govbar-links li {
    float: left;
}
.govbar-link {
    float: left;
    font-weight: bold;
    padding: 8px;
}
.govbar-link:link,
.govbar-link:visited,
.govbar-link:hover,
.govbar-link:focus,
.govbar-link:active {
    border: 0;
    color: #222 !important;
    text-decoration: none;
}
.govbar-link:hover,
.govbar-link:focus {
    background: #e6e6e6 !important;
}
.govbar-more {
    font-weight: normal;
}