div#body_content
{
    font-family: Georgia, Serif;
    font-size: 13px;
    color: #333;
    background: #fff;
}

div#body_content p,
    div#body_content h1,
    div#body_content h2,
    div#body_content h3,
    div#body_content h4
{
    margin: 0 20px;
}
div#body_content a
{
    color: #0091E9;
}
div#body_content a:hover
{
    color: #004383;
}
div#body_content a:visited
{
    color: #333333;
}

div#body_content h1
{
    font-family: Georgia, Sans-Serif;
    font-size: 23px;
    color: #004383;
    margin-bottom: 28px;
    margin: 0 10px 20px 18px;
}

div#body_content h2
{
    font-family: Arial, Sans-Serif;
    font-size: 19px;
    color: #004383;
    margin-bottom: 10px;
    font-weight: normal;
    margin-left: 0;
}

div#body_content h3
{
    font-size: 13px;
    color: #004383;
    margin-bottom: 7px;
    margin-top: 25px;
    font-weight: bold;
}

div#body_content h4
{
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    letter-spacing: 3px;
    color: #0091e9;
    text-transform: uppercase;
}


div#body_content p
{
    line-height: 18px;
    font-size: 12px;
    color: #666666;
    margin-bottom: 5px;
    margin-top: 15px;
}
div#body_content p.intro
{
    line-height: 21px;
    font-size: 13px;
    color: #333333;
    margin-bottom: 18px;
    margin-top: 5px;
}

div#body_content div.galley_link_box
{
    margin: 20px 20px 0 20px;
    color: #004383;
    font-size: 12px;
}
div#body_content div.galley_link_box a,
div#body_content div.galley_link_box a:visited
{
    text-decoration: none;
    color: #004383;
}
div#body_content div.galley_link_box a:hover
{
    text-decoration: none;
    color: #004383;
}
div#body_content div.galley_link_box h3
{
    font-weight: bold;
    font-size: 13px;
    margin: 0 0 5px 0;
}
div#body_content div.galley_link_box h3 a
{
    background: url(../Site_Gfx/galley_link_bullet.gif) no-repeat 100% 3px;
    padding: 0 15px 0 0;
    
}
div#body_content div.galley_link_box2 h5 a
{
    padding: 0 15px 0 0;
    font-family: Georgia, Serif;
    font-size: 12px;
    font-weight: normal;
    color: #004383;
    margin-bottom: 28px;
    
}
div#body_content div.galley_link_box2 h5
{
    background: url(../Site_Gfx/galley_link_bullet.gif) no-repeat 100% 3px;
    margin:40px 0pt 0pt 0pt;
    padding:0pt 3px 0pt 0pt;
    font-family: Georgia, Serif;
    font-size: 12px;
    color: #004383;
    text-decoration: none;
    
}
div#body_content div.galley_link_box p
{
    margin: 0 0 0 0;
}
div#body_content div.galley_link_box a.learn_more_link
{
    margin: 0 0 0 0;
}

/* images */
div#body_content img.leader_pic
{
    float: right;
    margin: 0 0 10px 15px; 
    clear: both;
}

div#body_content img.page_pic
{
    float: right;
    margin: 0 0 10px 20px; 
    clear: both;
}


/* callouts */
div#callout_box
{
    border-top: solid 1px #004383;
}

div.callout
{
    width: 198px;
    margin: 20px 0 0 25px;
    font-size: 12px;
    font-family: Georgia, Serif;
}
div.callout h4 {
    color: #a4e565;
    font-size: 13px;
    font-family: Georgia, Sans-Serif;
    font-weight: bold;
    margin:10px 0 15px 0;
}
div.callout p
{
    margin:0 0 15px 0;
}