﻿html {overflow-y: scroll;}
body 
{
    font-family: Arial, helvetica, Sans-Serif;
    color: #000000;
    margin-top: 0px;
    margin-left: 0px;
    background-color: #DCDADA;
    /*background-image: url('/images/body_bg.gif');*/
    background-repeat: repeat-y;  
    background-position: center;
    font-size: 10pt;

}
.container
{


    width: 950px;
    background-color: #729FBC;
    padding-top: 27px;
    margin: 0 auto;
    left: 1px;
    text-align: left;



}
.masthead
{
    background-color: #FFFFFF;
    height: 62px;
    float: left;
    width: 100%;
}

.masthead_l
{
    clear: left;
    float: left;
}

.masthead_r
{
    float: right;
}

.bannerimage
{
    clear:both;
    float: left;
    height: 199px;
    width: 100%;
}

.lowerframe
{
    
    clear: left;
    float: left;
 background-color: #FFFFFF; 
 width: 100%;
   
}

.leftbar
{
    clear: left;
    float:left;
    width: 184px;
    padding: 6px;
    padding-left: 10px;
    height: 100px;
}
.menu
{
    clear: left;
    float:left;
}
a.baselevel-nav:link, a.baselevel-nav:visited
{
    color: #ffffff;
    font-size: 8pt;

}

a.menulink:link, a.menulink:visited
{
    color: #3D769D;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
}

a.menulink:hover, a.menulink:active
{
    color: #7FA8C0;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
}

a.bodylink:link, a.bodylink:visited
{
    color: #3D769D;
}
a.bodylink:hover, a.bodylink:active
{
    color: #7FA8C0;
}
a.footerlink:link, a.footerlink:visited, a.footerlink:hover, a.footerlink:active
{
    color: #FFFFFF;
    font-size: 8pt;
}

.maincontent
{
    float: left;
    width: 720px;
    padding: 10px;
    padding-bottom: 20px;
    
}


h1 
{
    color: #215980;
    font-size: 22px;
    font-weight: bold;
}

h2 
{
 font-size: 10pt;
font-weight: bold;
}

h3 
{
 font-size: 10pt;
font-weight: normal;
}

.quote
{
    width: 100%;
    text-align: center;
}

.footer  
{
    width: 950px; 
    clear: both;
    float: left;
    color: #FFFFFF;
    text-align: center;
    background-color: #7FA8C0;
    font-size: 8pt;
    padding-top: 10px;
    } 

.footer_l
{
    width: 400px;
    text-align: left;
    float: left;
    padding-left: 14px;
    padding-bottom: 10px;
}
.footer_r
{
    width: 400px;
    text-align: left;
    float: right;
    padding-right: 14px;
    text-align: right;
    padding-bottom: 10px;
}

.footer-nav
{
clear: left;
font-size: 8pt; width: 100%; text-align: center;
}

.samaritanslink
{
    clear: left;
    float:left;
    width: 100%;
    font-size: 9pt;
    padding: 4px;
    border: 1px solid #7FA8C0;
    background-color: #B2D4EE;
}

.c_div
{
 color: #FFFFFF;
 display: none;
    
}

a.samaritanlink:link, a.samaritanlink:visited, a.samaritanlink:hover, a.samaritanlink:active
{
    color: #1A394E;
    font-size: 9pt;
}

.reqfield
{
    visibility: hidden;
    color: red;
}