body, html
{
    margin: 0;
    padding: 0;
}

body {
    font-size:100%;
    line-height:1.125em;
    background: white url('../images/BG_Images/nav_bg.gif') repeat-y top left;
    font-family: Verdana Helvetica Sans-Serif;
}

/*
<!--[if !IE]>-->
body {
    font-size:16px;
}
<!--<[endif]-->
*/

p.break
{
    display: block;
    clear: left;
}

.break a
{
    font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
    color: #00549f;
    font-size: 1.1em !important;
    text-decoration: underline !important;
    font-weight: bold !important;
}

div#header
{
    position: relative;
    background: transparent url('../images/BG_Images/header_bg.gif') repeat-x;
    height: 126px;
    overflow: hidden;
}

div#header img
{
    float: left;
}

div#sidebar
{
    float: left;
    margin-left: -100%;
    background: url('../images/BG_Images/nav_bg.gif') repeat-y;
    font-family: verdana, helvetica, sans-serif;
    font-size:.8em;
    font-weight: bold;
    line-height:1.125em;
    width: 189px;
    overflow: hidden;
}

    div#sidebar .WHCenterLogo
    {
        margin-top: 15px;    
    }

ul#nav
{
    margin: 15px 0 0 0;
    padding: 6px 0 0 25px;
    width: 191px;
    height: 162px;
    background: url('../images/BG_Images/nav_inset_bg.gif') no-repeat;
}

    ul#nav ul
    {
        margin: 0;
        font-size: 100%;
        width: 190px;
        border-top: 1px solid #59a1cf;
        border-right: 1px solid #59a1cf;
        border-left: 1px solid #59a1cf;
        z-index: 3;
    }

    ul#nav li
    {
        position: relative;
        list-style: url('../images/navBullets.gif');
        height: auto;
        margin: 0;
        padding: 0;
        z-index: 3;
    }

    ul#nav a
    {
        display: block;
        text-decoration: none;
        color: #002663;
        padding: 3px;
        line-height: 1.5em;
        zoom: 1;
        font-weight: bold;
    }
        
div#body
{
    float: left;
    width: 100%;
    font-size:0.875em;
}

    div#body a
    {
        font-family: verdana, helvetica, sans-serif;
        line-height: 1.7em;
        font-size: .8em;
        color: #00549f;
        text-decoration: none;
        font-weight: normal;
    }
    
        div#body a.more
        {
            font-weight: bold;
            line-height: 3em;
        }
  
    div#body p {
        font-size:0.85em;
        font-family: verdana, helvetica, sans-serif;
        line-height: 1.4em;
    }
  
    div#body div#content
    {
      margin: 0 149px 0 190px;
      position: relative;
    }
    
div#footer
{
    clear: left;
    margin-left: 190px;
}
