﻿body 
{
    background-color:White;
    /* background-color:#191919; */
    margin:0 auto; 
    padding:0; 
    /* background-image:url(BG-GRAD.jpg);  */
    background-image:url(../pix/bg.jpg); 
    background-repeat:repeat-x; 
}

#wrapper
{
    top:40px; 
    background-color:#ffffff; 
    width:704px; 
    margin:0 auto; 
    position:relative; 
    padding:6px;
    /* background-image:url(midt.jpg); */
    background-repeat:repeat-y;
}

#header
{
    height:132px;
}

#logoWrapper
{
    width:247px; 
    position:relative; 
    height:100%; 
    float:left;
}

#menuWrapper
{
    width:451px; 
    float:right; 
    position:relative; 
    height:100%; 
}

#menuWrapper2
{
    
}

#copyrightWrapper
{
    width:716px; 
    position:relative; 
    margin:0 auto; 
    top:50px; 
    text-align:right; 
    vertical-align:middle;
}

#contentWrapper
{
    width:100%; 
    position:relative; 
    top:4px;
}

#bannerWrapper
{
    width:100%; 
    height:168px; 
    top:6px; 
    position:relative;
}

#contentBorder 
{
    width:6px; 
    /* background-image:url(border.gif); */
    background-repeat:repeat-y;
}

.lblTitle
{
    font-weight:bold; 
    float:left;
}

.printLink
{
    border:0; 
    float:right; 
    cursor:hand;
}

.headline
{
    font-family:Arial;
    font-size:17px;
    font-weight:bold;
    color:#0A315A;
    text-align:left;
}

.underheadline
{
    font-family:Arial;
    font-size:8pt;
    color:#444444;
}

.newsLetterButton
{
    float:right;
}

.headlineWrapper
{
    float:left;
    text-align:left;
}

.MenuLink 
{
    text-decoration:none;
}

.MenuImage 
{
    border:0;
}

a: 
{
    text-decoration:none;
}

.MenuLeft 
{
    float:left;
}

.MenuRight 
{
    float:right;
}

.menuBottom 
{
    float:left;
}

#SiteEditions
{
    width:49px; 
    background-color:Transparent; 
    height:18px; 
    top:40px; 
    margin:0 auto; 
    position:relative; 
    left:338px;
}

.validatorCalloutHighlight 
{
    background-color:#FFFACD; 
}