@charset "utf-8";
/*
    CSS 2.x

    Description:    brief description
    Notes:          elaboration, summary notes on modifications made
    Modifications:  DATE        AUTHOR  DESCRIPTION
                    MM/DD/YY    III     description of change
*/
/* start from the begining */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    background: transparent;
}

body {
    font-family:  Tahoma, arial, helvetica, sans-serif;
    font-size: 16px;
    background: #FFFFFF;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #172c7a;
    background-color: white;
}

div.csswbxpageheaderdiv {
    text-align: left;
    margin-top: 1em;
    color: inherit;
}

img.csswbxpageheaderlogo {
    margin: 0 1em 1em 1em;
    width: 4.5em;
    height:auto;
    float: left;
}

span.csswbxpageheadersitename {
    font-size : 2em;
    font-weight: bold;
    text-align: left;
    color: inherit;
}
div.csswbxpagemenudiv {
    text-align: left;
    margin-top: .5em;
    font-weight: bold;
    font-size: 1.2em;
}
div.csswbxpagemenudiv a {
    color : #8ea3bf;
    text-decoration: none;
    vertical-align:top;
    }
div.csswbxpagemenudiv a:hover {
    color: #172c7a;
}

span.csswbxpagemenuitemactive a {
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 2px dotted #172c7a;
    color: #172c7a;
    }
img.csswbxpagemenudividerimg {
    height: 1.2em;
    width: auto;
    margin-left : .6em;
    margin-right : .6em;
}

/* sidebar menu */
div.csswbxsidebarmenudiv {
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    border-top: 1px solid  #172c7a;
    cursor: pointer;
    float: left;
    width: 12em;
}
div.csswbxsidebarmenudiv span {
    display:block;
    padding-top: .75em;
    padding-bottom: .75em;
    border-bottom: 1px solid #172c7a;
}
div.csswbxsidebarmenuitemdiv:hover {
    background-color: #172c7a;
    color: white;
}
div.csswbxsidebarmenuitemactive {
    background-color: #172c7a;
    color: white;
}
/*div.csswbxsidebarmenudiv a {
    color : #8ea3bf;
    text-decoration: none;
    vertical-align:center;
    }
div.csswbxsidebarmenudiv a:hover {
    background-color: #172c7a;
    color:white;
}

span.csswbxsidebarmenuitemactive a {
    text-decoration: none;
    background-color: #172c7a;
    color: white;
}*/
div.csswbxpagefooterdiv {
    text-align: center;
    clear: both;
}
span.csswbxpagefootercopyright {
    font-size: 50%;
}


