﻿body
{
    margin: 0px 0px;
    padding-top: 0px;
    text-align: center;
    font-family: verdana, Arial;
    font-size: 13px;
    color: black;
    /*background-image: url(../images/bg-gradient-green.jpg);*/
    /*background-repeat: repeat-x;*/
    /*background-color: #f7faf8;*/
}

#Container
{
    width:1280px;
    height:860px;
    margin:0px auto;
    text-align:left;    
    
}
A
{
    color:#9fa374;
    text-decoration:none;
    }
A:hover
{
    text-decoration:underline;
    }
.cell-left
{
    background-color: white;
    }

.cell-left A
{
    color:#9fa374;
    text-decoration:none;
    }
.cell-left A:hover
{
    text-decoration:underline;
    }    
.cell-right
{
    background-color:#babd9b;
    }
.cell-right A
{
    color:#000;
    text-decoration:none;
    }
.cell-right A:hover
{
    text-decoration:underline;
    }    
H1
{
    font-family:Times New Roman;
    font-size:19px;
    color:White;
    font-variant: small-caps;
    }    
H2
{
    font-family: Times New Roman, Serif;
    font-size: 17px;
    color: White;
    font-variant: small-caps;
}    
.nav A
{
    font-family:Times New Roman, Serif;
    font-size:17px;
    color:black;
    font-variant: small-caps;
    margin-right:25px;
    letter-spacing:2px;
    }    
    
