ADDRESS, BLOCKQUOTE, BODY, DD, DIV, DL, DT, FIELDSET, FORM, FRAME, FRAMESET, H1, H2, H3, H4, H5, H6, IFRAME, NOFRAMES, OBJECT, OL, P, UL, APPLET, CENTER, DIR, HR, MENU, PRE   { display: block }
LI              { display: list-item }
HEAD            { display: none }
TABLE           { display: table }
TR              { display: table-row }
THEAD           { display: table-header-group }
TBODY           { display: table-row-group }
TFOOT           { display: table-footer-group }
COL             { display: table-column }
COLGROUP        { display: table-column-group }
TD, TH          { display: table-cell }
CAPTION         { display: table-caption }
a            { color: #CCCC66; background-color: #336666; }
dir          { background-color: #336666; }
h1           { font-family: "Book Antiqua", Arial, Helvetica, sans-serif; font-weight: bold; font-size: 300%; color: #CCCC66; line-height: 100%; margin: 0px; background-color: #336666; }
h2           { font-family: "Book Antiqua", Arial, Helvetica, sans-serif; font-weight: bold; font-size: 250%; color: #CCCC66; margin-top: 0px; margin-bottom: 0px; background-color: #336666; }
h3           { font-family: "Book Antiqua", Arial, Helvetica, sans-serif; font-weight: bold; font-size: 200%; color: #CCCC66; margin-top: 0px; margin-bottom: 0px; background-color: #336666; }
h4           { font-family: "Book Antiqua", Arial, Helvetica, sans-serif; font-weight: bold; font-size: 150%; color: #CCCC66; margin-top: 0px; margin-bottom: 0px; background-color: #336666; }
h5           { font-family: "Book Antiqua", Arial, Helvetica, sans-serif; font-weight: bold; font-size: 100%; color: #CCCC66; margin-top: 0px; margin-bottom: 0px; background-color: #336666; }
hr           { color: #CCCC66; background-color: #336666; }
H1, H2, H3, H4, H5, H6 { page-break-after: avoid; page-break-inside: avoid }
BLOCKQUOTE, PRE        { page-break-inside: avoid }
UL, OL, DL   { page-break-before: avoid }
a:hover      { color: #FFFF99; font-weight: bold; background-color: #336666; }
body {
    border-style: none;
    font-family: "Book Antiqua" , Arial, Helvetica, sans-serif;
    color: #CCCC66;
    font-weight: normal;
    background-color: #336666;
    font-size: 100%;
    overflow: auto;
    display: block;
}
div.page {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}
div.pageheader {
    width: 100%;
    display: block;
    float: left;
    clear: right;
}
div.logo {
    float: left;
    display: block;
    width: 38%;
}
div.logo p {
    padding: 0px;
    margin: 0px;
    display: block;
    vertical-align: middle;
    text-align: center;
}    
div.pagetitle {
    font-weight: bold;
    text-align: center;
    float: left;
    vertical-align: middle;
    width: 62%;
    white-space: nowrap;
}
div.pagetitle hr {
    clear: left;
    width: 100%;
    color: #CCCC66;
}
div.topmenu {
    display: block;
    clear: both;
    float: none;
}
div.topmenuleft {
    font-weight: bold;
    font-style: normal;
    float: left;
    margin-top: .5em;
    margin-right: .5em;
    margin-bottom: .5em;
}
div.topmenuleft p {
    font-size: 120%;
    margin: .25em auto .25em auto;
    white-space: nowrap;
}
div.topmenuright {
    font-weight: bold;
    font-style: normal;
    float: right;
    margin-top: .5em;
    margin-left: .5em;
    margin-bottom: .5em;
}
div.topmenuright p {
    font-size: 120%;
    margin: .25em auto .25em auto;
    white-space: nowrap;
}
div.leftmenu {
    text-align: center;
    float: left;
    clear: left;
    width: 38%;
}
div.leftmenu p {
    font-size: 125%;
    white-space: normal;
    padding-right: .5em;
    padding-left: .5em;
}
div.maincontent {
    float: left;
    text-align: center;
    margin-top: 1em;
    display: block;
    vertical-align: middle;
    width: 60%;
}
div.maincontent div {
    display: block;
    float: left;
    clear: both;
    text-align: center;
    white-space: normal;
    font-size: 100%;
    width: 100%;
    margin-right: 1em;
    margin-left: 1em;
}
div.pagefooter {
    padding: 0px;
    margin: 0em;
    float: left;
    clear: left;
    vertical-align: top;
    width: 100%;
    font-size: 75%;
}
div.pagefooter hr {
    clear: left;
    margin-top: .5em;
    width: 100%;
    color: #CCCC66;
}
span.caption {
    font-size: .6em;
}