﻿body 
{
    margin:0px;   
    background-image:url(/img/theme3/mainbkg.jpg); background-position:top; background-repeat:repeat-x; background-color:#E9F4EE; 
}
.header
{
    font-size:32pt;
    color:#433B38; 
    font-weight:bold ;
}
/* Boxes */
#div_main { background-image: url(/img/theme3/topbkg.jpg); background-position:top;
            background-repeat:repeat-x; } 
#div_pg {width:800px !important; overflow:hidden;} 
#div_ofr {width:200px !important; overflow:hidden;}
#div_footer { background-color:#ffffff;}
#td_menu {background-color:#e7e7e7; }
#td_cnt {background-color:#ffffff; padding:5px;  }

#div_br
{
    background-image:url(/img/bar/Bar_r.gif);
    background-repeat:no-repeat;
    background-position: top right ; 
}
#div_bl
{
     background-image:url(/img/bar/Bar_l.gif);
    background-repeat:no-repeat;
    background-position: top   left ; 
}
#div_b
{
    background-image:url(/img/bar/Bar_C.gif);
    margin-left :16px;
    margin-right:16px;
    height :44px;
}
#div_icm
{
    float:right;
}
#div_back
{
    float:left ;
}
/* Form Elements */
.formHeader
{
    font-size:14pt;
    color:#861919;
}
.formText
{
    font-size:10pt;
    font-weight:bold;
}
.img{cursor: hand;cursor: pointer;}