HTML {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 9pt;
    line-height: 120%;
    color: #333;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
BODY {
    margin: 0;
    padding: 0;
    background-image: url(images/headerbg_fill.png);
    background-position: left top;
    background-attachment: fixed;
    background-repeat: repeat-x;
    width: 100%;
    height: 100%;
    overflow: auto;
}
BIG {
    font-size: 11pt;
}
SMALL {
    font-size: 8pt;
}
BLOCKQUOTE, UL, OL {
    line-height: 110%;
}
TD {
}
TH, B {
    color: black;
}
DT {
    font-size: 8pt;
    line-height: 80%;
}
H1 {
    margin-top: 12px;
    font-size: 21pt;
    clear: both;
    color: black;
}
H2 {
    font-size: 18pt;
    clear: both;
    color: black;
}
H3 {
    font-size: 15pt;
    clear: both;
    color: black;
}
H4 {
    font-size: 12pt;
    clear: both;
    color: black;
}
A, A:visited, A:active {
    color: #448;
}
A[name] {
    margin-top: -60px;
    padding-top: 60px;
    font-size: 1px;
}
IMG {
    border: 0;
}
P.img {
    text-align: center;
}
TABLE.img {
    border: 0;
    cell-spacing: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

div {
    margin: 0;
    padding: 0;
}
#leftbar {
    position: fixed;
    left: 0;
    top: 0;
    width: 200px;
    height: 100%;
    background-image: url(images/headerbg_logo.png);
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 110px;
    color: black;
    overflow: hidden;
}
#rightbar {
    position: fixed;
    left: 800px;
    top: 0;
    padding-top: 30px;
    color: black;
}
#topbar {
    position: fixed;
    left: 210px;
    width: 560px;
    height: 45px;
    padding-top: 25px;
    background-image: url(images/headerbg_fill.png);
    background-position: left top;
    background-repeat: repeat-x;
    z-index: 99;
    color: black;
}
#article {
    margin-left: 210px;
    padding-top: 55px;
    width: 560px;
    z-index: 0;
}
#leftbar UL.sitemenu {
    font-family: Impact, Charcoal, Tahoma, Geneva, sans-serif;
    font-size: 16pt;
    list-style: none inside;
    margin: 0;
    padding-left: 20px;
    padding-right: 10px;
    width: 80%;
    text-shadow: 1px 1px 2px #ccc;
    letter-spacing: 1.5px;
}
#leftbar UL.sitemenu LI {
    border-top: 1px dotted #aaa;
    padding-top: 3px;
    padding-bottom: 3px;
}
#leftbar UL.sitemenu LI:first-child {
    border: none;
}
#leftbar UL.sitemenu LI.current {
    color: #f7941d;
    text-shadow: 0 0 1px black, 2px 2px 2px #555;
}
#leftbar A {
    text-decoration: none;
    color: inherit;
}
#leftbar UL.headings {
    list-style: none inside;
    margin: 0;
    margin-top: 20px;
    padding-left: 20px;
}
#leftbar UL.headings LI {
    color: #333;
    line-height: 120%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#leftbar UL.headings LI.top {
    font-size: 12pt;
    font-style: italic;
}
#leftbar UL.headings LI.h2 {
    font-size: 12pt;
}
#leftbar UL.headings LI.h3 {
    font-size: 10pt;
    padding-left: 15px;
}
#leftbar UL.headings LI.h4 {
    font-size: 9pt;
    padding-left: 30px;
}
#topbar P.dates {
    display: inline-block;
    position: absolute;
    left: 460px;
    top: 24px;
    margin: 0;
    z-index: 2;
    width: 100px;
    font-size: 10pt;
    text-align: right;
}
#topbar P.status {
    display: inline-block;
    position: absolute;
    left: 460px;
    top: 42px;
    margin: 0;
    z-index: 2;
    width: 100px;
    font-size: 16pt;
    text-align: right;
}
#rightbar P.section {
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: Impact, Charcoal, Tahoma, Geneva, sans-serif;
    font-size: 24pt;
    letter-spacing: 1px;
}
#rightbar UL.menu {
    font-size: 8pt;
    margin-top: 5px;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    line-height: 150%;
    list-style-type: none;
}
#rightbar P.social {
    margin-top: 15px;
    margin-bottom: 2px;
}
#rightbar UL.social {
    margin: 0;
    padding: 0;
    line-height: 120%;
    list-style-type: none;
}
#rightbar UL.social LI {
    padding-top: 2px;
}
#article p.footer {
    border-top: 1px solid #666;
    font-size: 8pt;
    text-align: center;
}
#article p.footer .updated {
    font-style: italic;
}

P.warn {
    font-style: italic;
    padding-left: 32px;
    background-image: url(images/warning.png);
    background-repeat: no-repeat;
    background-position: left center;
}
