﻿body
{
    text-align: center;
    margin: 0px 0px 0px 0px;
    background-color: #ffffff; /* Default font color, size and face */
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    color: #636466;
}

#pageContainer
{
    width: 858px;
    height: auto;
    background-color: #f1f1f2;
    margin: auto;
    text-align: left;
}

/*----------------------------------------------*/
/* HEADER SECTION MAIN DIVS                     */
/*----------------------------------------------*/
#header
{
    width: 858px;
    height: 82px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #D1D2D4; /* Med Grey */
}

#header #headerBar
{
    width: 858px;
    height: 70px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #005da8; /* BV Blue */
    
}

#header #headerBar div.left
{
    float: left;
    width: 206px;
    height: 70px;
    background-color: #005da8; /* BV Blue */
}

#header #headerBar div.right
{
    float: right;
    width: 206px;
    /* width: 103px; */
    height: 70px;
    background-color: #005da8; /* BV Blue */
    text-align:right;
}

#header #headerBar div.title
{
    color: #ffffff;
    font-size: 23px;
    font-weight: bold;
    width: auto;
    height: auto;
    background-color: #005da8; /* BV Blue */
    text-align:center;
    line-height: 2.9em;
}


#topNavigationBar
{
    width: 858px;
    height: 27px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #636466;
    background-color: #d1d2d4;
}

#topNavigationBar ul
{
    list-style: none;
    padding: 0px 0px 0px 35px;
    margin: 0;
}

#topNavigationBar li
{
    float: left;
    margin: 0 0.15em;
}

#topNavigationBar li a, #topNavigationBar li a:visited
{
    /* background: url(background.gif) #fff bottom left repeat-x; */
    height: 2.3em;
    line-height: 2.3em;
    float: left;
    width: auto;
    padding: 0em .5em 0em .5em;
    display: block; /*  border: 0.1em solid #dcdce9; */
    color: #636466;
    text-decoration: none;
    text-align: center;
    font-size: .9em;
}

#topNavigationBar li a:hover
{
    text-decoration: underline;
}

/*----------------------------------------------*/
/* BODY SECTION MAIN DIVS                       */
/*----------------------------------------------*/
#bodyContainer
{
    padding: 4px 8px 4px 8px;
    height: auto;
    display: inline-block;
    width: 842px;
}

#MainContent
{
    padding: 20px 0px 30px 0px;
    background-color: #ffffff;
    display: inline-block;
    width: 842px;
    min-height: 450px;
}

#MainContentRight
{
    padding: 20px 0px 30px 0px;
    background-color: #ffffff;
    display: inline-block;
    width: 642px;
    min-height: 450px;
}


/*----------------------------------------------*/
/* Left Nav                                */
/*----------------------------------------------*/

#LeftNav
{
    float: left;
    width: 170px;
    padding: 20px 20px 30px 10px;
    margin: 0px 0px 0px 0px;
}


#NavBg
{
    /* allows you to have a full height nav menu    */ /* without woring about its height              */
    background-color: #D1D2D4;
    background-image: url('/images/LeftNavBg.jpg');
}

#LeftNavMenuRoot
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
}

#LeftNavMenuRoot li
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
    line-height: 2em;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

#LeftNavMenuRoot li ul
{
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
}

#LeftNavMenuRoot li ul li
{
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 0px 0px;
    list-style-type: square;
    line-height: 1.5em;
    text-transform: none;
    font-weight: normal;
    font-size: 11px;
}


#LeftNavMenuRoot a:link, #LeftNavMenuRoot a:visited
{
    color: #0067B1; /* blue */
    text-decoration: none;
}

#LeftNavMenuRoot a:hover, #LeftNavMenuRoot a:active
{
    color: #FF9B02; /* gold */
    text-decoration: underline;
}

/*----------------------------------------------*/
/* FOOTER                                */
/*----------------------------------------------*/
#footer
{
    width: 858px;
    height: 28px;
    clear: both;
    border-top: 5px solid #D1D2D4;
}

#footer a:link, #footer a:visited
{
    padding-right: 9px;
    color: #636466;
    text-decoration: none;
}

#footer a:hover, #footer a:active
{
    padding-right: 9px;
    color: #636466;
    text-decoration: underline;
}

#footer #navigation
{
    float: left;
    font-size: 9px;
    padding-top: 10px;
    padding-left: 40px;
    color: #636466;
}


#footer #copyright
{
    float: right;
    font-size: 9px;
    padding-top: 10px;
    padding-right: 40px;
    color: #636466;
}


/* ------------------------------------------------------ */
/*  Default Link Color                                    */
/* ------------------------------------------------------ */
a:link, a:visited
{
    color: #0067B1; /* blue */
}

a:hover, a:active
{
    color: #FF9B02; /* gold */
}
