@import "header.css";
@import "supplement.css";
@import "footer.css";

#site_id {
    background-color: transparent !important;
    background-image: none !important;
    background-repeat: no-repeat;
    background-position: right top;
    text-align: center;
}
#site_id h1, #site_id h1 a {
    color: #000;
    font-family: 'arial narrow', arial, helvetica, sans-serif;
    font-size: 11pt;
    font-weight: normal;
    text-decoration: none;
    margin: 0 0 .75em 0;
}
#site_id h2, #site_id h2 a {
    color: #000;
    font-family: 'times new roman', times;
    font-size: 22pt;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 14.5pt;
    letter-spacing: 1px;
    margin: 0 0 1em 0;
}

#nav, #leftbar {
    display: none;
}

#content_main {

}

#content_main h2, #content_main h2 a {
    font-family: 'times new roman', times;
    font-size: 16pt;
    font-weight: bold;
    text-decoration: none;
    margin: .5em 0 0 0;
}
#content_main p, #content_main ul, #content_main ol {
    font-family: 'times new roman', times;
    font-size: 10pt;
    margin: 0 0 1em 0;
}
#content_main a, #content_main a:visited {
    color: #000;
    text-decoration: none;
}
#content_main ul, #content_main ol {
    margin: 0;
    padding: 0 0 0 1.25em;
}
#content_main li {
    line-height: 1.25em;
}

#content_sub {
    background-color: #fff;
    color: #000;
    width: 11em;
    float: right;
    margin: 0em 0 1em 1em;
    padding: 0;
    border: 1px solid #000;
}
#content_sub h2 {
    background-color: #ddd;
    /*
    background-image: url(../img/embellish_yellow.gif);
    background-position: 3px 4px;
    background-repeat: no-repeat;
    color: #048;
    */
    font-family: 'arial narrow', arial, helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    margin: -1px -1px 0 -1px;
    /*
    position: relative;
    top: -1px; left: -1px; right: 2px;
    */
    padding: .15em 0 .15em 1em;
    border: 1px solid #000;
}
#content_sub p, #content_sub ul, #content_sub ol {
    background-color: transparent;
    color: #000;
    font-size: 9pt;
    margin: 0;
    padding: 0 .75em .75em 1.25em;
}
#content_sub a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
#content_sub a:hover {
    text-decoration: underline;
}

#content_sub a:visited {
        color: #000;
        text-decoration: none;
}

#content_sub ul, #content_sub ol {
    padding: 0 .75em .75em 1.5em;
}
