body {
        margin: 0px;
        background-image: url(img/bcc2cf.gif);
        background-repeat:
}

body {
        font-family: arial, sans-serif;
        font-size: 12px;
        color: #041f3b;
        line-height: 20px;
}

#outsideContain {
        background-image: url(img/body-bg.jpg);
        background-repeat: repeat-x;
        background-position: top;
}

p, span, div, table, tr, th, td {
        font-family: inherit;
        font-size: inherit;
        color: inherit;
        line-height: inherit;
}

p {margin: 0px}

.titles {
        font-size: 24px;
        color: #bc611d;
}

a, a font, a:visited {
        color: #264C8B;
        text-decoration: underline;
}

div#container {
        width: 970px;
        margin: 0 auto 0 auto;
}

#header {
        width: 970px;
        height: 145px;

        background: url(img/header.jpg) no-repeat;
        position: relative;
}

        #searchBox {
                position: absolute;
                top: 33px;
                left: 770px;
        }

        #searchBox input.text {
                width: 130px;
                padding: 2px 4px 2px 4px;
                font-size: 11px;
                border: none;
        }

#navigate {
        width: 970px;
        height: 32px;

        background: url(img/nav-bg.jpg) no-repeat;
        position: relative;
}

        #theNav {
                position: absolute;
                top: 6px;
                left: 262px;
                color: white;
                font-weight: bold;
        }

        #theNav a {
                color: white;
                font-weight: bold;
                text-decoration: none;
        }


#DROP_DOWN {
        clear: left;
        position: absolute;
        top: 32px;
        left: 262px;
}

        #DROP_DOWN .menuDiv {
                position: absolute;
                visibility: hidden;
                                z-index: 10;
                width: 200px;

                background-color: #205b97;
                                border-width: 0px 1px 1px 1px;
                                border-style: solid;
                                border-color: #000000;
                color: #ffffff;
                text-align: left;
        }

        #DROP_DOWN .menuDiv div {
                                border-bottom: 1px solid #07316F;
                                border-top: 1px solid #537FBF;
                padding: 2px 5px 6px 15px;
                text-align: left;
        }

        #DROP_DOWN .menuDiv a:link, #DROP_DOWN .menuDiv a:visited {
                                float: none;
                color: #dedede;
                                line-height: 18px;
                text-decoration: none;
        }

        #DROP_DOWN .menuDiv a:active, #DROP_DOWN .menuDiv a:hover {
                                float: none;
                color: #ffffff;
                                line-height: 18px;
                text-decoration: none;
        }


#main {
        width: 970px;
        background: url(img/main-bg.jpg) repeat-y;
}

#mainInner {
        width: 970px;
        background: url(img/content-bg.jpg) no-repeat top center;
}

#clean {
        clear: left;
}

#leftSide {
        float: left;
        margin: 0;
        padding: 0;
        width: 242px;

        color: white;
}

#leftInner {
        padding-left: 26px;
}

.leftItem {
        padding: 8px;
        background: url(img/left-section.jpg) repeat-x bottom center;
}

        .leftItem ul {
                padding-left: 0px;
        }

        .leftItem ul li {
                margin-left: 15px;
        }

        .leftItem a {
                color: white;
                text-decoration: underline;
        }

#content {
        float: left;
        margin: 0;
        padding: 0;
        width: 699px;
}

#contentInner {
        padding: 130px 20px 10px 20px;
}

#disclaimer {
        padding: 5px 45px 5px 260px;
        font-size: 10px;
        line-height: 12px;
}

#footer {
        clear: left;
        width: 970px;
        height: 104px;
        background: url(img/footer.jpg) no-repeat;
        background-position: bottom;
}
