/* color scheme */

BODY
    {
    color: #002564; background-color: #E4F0F0;
    }

#headerLink
    {
    color: #002564; background-color: #E4F0F0;
    text-decoration: none;
    }

#navbar
    {
    color: #002564; background-color: #E4F0F0;
    }

A.navItem
    {
    color: #002564; background-color: #E4F0F0;
    }

A.navItem:hover
    {
    color: #E4F0F0; background-color: #002564;
    }

#content
    {
    background-color: #F8FFFF;
    }

DIV.sidebar, PRE.codeSample, TABLE.tabData TH
    {
    background-color: #D8E0E0;
    }


/* Common styles */

BODY
    {
    margin: 0;
    font-family: Calibri, "Times New Roman", Times, serif;
    font-size: 12pt;
    }

H1
    {
    margin-top: 2.5em;
    font-size: 14pt;
    font-weight: bold;
    }

BODY > H1
    {
    clear: both;
    }

H2
    {
    margin-top: 1.5em;
    font-size: 12pt;
    font-weight: bold;
    }

BODY > H2
    {
    clear: both;
    }

P
    {
    margin-top: .5em;
    }

P.indent
    {
    clear: both;
    margin-left: 2em;
    }

P.title
    {
    font-size: 24pt;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.5em;
    }

P.subtitle
    {
    font-size: 18pt;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    margin-top: -.5em;
    margin-bottom: .5em;
    }

P.captionAbove, P.captionBelow, P.caption2

    {
    margin: .5em auto .5em auto;
    text-align: center;
    font-style: italic;
    }

P.captionAbove
    {
    margin-top: 2.5em;
    font-weight: bold;
    }

P.captionBelow
    {
    margin-top: 1em;
    font-weight: bold;
    }

P.caption2
    {
    font-size: smaller;
    }

P.copyrightNotice
    {
    margin-top: 2em;
    padding-top: .5em;
    border-top: 1px groove;
    font-style: italic;
    font-size: smaller;
    }

P.strike
    {
    text-decoration: line-through;
    }

P.clear
    {
    clear: both;
    height: 0; width: 0; line-height: 0;
    }

BLOCKQUOTE
    {
    margin: 1em 0 1em 2em;
    }

BLOCKQUOTE:before
    {
    content: open-quote;
    font-size: x-large;
    font-weight: bold;
    }

BLOCKQUOTE:after
    {
    content: close-quote;
    font-size: x-large;
    font-weight: bold;
    }

DIV.indented
    {
    margin: 1em 0 1em 2em;
    }

DIV.googleMapRight
    {
    float: right;
    margin: 1em 0 1em 2em;
    }

DIV.googleMapLeft
    {
    float: left;
    margin: 1em 2em 1em 0;
    }

CODE
    {
    font-family: "Courier New", Courier, monospace;
    font-size: 90%;
    }

PRE.codeSample
    {
    width: 700px;
    margin: 1.5em 2em 1.5em 2em;
    padding: .5em .25em .5em .25em;
    overflow: auto;
    font-family: "Courier New", Courier, monospace;
    font-size: 90%;
    }

DIV.codeSampleHolder PRE.codeSample
    {
    width: auto;
    padding: .5em 2em .5em 1em;
    }

LI
    {
    margin-top: .5em;
    }

DL
    {
    margin-top: 1em;
    margin-bottom: 1em;
    }

DT
    {
    margin-top: .5em;
    margin-left: 2em;
    font-weight: bold;
    }

DD
    {
    margin-left: 4em;
    }

DL.invocationDoc
    {
    width: 40em;
    margin-left: 2em;
    border: 1px solid;
    padding: .5em;
    }

DL.invocationDoc DT
    {
    margin-left: 0;
    font-family: "Courier New", Courier, monospace;
    font-weight: normal;
    }

DL.invocationDoc DD
    {
    margin-left: 0;
    }

IMG.standAlone
    {
    display: block;
    margin: 1em auto 1em auto;
    text-align: center;
    }

IMG.rightInline
    {
    float: right;
    margin: 1em 0 1em 2em;
    }

IMG.leftInline
    {
    float: left;
    margin: 1em 2em 1em 0;
    }


A.internalLink
    {
    }

A.externalLink
    {
    }


A.footnoteRef
    {
    }

P.footnote
    {
    }


/* sidebars - highlighted content outside narrative flow */

DIV.sidebar
    {
    width: 33%;
    float: right;
    margin: 0 0 1em 2em;
    padding: 1em;
    }

DIV.sidebar H1
    {
    margin-top: 0;
    }


/* a table that combines images and text -- where floating divs don't line up correctly */

TABLE.imgTbl
    {
    margin-top: 1em;
    margin-left: 2em;
    margin-right: 2em;
    }

TABLE.imgTbl TR
    {
    }

TABLE.imgTbl TD
    {
    padding: .5em;
    }


/* a table used to present tabular data (aren't all?) */

TABLE.tabData
    {
    padding: 1em 0 1em 2em;
    vertical-align: middle;
    border-collapse: collapse;
    border-top: 0 hidden;
    border-left: 0 hidden;
    }

TABLE.tabData TH
    {
    padding: .25em;
    border: 1px solid black;
    }

TABLE.tabData TD
    {
    border: 1px solid black;
    }

TABLE.tabData .left
    {
    text-align: right;
    }

TABLE.tabData .top
    {
    text-align: center;
    }

TABLE.tabData .topLeft
    {
    }

TABLE.tabData .inner
    {
    }


/** styles specific to the header and nav blocks */

A.navItem
    {
    display: block;
    padding: .5em .5em .5em 1em;
    font: 14pt Helventica, Arial, sans-serif;
    text-decoration: none;
    }

A.navItem:hover
    {
    }

#wrapper
    {
    width: 100%; height: 100%;
    }

#header
    {
    height: 2em;
    vertical-align: middle;
    font: italic bold 24pt "Palatino Linotype", Palatino, Palladio, serif;
    text-align: right;
    }

#headerLink
    {
    text-decoration: none;
    }

#navbar
    {
    width: 15%;
    vertical-align: top;
    padding-left: 8px; padding-right: 8px;
    }

#content
    {
    height: 100%;
    padding-left: 1em; padding-right: 1em;
    vertical-align: top;
    border-top-style: groove; border-top-width: 2px;
    border-left-style: groove; border-left-width: 2px;
    overflow: auto;
    }
