﻿body 
{
    background-color: #BBBBBB;
    background-image: url(../images/background.jpg);
    background-repeat:repeat-x;
    background-position:top;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 14px;
    background-color: #C0C0C0;
    color: #56484F;
    overflow-x: hidden;
    overflow-y: scroll;
    line-height: 20px;
}

.main {
    width: 1000px;
    min-height: 800px;
    background-image: url(../images/bgContent.jpg);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    margin-top: -8px;
}

.navigation 
{
    margin-left: 810px;
    margin-top: 98px;
    position: absolute;
}

.content 
{
    margin-left: 100px;
    margin-top: 190px;
    width: 625px;
    height: 575px;
    position: absolute;
}

h1 
{
    font-size: 26px;
    font-weight: normal;
    margin: 0;
    letter-spacing: 1px;
}

a { color: #282828; }

.Level1 
{
    font-size: 16px;
    text-decoration: none;
    line-height: 28px;
    text-transform: uppercase;
    color: #1C3B3D;
    font-weight: bold;
}

.Level1:Hover
{
    color: #E07A00;
}

.Level1Active
{
    font-size: 16px;
    text-decoration: none;
    line-height: 28px;
    text-transform: uppercase;
    color: #E07A00;
    font-weight: bold;
    
}

.Level2 
{
    font-size: 13px;
    text-decoration: none;
    line-height: 20px;
    text-transform: uppercase;
    color: #1C3B3D;
    font-weight: bold;
    padding-left: 12px;
}

.Level2:Hover
{
    color: #EC9124;
}

.Level2Active
{
    font-size: 13px;
    text-decoration: none;
    line-height: 20px;
    text-transform: uppercase;
    color: #EC9124;
    font-weight: bold;
    padding-left: 12px;
}

.Level3 
{
    font-size: 13px;
    text-decoration: none;
    color: #5B5B5B;
    margin-left: 36px;
}

.Level3:Hover
{
    color: #EC9124;
}

.Level3Active
{
    font-size: 13px;
    text-decoration: none;
    color: #EC9124;
    margin-left: 36px;
}

.tbxMedium 
{
    width: 200px;
    height: 15px;
}

.tbxLarge
{
    height: 80px;
    width: 400px;
}
