﻿body
{
    background-color: #859364;
    font-family:sans-serif;
    color: #420000;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 25px;
}

ul
{
    margin-top: -5px;
}

li
{
    margin-top:0px;
    margin-bottom:10px;
}

h2 
{
    margin-top:40px;
    margin-bottom:20px;
    font-size:140%;
}

h3 
{
    margin-top:0px;
    margin-bottom:0px;
    font-size:110%;
}

p
{
    margin-top:3px;
    margin-bottom:20px;
}



DIV.PageLayer
{
    position:relative;
    width:95%;
    height:150%;
    z-index:1;
    left:2.5%;
    top:9%;
    background-color:#e0e0e0;
    /* pinstripes */
    padding: 0px;
    border: 2px solid #003300;
    outline: 0px solid #a5298c;
}

div.bannerLayer
{
    background-color: #C0C0C0;
    display: inline-table;
    table-layout:fixed;
    width: 100%;
    height: 100%;
}

div.contentLayer
{
    display: inline-table;
    table-layout:fixed;
    width: 100%;
    height: 100%;
}

div.footer
{
    background-color: #FB9244;    
    font-size: smaller; 
    text-align: left; 
    word-spacing: 5em; 
    display: inline-table;
    table-layout:fixed;
    width: 100%;
    height: 100%;
}

div.bottom
{
    clear: both;
    text-align: right;
}

div.leftContentCell
{
    background-color: #CCFFd9; 
    display: table-cell; 
    width: 180px;
}

div.rightContentCell
{
    background-color: #CCFFd9; 
    display: table-cell; 
    width: 100%;
}

DIV.LayerFlash
{
    position:relative;
    left:0px;
    top:0px;
    Background-color:Transparent;
    border:0px none #000000;
    margin-top: 0px;
}			

#nav2
{
    top: 0px;
    margin: auto;
    padding: 0;
    list-style: none;
    background-color: #FB9244;
    left: 0px;
    /*width: 70%;*/
    text-align:center;
}

#nav2 li
{
    display: inline;
    margin-left: 0px;
    background-color: #FB9244;
}

#nav2 a
{
    display:inline-block;
    padding:10px;
}

#nav2 li a
{
    font-size: 95%;
    display: inline-block;
    padding: 3px 6px;
    text-decoration: none;
    font-weight: bold;
    color: #003300;
    border-right: 0px solid #ccc;
}

#nav2 li a:hover
{
    color: #CC22CC;
    background-color: #CCCCCC;
}

