BODY
{
        margin-top: 2%;
        margin-right: 5%;
        margin-bottom: 5%;
        margin-left: 5%;
        color: #000000;
        font-family: Garamond, Georgia, Times, Times New Roman, serif;
        background-color: #ffffff;
        background-repeat: repeat-y;
        scrollbar-arrow-color: #ffff99;
        scrollbar-face-color: #3399cc;
        scrollbar-3dlight-color: #ccffff;
        scrollbar-highlight-color: #ccffff;
        scrollbar-shadow-color: #336666;
        scrollbar-darkshadow-color: #003333;
        scrollbar-track-color: #99ccff;
        overflow: auto;
}

#layer-1
{
        position: relative;
        padding-top: 5%;
        padding-left: 5%;
        z-index: 1;
}

#layer-2
{
        position: relative;
        padding-top: 7%;
        padding-left: 7%;
        z-index: 2;
}

#layer-3
{
        position: relative;
        padding-top: 9%;
        padding-left: 9%;
        z-index: 3;
}

#layer-4
{
        position: relative;
        padding-top: 11%;
        padding-left: 11%;
        z-index: 4;
}

#layer-5
{
        position: relative;
        padding-top: 13%;
        padding-left: 13%;
        z-index: 5;
}

#layer-6
{
        position: relative;
        padding-top: 15%;
        padding-left: 15%;
        z-index: 6;
}

A:link
{
        color: #800080;
        background-color: #ffffff;
}

A:visited
{
        color: #800080;
        background-color: #ffffff;
}

A:hover
{
        color: #00ffff;
        background-color: #ffffff;
}

A:active
{
        color: #ffffff;
        background-color: #ffffff;
}

A.hidden
{
        color: #ffffff;
        background-color: #ffffff;
}

A.invisible:link
{
        color: #ffffff;
        background-color: #ffffff;
}

A.invisible:visited
{
        color: #ffffff;
        background-color: #ffffff;
}

A.invisible:hover
{
        color: #ffffff;
        background-color: #ffffff;
}

A.invisible:active
{
        color: #ffffff;
        background-color: #ffffff;
}

DIV.logo
{
        text-align: center;
}

H3.chapter
{
        margin-left: 30%;
        margin-right: 10%;
}

H6.copyright
{
        margin-left: 30%;
        margin-right: 10%;
}

IMG
{
        border: 0px none white;
        padding-right: 5%;
        padding-bottom: 5%;
        text-align: center;
}

IMG.logo
{
        border: 0px none white;
        padding-left: 5%;
        padding-right: 5%;
        /*   background-color: #eeffee; */
}

BLOCKQUOTE.logo
{
        clear: left;
        /*  background-color: #ffeeff; */
}

P.hidden
{
        margin-left: 5%;
        margin-right: 5%;
        color: #ffffff;
        background-color: #ffffff;
}

P.credits { margin-left: 30%; }
P.sectionbreak { margin-left: 25%; }
P.support { color: blue; }

P.doublespace
{
        line-height: 150%;
        text-align: left;
        padding-bottom: 30px;
}

P.doublespacex
{
        line-height: 150%;
        text-align: left;
}
SPAN.shout { font-size: 150%; }
SPAN.punch { font-size: 120%; }
SPAN.fade { font-size: 95%; }
SPAN.fader { font-size: 90%; }
SPAN.fadest { font-size: 85%; }
SPAN.fading { font-size: 80%; }
SPAN.faded { font-size: 75%; }
SPAN.slow { display: block; }

SUB
{
        font-size: 75%;
        line-height: 0;
        vertical-align: sub;
}

TABLE.split { width: 100%; }

TD.leftcontent
{
        vertical-align: top;
        text-align: left;
        float: left;
        width: 48%;
        background: #ddffff;
        margin-right: 1%;
        padding-bottom: 20px;
}

TD.rightcontent
{
        vertical-align: top;
        text-align: left;
        float: right;
        width: 48%;
        background: #ffffdd;
        margin-left: 1%;
        padding-bottom: 20px;
}

TD.leftbreak
{
        vertical-align: top;
        text-align: left;
        float: left;
        width: 48%;
        background: #eeffff;
        margin-right: 1%;
}

TD.rightbreak
{
        vertical-align: top;
        text-align: left;
        float: right;
        width: 48%;
        background: #ffffee;
        margin-left: 1%;
}

TD.leftbig
{
        vertical-align: top;
        text-align: left;
        float: left;
        width: 73%;
        background: #ddffff;
        margin-right: 1%;
        padding-bottom: 20px;
}

TD.rightsmall
{
        vertical-align: top;
        text-align: left;
        float: right;
        width: 24%;
        background: #ffffdd;
        margin-left: 1%;
        padding-bottom: 20px;
}

TD.leftbigbreak
{
        vertical-align: top;
        text-align: left;
        float: left;
        width: 73%;
        background: #eeffff;
        margin-right: 1%;
}

TD.rightsmallbreak
{
        vertical-align: top;
        text-align: left;
        float: right;
        width: 24%;
        background: #ffffee;
        margin-left: 1%;
}

TD.leftsmall
{
        vertical-align: top;
        text-align: left;
        float: left;
        width: 24%;
        background: #ddffff;
        margin-right: 1%;
        padding-bottom: 20px;
}

TD.rightbig
{
        vertical-align: top;
        text-align: left;
        float: right;
        width: 73%;
        background: #ffffdd;
        margin-left: 1%;
        padding-bottom: 20px;
}

TD.leftsmallbreak
{
        vertical-align: top;
        text-align: left;
        float: left;
        width: 24%;
        background: #eeffff;
        margin-right: 1%;
}

TD.rightbigbreak
{
        vertical-align: top;
        text-align: left;
        float: right;
        width: 73%;
        background: #ffffee;
        margin-left: 1%;
}

DT.list { font-weight: bold; }
