﻿#f_BorderedPage
/* Full page/display area for lower section of main master page */ 
{
    position: relative;
    float: right;
    margin: auto;
    padding: 5px 5px 5px 5px;
    width: 540px;
    height: auto;
    background-color: White;
    border: solid 1px #E1E1E1;
    font-family: inherit;
    font-size: small;
    color: #0B4477;
    margin-bottom: 10px;
}

div.f_BorderedSection
/* Full page/display area for lower section of main master page */ 
{
    position: relative;
    float: right;
    margin: auto;
    padding: 5px 5px 5px 5px;
    width: 540px;
    height: auto;
    background-color: White;
    border: solid 1px #E1E1E1;
    font-family: inherit;
    font-size: small;
    color: #0B4477;
    margin-bottom: 10px;
}

#f_topImage
/* Full page/display area for lower section of main master page */ 
{
    position: relative;
    float: right;
    margin: auto;
    padding: 5px 5px 5px 5px;
    width: 540px;
    height: auto;
    background-color: White;
    border: solid 1px #E1E1E1;
    font-family: inherit;
    font-size: small;
    color: Gray;
    margin-bottom: 10px;
}

div.f_paragraphs
{
    text-align: left;
    padding: 0px 10px 0px 10px;
    color: #0B4477;
}
    
    
#f_MasterPage5
/* Full page/display area for lower section of main master page */ 
{
    position: relative;
    margin: auto;
    padding: 5px 5px 5px 5px;
    width: 760px;
    height: auto;
    background-color: White;
    border: solid 1px #E1E1E1;
    font-family: inherit;
    font-size: small;
    color: #0B4477;
    text-align: left;
    margin-bottom: 10px;
}

div.f_form
{
    width: 750px;
    margin: 0px;
    padding: 0px;
    float: left;
}

div.f_form dl
{
    margin: 0px;
    padding: 0px;

}

div.f_form dt
{
    float: left;
    width: 300px;
    line-height: 1.5em;
    text-align: right;
    height: 30px;
    margin: 0px;
    padding: 2px 0px 0px 0px;

}

div.f_form dd
{
    float: right;
    text-align: left;
    line-height: 1.5em;
    width: 440px;
    height: 30px;
    margin: 0px;
    padding: 2px 0px 0px 0px;

}

ul.f_numberlist
{
    list-style-type: decimal;
    list-style-position: outside;
    list-style-image: none;
}

ul.f_alphalist
{
    list-style-type: lower-alpha;
    list-style-position: outside;
    list-style-image: none;
}

ul.f_openbullets
{
    list-style-type: circle;
    list-style-position: outside;
    list-style-image: none;
}