﻿body 
{
    font-family:Trebuchet MS;
    font-size:12px;
    background-color:#f1f1f1;
}
.MainContainer
{
    width:825px;
    margin: 0px auto;
    border:solid 1px #999999;
    background-color:#5ea301;
    padding:10px;
}

.WelcomeBar
{
    background-image:url(../images/welcome.jpg);
    background-repeat:no-repeat;
    width:800px;
    
}

h2
{
    font-size:16px;
    font-weight:bold;
    color:#865d3d;
    margin:0px;
    text-align: right;
}

h1
{
    font-size:18px;
    font-weight:bold;
    color:#222222;
    margin:0px;
}
.MainBox
{
    font-size:14px;
}

a
{
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
    color:#865d3d;
    margin:0px;
}