html {
    height: 100%;
}

body, div, p, dd, dt, td, th,
h1, h2, h3, h4, h5, h6, img,
blockquote {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
    margin: 0px;
    padding: 0px;
}

body {
    background: #FFFFFF url("../images/themes/default/body_bg.jpg") no-repeat top right;
    color: #000000;
    height: 100%:
}

h1 {
    font-size: 110%;
}

#header {
    background: #000000 url("../images/themes/default/body_bg.jpg") no-repeat top right;
    color: #FFFFFF;
    /*padding: 8px 7px 0px 7px;*/
    margin: 0px;
    height: 47px;
    /*max-height: 47px;*/
    vertical-align: middle;
    overflow: hidden;
    /* border: 1px solid red; */
}

#logo {
    text-align: left;
    float: left;
    height: 32px;
    vertical-align: middle;
    margin: 0px;
    padding: 7px 7px 0px 7px;
    z-index: 1;
/*  padding: 0px 0px 0px 37px;
    background: url(../images/themes/default/logo_32x32.png) no-repeat 0% 50%; */
    /* border: 1px green solid; */
}

#logo a {
    text-decoration: none;
    color: #FFFFFF;
    font-family: BankGothic Md BT, Courier New, Verdana, Arial, Helvetica, sans-serif;
    font-size: 120%;
    padding: 0px;
    margin: 0px;
}

#logo img {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

#shortcuts {
    margin: 14px 5px 0px 5px;
    text-align: right;
    float: right;
    white-space: nowrap;
    z-index: 2;
    /* border: 1px solid orange; */
}

#shortcuts a {
    color: #FFFFFF;
    background: no-repeat 0% 50%;
    background-image: url("../images/themes/default/bullet_off.png");
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 2px;
    text-decoration: none;
    font-weight: bold;
    font-size: 7.5pt;
}

#shortcuts a:hover {
    color: #E0E080;
    background-image: url("../images/themes/default/bullet_on.png");
}

#topSeparator {
    margin: 0px;
    padding: 0px;
    padding-top: 5px;
    background: #8A8A8A url("../images/themes/default/topSeparator_bg.jpg") no-repeat right top;;
}

#mainMenu {
    height: 33px;
    background: #CCCCCC url("../images/themes/default/mainMenu_bg.jpg") no-repeat right top;
    /* border: 1px blue solid; */
    display: block;
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #000000;
    font-size: 8pt;
    white-space: nowrap;
    overflow: hidden;
}

#mainMenu p {
    margin: 0px;
    padding: 0px;
    padding-bottom: 12px;
    padding-top: 8px;
}

#mainMenu a {
    color: #000000;
    padding-left: 10px;
    padding-right: 15px;
    padding-top: 2px;
    background: no-repeat 0% 50%;
    background-image: url("../images/themes/default/bullet_off.png");
    text-decoration: none;
    font-weight: bold;
}

#mainMenu a:hover {
    color: #C00000;
    background-image: url("../images/themes/default/bullet_on.png");
}


#subMenu {
    clear: both;
    background: #2080C0 url("../images/themes/default/left_bottom_bg.png") repeat-x left bottom;
    min-width: 100px;
    width: 125px;
    max-width: 150px;
    float: left;
    color: #FFFFFF;
    padding: 10px 10px 200px 10px;
    font-size: 8pt;
    margin-bottom: 50px;
    margin-right: 20px;
    height: 100%;
}

#subMenu ul {
    margin: 5px;
    margin-top: 0px;
    padding: 5px;
    padding-top: 0px;
}

#subMenu ul li {
    padding-bottom: 5px;
}

#subMenu ul li {
    list-style-image: url("../images/themes/default/bullet_off.png");
}

#subMenu ul li:hover {
    list-style-image: url("../images/themes/default/bullet_on.png");
}

#subMenu a {
    color: #FFFFFF;
/*  background: no-repeat top left;
    background-image: url("../images/themes/default/bullet_off.png");
    padding-left: 10px; */
    text-decoration: none;
    font-weight: bold;
}

#subMenu a:hover {
    color: #E0E080;
    /* background-image: url("../images/themes/default/bullet_on.png"); */
}

.inset {
    float: right;
    max-width: 200px;
    min-width: 125px;
    width: 20%;
    margin: 8px 6px 8px 7px;
    padding: 0px;
    border: 2px solid #E0E080;
    background: #FFFFFF url("../images/themes/default/inset_bg.jpg") no-repeat top right;
    font-size: 75%;
}

.inset .title {
    padding: 10px 5px;
    background: #4080A0 url("../images/themes/default/insetTitle_bg.jpg") no-repeat top right;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}

.inset .body {
    border-top: 2px solid #E0E080;
}

.inset .body blockquote {
    padding: 5px 4px 5px 4px;
    font-style: italic;
}

blockquote p:before {
    content: open-quote;
}

blockquote p:after {
    content: close-quote;
}

blockquote p.author:before {
    content: no-open-quote;
}

blockquote p.author:after {
    content: no-close-quote;
}

blockquote p.author {
    text-align: right;
    font-style: normal;
    padding: 3px 0px 3px 0px;
}


#body {
    margin: 10px 10px 10px 135px;
    padding: 10px;
}

#body li {
    margin-left: 10px;
    padding-left: 10px;
}


#copyright {
    font-size: 60%;
    text-align: center;
    margin: 5px;
}

.footer {
    color: #C0C0C0;
    font-size: 60%;
    text-align: center;
    margin-bottom: 10px;
}

#keywords {
    visibility: hidden;
    color: #FFFFFF;
    font-size: 1px;
    margin: 0px;
    padding: 0px;
    text-align: right;
}
