﻿body 
{
    background-color: #000000;
}

.divAll 
{
    width: 800px;
    height: 770px;
    text-align: left;
}

.divGrid
{
    width: 790px;
    height: 20px;
    background-image: url(/assets/images/bg-grid.gif);
    color: #eeeeee;
    font-family: Arial;
    font-size: 10px;
    text-align: right;
    padding: 10px 10px 0px 0px;
}

.divMainContent
{
    width: 800px;
    height: 710px;
}

.divMainContentLeft
{
    width: 281px;
    height: 710px;
    float: left;
}

.divMasthead
{
    width: 281px;
    height: 148px;
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
    border-right: solid 1px #000000;
}

.divHero
{
    width: 281px;
    height: 342px;
}

.divCTA
{
    width: 271px;
    height: 209px;
    background-image: url(/assets/images/dot-005c6c.gif);
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
    padding: 5px 5px 5px 5px;
    font-family: Arial;
    font-size: 11px;
    color: #eeeeee;
}

.divCTA A:link, .divCTA A:visited, .divCTA A:active
{
    color: #aaaaff;
    text-decoration: none;
}

.divCTA A:hover
{
    text-decoration: underline;
}


.divMainContentRight
{
    width: 519px;
    height: 710px;
    float: right;
}

.divMenu
{
    width:518px;
    height: 74px;
    border: solid 1px #000000;
}

.divMenuItem
{
    float: left;
    height: 74px;
    width: 74px;
}

.divPageTitle
{
    width:499px;
    height: 44px;
    background-color: #111111;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #eeeeee;
    padding: 30px 10px 0px 10px;
}

.divContent
{
    width:499px;
    height: 562px;
    font-family: Arial;
    font-size: 12px;
    color: #eeeeee;
    background-color: #111111;
    padding: 0px 10px 0px 10px;
    border-bottom: solid 1px #000000;
    border-left: solid 1px #000000;
}

.divContent A:link, .divContent A:visited, .divContent A:active
{
    color: #55afbf;
    text-decoration: none;
    font-weight: bold;
}

.divContent A:hover
{
    text-decoration: underline;
}

.divScroller
{
    float: left;
    width:479px;
    height:562px;
    overflow:hidden;
}


.divScrollerControls
{
    margin-top: -10px;
    float: right;
    height: 562px;
    width: 15px;
}
