﻿body 
{
    font-family: Trebuchet MS, Helvetica, sans-serif;
    background-color: #8C8C8C;
    background-position: center top;
}

h1 
{
    color: #647D33;
    margin: 0px 0px 5px 0px;
}

hr 
{
    color: #F60EEB;
    height:3px;
    border-style:none;
    background-color: #F60EEB;
}


#header 
{
    height: 212px;
    width: 900px;
    margin: 0px 0px 0px 0px;
    background-image: url(Images/Header.png);
    background-repeat: no-repeat;
}

#body 
{
    width: 900px;
    margin: 0px 0px 0px 0px;
    background-image: url(Images/Body.png);
    background-repeat: repeat-y;
    padding: 0px 0px 0px 0px;
    
}

#body table 
{
    width:90%;
    text-align: left;
    border-style:none;
    vertical-align:top;
}
#body table tr td
{
    vertical-align:top;
}

#bodylink 
{
    width: 150px;
    margin: 0px 0px 0px 70px;
    padding-bottom:0px;
    position: relative;
    left: -7px;
    top: -25px;
    border-right:solid 3px #F60EEB;
    border-bottom:solid 3px #F60EEB;
}

#bodyother
{
    width: 150px;
    margin: 0px 0px 0px 70px;
    padding-bottom:0px;
    position: relative;
    left: -7px;
    top: 0px;
    border-right:solid 3px #F60EEB;
    border-bottom:solid 3px #F60EEB;
}

#bodyother p
{
    padding: 4px 4px 4px 24px;
    margin: 0px 0px 0px 0px;
}

#bodyother img
{
    margin: 0px 0px 0px 0px;
    padding-left: 0px;
    width: 150px;
    border-style:none;
}


#bodylink p
{
    padding: 4px 4px 4px 24px;
    margin: 0px 0px 0px 0px;
    background-image: url(Images/Hover.png);
    border-right:solid 1px #647D33;
    border-bottom:solid 1px #647D33;
    border-left:solid 1px #647D33;
}

#bodylink a 
{
    color: #647D33;
    text-decoration:none;
}

#bodylink a:link
{
    color: #647D33;
}

#bodylink a:visited
{
    color: #647D33;
}

#bodylink a:hover
{
    color: #F60EEB;
}

#bodylink a:active
{
    color: #F60EEB;
}

#bodytext
{
    width: 540px;
    margin: 0px 80px 0px 10px;
    position: relative;
}



#footer 
{
    height: 157px;
    width: 900px;
    margin: 0px 0px 0px 0px;
    background-image: url(Images/Footer.png);
    background-repeat: no-repeat;
}
