﻿body
{
    font-family: Verdana;
    font-size: 90%;
    font-weight: bolder;
    color: Black;
    direction: ltr;
    position: relative;
}
h2
{
    font-family: Eurostile;
    font-size: 20pt;
    font-weight: bolder;
    color: Navy;
    direction: ltr;
    position: relative;
}
p
{
    font-family: Trebuchet MS;
    font-size: 10pt;
    font-weight: bolder;
    color: Navy;
    direction: ltr;
    position: relative;
}
#NormalDIV
{
    font-family: Trebuchet MS;
    font-size: medium;
    font-weight: normal;
    color: Navy;
    direction: ltr;
    position: relative;
    width: 960px;
    max-width: 960px;
    
    }
#StartDIV
{
    font-family: Trebuchet MS;
    font-size: medium;
    font-weight: normal;
    color: Navy;
    direction: ltr;
    position: relative;
    width: 40%;
    float:right;
    clear: none;
        }
#StartDIV1
{
    font-family: Trebuchet MS;
    font-size: medium;
    font-weight: normal;
    color: Navy;
    direction: ltr;
    position: relative;
    width: 55%;
    float:left;
    clear:none;
}
#ContentDIV
{
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    width: 970px;
    height: 100%;
    padding: 10px;
    max-width: 970px;
}
#Content1DIV
{
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    width: 960px;
    height: 100%;
    padding: 10px;
    max-width: 960px;
    
    }
#Content2DIV
{
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    width: 960px;
    height: 100%;
    padding: 10px;
    max-width: 960px;
}
#ColoumnDIVL
{
    float: left;
    clear: none;
    max-width: 475px;
    width: 47%;
    height: auto;
    padding: 5px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    border-right-style: solid;
    border-right-color: Black;
    border-right-width: thin;
    font-family: Trebuchet MS;
    font-size: medium;
    font-weight: normal;
    color: Navy;
    direction: ltr;
    position: relative;
    
    }
#ColoumnDIVL1
{
    float: left;
    clear: none;
    max-width: 475px;
    width: 40%;
    height: auto;
    padding: 5px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    border-right-style: solid;
    border-right-color: Black;
    border-right-width: thin;
    font-family: Trebuchet MS;
    font-size: medium;
    font-weight: normal;
    color: Navy;
    direction: ltr;
    position: relative;
   }
#   NormalDiv1 
{
 font-family    : Trebuchet MS;
    font-size: medium;
    font-weight: normal;
    color: Navy;
    direction: ltr;
    position: relative;
    width: 100%;
    max-width: 960px;
        
}
#ColoumnDIVR
{
    float: right;
    clear: none;
    max-width: 475px;
    width: 47%;
    height: auto;
    padding: 5px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    font-family: Trebuchet MS;
    font-size: medium;
    font-weight: normal;
    color: Navy;
    direction: ltr;
    position: relative;
    }
#ColoumnDIVR1
{
    float: right;
    clear: none;
    max-width: 475px;
    width: 54%;
    height: auto;
    padding: 5px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    font-family: Trebuchet MS;
    font-size: medium;
    font-weight: normal;
    color: Navy;
    direction: ltr;
    position: relative;
}

#navcontainer
{
    width: 100%;
    float: left;
    background-color: #426208;
}

#navcontainer ul
{
    padding: 0;
}
#navcontainer ul li
{
    display: inline;
}

#navcontainer ul
{
    margin: 0;
    padding: 0 0 0 3%;
    color: #FFFFFF;
    font-family: Tahoma Small Cap, verdana, geneva, arial, helvetica, sans-serif;
    font-size: .75em;
    letter-spacing: 2px;
    font-weight: bold;
}

#navcontainer ul li a
{
    padding: 0.2em 8px;
    background-color: #426208;
    color: #FFFFFF;
    text-decoration: none;
    float: left;
    border-right: 1px solid #94B473;
}

#navcontainer ul li a:hover
{
    background-color: #7B9D25;
    color: #FFFFFF;
}

#navlist li a:hover, #navlist li a:active
{
    color: #FFFFFF;
    text-decoration: none;
    background: #CC3333;
    text-align: left;
    text-transform: uppercase;
    font: bold normal 10px/16px "Lucida Sans Unicode" , verdana, lucida, arial, helvetica, sans-serif;
}
