﻿body
{
    font-family: Trebuchet MS, Verdana;
    font-size: 16px;
	*font-size: 13px;
    background-image: url('../images/background.gif' );
}

.LogoDiv, .NavButtonHolder
{
    border-style: solid;
    border-width: 1px;
    border-color: White;
    background-color: Black;
    width: 920px;
    margin-left: auto;
    margin-right: auto;
}
.NavButtonHolder
{
    margin-top: -1px;
}
.LogoDiv
{
    height: 220px;
    margin-top: 40px;
}
.NavButton
{
    height: 40px;
    float: left;
    border-right-style: solid;
    border-right-color: White;
    border-right-width: 1px;
    width: 152px;
    text-align: center;
    vertical-align: middle;
    font-family: Trebuchet MS, Verdana;
    font-size: 17px;
	*font-size: 13px;
    color: White;
    line-height: 40px;
}
.NavButtonRight
{
    background-color: #CC3399;
    float: left;
    width: 155px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    font-family: Trebuchet MS, Verdana;
    font-size: 17px;
    color: White;
    line-height: 40px;
}
.MainContentDiv
{
    border-style: solid;
    border-width: 1px;
    border-color: White;
    background-color: Black;
    width: 880px;
    margin-left: auto;
    margin-right: auto;
    background-color: #687284;
    padding: 20px;
    margin-top: -1px;
}
.MainContentLeft
{
    float: left;
    padding: 10px;
}
.MainContentRight
{
    float: left;
    padding: 10px;
}
A
{
color:#FFFFFF;
text-decoration:none;
}
