﻿body
{
    margin: 0 0 0 0;
    font-family: Arial, Sans-Serif;
    font-size: 13px;
}

h1
{
    font-family:Tahoma;
    color: #765D9A;
    font-size: 24px;
    text-align: left;
    margin: 20px 15px 18px 35px;
}

h2
{
    font-family:Tahoma;
    color: #0096A4;
    font-size: 18px;
    text-align: left;
    margin: 10px 15px 0px 35px;
}

a
{
    color: #407076;
}

.bodytextjust
{
    font-family: Verdana, Arial, helvetica, Sans-Serif;
    font-size: 12px;
    text-align: justify;
    margin: 0 25px 18px 15px;
    line-height: 18px;
}

.bodytextla
{
    font-family: Verdana, Arial, helvetica, Sans-Serif;
    font-size: 12px;
    text-align: left;
    margin: 0 25px 18px 15px;
    line-height: 18px;
}

img
{
    border: 0;
}

img.imgFloatR
{
    float: right;
    margin: 5px 0 5px 8px ;
}

img.imgFloatL
{
    float: left;
    margin: 5px 8px 5px 0;
}

img.borderR
{
    border-color: #86C5CC; /*#C0C0C0;*/
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 0px;
}

img.borderL
{
    border-color: #86C5CC; /*#C0C0C0;*/
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

div.top
{
    background-color: #765D9A;
    background-image: url(images/bg/borderFill1.gif);
    background-position: top left;
    background-repeat:repeat;
    padding: 10px 10px 10px 10px;
}

div.bottom
{
    background-image: url(images/bg/borderFill1.gif);
    background-position: bottom left;
    background-repeat:repeat-x;
}    

div.main
{
    background-image: url(images/bg/pbfaContentBG1.png);
    /*background-color:#F5FCFA; */
    background-position: top left;
    background-repeat:repeat;
    border-left: solid 1px white;
    width: 710px; 
    overflow: hidden;
    /*border: solid 2px red;*/
}

div.lmenu
{
    float: left; 
    width: 161px;
    overflow: hidden;
    /*padding-top: 25px;*/
    /*border: solid 1px red;*/
}

div.content
{
    float: right;
    width: 540px;
    display: block;
    /*border-left: solid 1px blue;*/
}

div.bottomcontent
{
    height:50px; width: 710px;
}

.indent2
{
    font-family:Arial, Sans-Serif;
    font-size: 10pt;
    float:right;
    text-align: left;
}

.indent3
{
    margin-left:40px;
}
.indent3 li
{
    margin-bottom:0.7em;
    margin-right:20px;
}



.table2col
{
    width: 70%;
}

.table2col td
{
    text-align:left;
}