


body {
    color: black;
    background-color: rgb(243,242,235);
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 73%; /* Enables font size scaling in MSIE */
    margin: 0;
    padding: 0;
}

html > body {
    font-size: 9pt;
}

acronym, .titleTip {
    border-bottom: 1px dotted rgb(168,140,83);
    cursor: help;
    margin: 0;
    padding: 0;
}




.smallCaps {
    font-size: 117%;
    font-variant: small-caps;
}


/* ##### Header ##### */

#header {
    color: inherit;
    background-color: rgb(184,38,25);
}

.headerTitle {
    margin: 0;
    padding: 0.25em 4mm 0.25em 4mm;
}

    .headerTitle a {
        color: black;
        background-color: transparent;
        text-decoration: none;
        font-weight: bold;
        font-style: italic;
    }


    .headerTitle span {
        color: white;
        background-color: transparent;
        font-weight: normal;
    }

.subHeader {
    color: white;
    background-color: #b82619;
    /*font-size: 109%;*/
    /*margin: 0;*/
    /*padding: 0.5ex 0;*/
    padding: 0.2ex 0;
}

    .subHeader a {
        color: white;
        background-color: black;
        text-decoration: none;
        font-weight: bold;
        margin: 0;
        padding: 0 1ex;
    }

        .subHeader a:hover {
            color: black;
            background-color: white;
        }


/* ##### Left Side Bar ##### */

.leftSideBar {
    width: 16em;
    float: left;
    clear: left;
}

    .leftSideBar .sideBarTitle {
        color: rgb(64,64,64);
        background-color: rgb(230,223,207);
        font-weight: bold;
        margin: 0;
        padding: 0.8ex 1ex;
    }

    .leftSideBar ul {
        list-style-type: none;
        list-style-position: outside;
        margin: 0 0 1em 0;
        padding: 0;
        background-color: #ffffff;
    }

    .leftSideBar li {
        margin: 1ex;
        padding: 0 0 1.25ex 0.75ex;
    }

    .leftSideBar a {
        color: rgb(166,140,83);
        background-color: transparent;
        text-decoration: none;
    }

        .leftSideBar a:hover {
            color: rgb(64,64,64);
            background-color: transparent;
            text-decoration: none;
        }

    .leftSideBar .sideBarText {
        color: rgb(166,140,83);
        background-color: transparent;
        line-height: 1.25em;
        margin: 1ex 0.25ex 1.5em 0.75ex;
        padding: 0;
        display: block;
    }

        .leftSideBar .sideBarText a {
            text-decoration: underline;
        }

            .leftSideBar .sideBarText a:hover {
                text-decoration: none;
            }

    .leftSideBar .thisPage {
        color: rgb(64,64,64);
        background-color: transparent;
        font-weight: bold;
    }
/* ##### Left Side Bar ##### */

.leftSideBarr {
    width: 20%;
    margin: 1ex 0.75ex 0 0;
    padding: 0;
    float: left;
    clear: left;
    border: 1px solid rgb(216,210,195);
}

[class~="leftSideBarr"] {
    margin-right: 1.5ex;
}

.leftSideBarr .sideBarTitle {
    color: black;
    background-color: rgb(230,223,207);
    font-weight: bold;
    margin: 1.25ex 1ex;
    padding: 0.9ex 1ex;
}

.leftSideBarr a {
    color: rgb(166,140,83);
    background-color: transparent;
    text-decoration: underline;
    font-weight: bold;
}

    .leftSideBarr a:hover {
        text-decoration: none;
    }

.leftSideBarr .sideBarText {
    line-height: 1.5em;
    margin: 0;
    padding: 0 2ex 1em 2ex;
}

.leftSideBarr .more {
    text-decoration: none;
    text-align: right;
    margin: 0;
    padding: 0 2ex 1em 2ex;
    display: block;
}

    .leftSideBarr .more:hover {
        text-decoration: underline;
    }

/* ##### Right Side Bar ##### */

.rightSideBar {
    width: 38%;
    margin: 1ex 0.75ex 0 0;
    padding: 0;
    /*float: right;*/
    /*clear: right;*/
    border: 1px solid rgb(216,210,195);
}

[class~="rightSideBar"] {
    margin-right: 1.5ex;
}

.rightSideBar .sideBarTitle {
    color: black;
    background-color: rgb(230,223,207);
    font-weight: bold;
    margin: 1.25ex 1ex;
    padding: 0.9ex 1ex;
}

.rightSideBar a {
    color: rgb(166,140,83);
    background-color: transparent;
    text-decoration: underline;
    font-weight: bold;
}

    .rightSideBar a:hover {
        text-decoration: none;
    }

.rightSideBar .sideBarText {
    line-height: 1.5em;
    margin: 0;
    padding: 0 2ex 1em 2ex;
}

.rightSideBar .more {
    text-decoration: none;
    text-align: right;
    margin: 0;
    padding: 0 2ex 1em 2ex;
    display: block;
}

    .rightSideBar .more:hover {
        text-decoration: underline;
    }


/* ##### Main Copy ##### */

#main-copy {
    color: black;
    text-align: justify;
    line-height: 1.5em;
    margin: 1em 1em 1em 16em;
    padding: 1em;
    /*color: black;
    text-align: justify;
    line-height: 1.5em;
    margin: 4px 0 0 13em;
    padding: 0.5ex 15em 1em 1em;
    border-left: 1px solid rgb(216,210,195);*/
}

    #main-copy h1 {
        color: rgb(4 48 86);
        background-color: transparent;
        font-family: arial, verdana, helvetica, sans-serif;
        font-size: 190%;
        font-weight: bold;
        font-style: italic;
        text-align: left;
        margin: 0;
        padding: 0;
    }

    #main-copy a {
        color: #fff;
        background-color: transparent;
        text-decoration: underline;
    }

        #main-copy a:hover {
            text-decoration: none;
        }

p {
    margin: 1em 0 1.5em 0;
    padding: 0;
}

dt {
    font-weight: bold;
    margin: 0;
    padding: 0 0 0.5ex 0;
}

dd {
    margin: 0 0 1.5em 1.5em;
    padding: 0;
}


/* ##### Footer ##### */

#footer {
    color: black;
    background-color: rgb(249, 227, 213);
    font-size: 92%;
    text-align: center;
    line-height: 1.25em;
    margin-top: 52px;
    padding: 1em 4mm 1em 4mm;
    clear: both;
    /*bottom: 0px;*/
    position: relative;
    width: 97%;


}

    #footer div {
        margin: 0;
        padding: 0 0 1ex 0;
    }

    #footer a {
        color: black;
        background-color: transparent;
        text-decoration: underline;
        font-weight: bold;
    }

        #footer a:hover {
            text-decoration: none;
        }

#footer1 {
    clear: both;
    color: white;
    background-color: rgb(51, 51, 51);
    font-size: 92%;
    text-align: center;
    line-height: 1.25em;
    margin: 0;
    padding: 1em 4mm 1em 4mm;   
    bottom: 0px;
    position: relative;
    width: 97%;
   
   
}

    #footer1 div {
        margin: 0;
        padding: 0 0 1ex 0;
    }

    #footer1 a {
        color: black;
        background-color: transparent;
        text-decoration: underline;
        font-weight: bold;
    }

        #footer1 a:hover {
            text-decoration: none;
        }
