﻿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:982px;
    height:860px;
    margin:0px auto;
    text-align:left;    
    line-height:16px;    
    
}
.borders
{
    border-left:1px solid black;
    border-right:1px solid black;
}
.navtop
{
    background-image: url(../images/bg-gradient-nav.gif);
    background-repeat: repeat-x;    
    border-top:1px solid black;
    border-bottom:1px solid black;
    }
.navtop A
{
    color:Black;
    font-weight:600;
    text-decoration:none;
    margin-right:45px;
    }
.navtop A:hover
{
    color:#fe9a02;
    text-decoration:none;
    }    
A
{
    color:#5f1987;
    text-decoration:none;    
    }
A:hover
{
    color:#fe9a02;
    text-decoration:underline;
    }    
    
H1
{
    font-size:18px;
    color:#a50240;
    line-height:20px;
    }
H2
{
    font-size:14px;
    color:#fff
    }    
.mainbody
{
    padding-top:20px;
    height:545px;
    background-color:#99cc99;
    }        
.photoborder    
{
    border:1px solid black;
    }
 .line
 {
    background-color:#a50240; 
    width:90%;
    height:1px;
    margin-top:25px;
    margin-bottom:25px;
 }
 .navbottom
{
    background-image: url(../images/bg-gradient-nav.gif);
    background-repeat: repeat-x;    
    border-top:1px solid black;
    border-bottom:1px solid black;
    }
.navbottom A
{
    color:Black;
    text-decoration:none;
    margin-right:45px;
    }
.navbottom A:hover
{
    color:#fe9a02;
    text-decoration:none;
    }    
.copyright
{
    font-size:10px;
    color:#676666;
    text-align:center;
    line-height:12px;
    margin-top:20px;
    }    
.copyright A
{
    color:#676666;
    text-decoration:none;
    }    
.copyright A:hover
{
    color:#676666;
    text-decoration:underline;
    }    
UL
{
    }
LI
{
    padding-bottom:5px;
    }    