﻿body {
    font-family: Tahoma, Verdana, Arial;
    font-size: .9em;
    margin: 0px;}

#PageWrapper {
    margin: 0px auto;
    background: url(/Images/Home/Background.jpg);
    background-repeat: no-repeat;
    width: 900px;
    height: 620px;}
    
#OneColumnWrapper {
    margin: 0px auto;
    background: url(/Images/Home/1Column.jpg);
    background-repeat: no-repeat;
    width: 900px;
    height: 620px;}
    
#TwoColumnWrapper {
    margin: 0px auto;
    background: url(/Images/Home/2Column.jpg);
    background-repeat: no-repeat;
    width: 900px;
    height: 620px;}

#HeaderWrapper {
    position: relative;
    top: 0px;
    left: 0px;
    width: 900px;
    height: 70px;}
    
    #Header {
        padding: 6px 0 0 6px;
        text-align: left;}

    #HeaderMenu {
        position: absolute;
        left: 112px;
        top: 40px;
        height: 30px;
        width: 788px;}

        .HeaderMenuItem {
            float: left;
            width: 255px;
            height: 23px;
            text-align: center;
            padding: 5px 0 0 0;
            border-left: 1px #FFFFFF solid;}
            
            .HeaderMenuItem a {
                color: #FFFFFF;
                font-size: 16px;
                font-weight: bold;
                text-decoration: none;}
            
            .HeaderMenuItem a:hover {
                color: #D0D0D0;}

#BodyWrapper {
    position: relative;
    top: 0px;
    left: 0px;}

    #MainImage {
        width: 500px;
        height: 300px;}
    
    #MainLinks {
        position: relative;
        top: -300px;
        left: 500px;}

        .MainQuestion {
            padding: 12px 0 0 10px;
            height: 38px;
            width: 370px;
            color: #FFFFFF;
            font-size: 20px;}

        .MainLink {
            padding: 14px 0 0 30px;
            height: 36px;
            width: 370px;}

            .MainLink a {
                font-size: 18px;
                color: #606060;
                text-decoration: none;}
            
            .MainLink a:hover {
                color: #C50919;}
                
            .MainLink a.WhiteLink {
                font-size: 18px;
                color: #FFFFFF;
                text-decoration: none;}
            
            .MainLink a.WhiteLink:hover {
                color: #E0E0E0;}

#ContentsWrapper {
    position: relative;
    top: -300px;
    left: 0px;}
    
    #ContentsLeft {
        position: absolute;
        top: 0;
        left: 0;}
        
    #ContentsCenter {
        position: absolute;
        top: 0;
        left: 300px;}
        
    #ContentsRight {
        position: absolute;
        top: 0;
        left: 600px;}
        
        .ContentsHeader {
            width: 300px;
            text-align: center;
            font-size: 16px;
            padding: 4px 0 0 0;
            color: #FFFFFF;
            height: 26px;}
            
        .ContentsBody {
            padding: 10px;
            color: #606060;
            width: 280px;}

#ContentPage 
{
}

    #ContentPageTitle {
        color: #FFFFFF;
        height: 26px;
        font-size: 18px;
        padding: 4px 0 0 8px;}

    #ContentPage_LeftColumn {
        float: left;
        width: 180px;
        padding: 10px;}
    
        #ContentPage_LeftColumn a {
            float: left;
            padding: 0 0 0 18px;
            width: 162px;
            color: #3d577a;
            text-decoration: none;
            margin: 10px 0 0 0;
            background: url(/Images/Home/Bullet_Off.jpg);
            background-repeat: no-repeat;}
            
        #ContentPage_LeftColumn a:hover {
            float: left;
            padding: 0 0 0 18px;
            width: 162px;
            color: #C50919;
            text-decoration: none;
            margin: 10px 0 0 0;
            background: url(/Images/Home/Bullet_On.jpg);
            background-repeat: no-repeat;}
    
    #ContentPage_RightColumn {
        float: left;
        width: 680px;
        padding: 10px;}

        .ContentPage_RightColumn_Header {
            margin: 5px 0 0 0;
            color: #3d577a;
            border-bottom: 1px #3d577a dashed;
            font-size: 16px;
            font-weight: bold;}

    #ContentPage_SingleColumn {
        float: left;
        width: 780px;
        padding: 10px;}
        
        .ContentPage_Headline {
            font-size: 16px;
            font-weight: bold;
            color: #3d577a;}

a {
    color: #3d577a;}