﻿body
{
    background-color:White;
    font-family:Century Gothic;
    font-size:12pt;
    color:#595959;
}
h2
{
    color:#6d989c;
    font-size:14pt;
    font-family:Verdana;
}
a
{
    color:#6d989c; 
}
a:hover
{
    color:#cf9953;  
}
p
{
    padding:0;
    margin:0;
}
li,ul
{
    padding-top:0;
    padding-bottom:0;
    margin-top:0;
    margin-bottom:0;   
}
#top
{
    height:100px;
}
#middle                            
{
    min-height:500px;
    width:860px;
    position:relative;
    margin:0 auto;
    border:1px solid #CCCCCC;
    padding:20px;
}
#bottom
{
    height:80px;
}
