body
{
    color: #000000;
        background: #20B2AA;
    font-size: 10pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navcell
{
        padding-top : 2px;
        padding-bottom : 2px;
        padding-left : 0px;
        border-top: 5px solid white;
        border-right: 5px solid wheat;
        border-bottom: 2px solid white;
        border-left: 2px solid wheat;
        font-family: Arial, Helvetica, sans-serif;

}

#nav{
        position: absolute;
        background: #20B2AA;
        top : 50px;
        left : 5px;
        width : 135px;
        font-weight: normal;
        line-height: 25px;
        color: #F5FFFA;
        }

#nav ul, #nav li {
        list-style-type: none;
}

#nav a, #nav li.active li a
{
        color: #F5FFFA;
        text-decoration: none;
}

#nav a:hover, #nav li a:hover
{
        background-color: #F5FFFA;
        color: #20B2AA;
        text-decoration: none;
}

#nav li.active a {
        background-color: white;
        color: darkcyan;
        text-decoration: none;
}


#nav-2 {
        position: absolute;
        background: #20B2AA;
        top : 50px;
        left : 5px;
        width : 135px;
        font-weight: normal;
        line-height: 25px;
        color: #F5FFFA;
        }

#nav-2 ul, #nav li {
        list-style-type: none;
}

#nav-2 a, #nav li.active li a
{
        color: #F5FFFA;
        text-decoration: none;
}

#nav-2 a:hover, #nav li a:hover
{
        background-color: #F5FFFA;
        color: #20B2AA;
        text-decoration: none;
}

#nav-2 li.active a {
        background-color: white;
        color: darkcyan;
        text-decoration: none;
}


a:link {
        background-color: transparent;
        color: #2DCD7C;

}

a:hover
{
        background-color: #2DCD7C;
        color: #F5FFFA;
        text-decoration: none;
}

a:visited {
        color: #ACC618;
}


#content{
        padding-top : 5px;
        padding-bottom : 50px;
        padding-left : 150px;
        padding-right : 5px;
        background-color: #F5FFFA;
        color: #117B45;
}

#content-2{
        padding-top : 5px;
        padding-bottom : 50px;
        padding-left : 150px;
        padding-right : 5px;
        background-color: #F5FFFA;
        color: #117B45;
}

p,ul,ol {
        font-size: 10pt;
        text-align: justify;
        color: #117B45;

}

h1, h2, h3 {
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
        font-size: 250%;
        color: #F5FFFA;
        font-weight: bold;
        padding-right: 0px;
        border-top: 1px solid #118D4E;
        border-right: 1px solid #118D4E;
        border-bottom: 2px solid #117B45;
        border-left: 1px solid #118D4E;
}

h2 {
        font-size: 150%;
        color: #118D4E;
        font-weight: bold;
        text-align: center;
        padding-right: 3px;
        border-top: 0px solid #118D4E;
        border-right: 0px solid #118D4E;
        border-bottom: 1px solid #118D4E;
        border-left: 0px solid #118D4E;

}

h3 {
    font-size: 100%;
    font-weight: bold;
}

