@charset "utf-8";

/* CSS Document */

body {
    margin: 0;
    padding: 0;
    font-size: 11px;
    height: 100%;
}

#themehead {
    width: 100%;
    background: #808080;
}

#themehead li {
    float: left;
    background: #808080;
    color: #fff;
    list-style: none;
}

#themehead a {
    font-size: 11px;
    color: #fff;
    padding: 5px 3px 0 5px;
}

#theme {
    background: #013161;
    border: #000000 solid 1px;
    height: 133px;
    width: 100%;
}

#theme .themelogoright {
    background: url(../images/logoright.png) no-repeat;
}

#theme h1 {
    color: #013161 !important;
    font-size: 17px;
    font-weight: bolder;
    padding: 0px 0 0 50px;
}

#theme .innertxt p {
    padding-left: 50px;
    width: 550px;
    font-size: 13px;
    color: #013161;
}

#theme .righttxt p {
    color: #013161;
    font-size: 12px;
    font-weight: bold;
    padding: 50px 0 0 0px;
}

.garybottom {
    background: #808080;
    border-bottom: #000000 solid 1px;
}

.garybottom span {
    font-size: 12px;
    color: #ffffff;
    padding: 0 0 0 257px;
}

#sometext {
    color: #013161;
    font-size: 12px;
    font-weight: bold;
}