﻿body
{
    margin: 0 auto;
    font: Tahoma;
    background: url('images/Area-Back.jpg') repeat-x 0 0;
    background-color: #d5d9de;
}
form
{
    margin: 0;
    padding: 0;
}
a
{
    color: #2d7280;
}
h1, h2, h3
{
    padding: 0;
    margin: 0;
    line-height: 0em;
}
h1
{
    font: 25px Garamond, Times, serif;
    color: #3b2b1b;
    font-style: italic;
    letter-spacing: 0;
}
h2
{
    font: 20px Garamond, Times, serif;
    color: #3b2b1b;
}
h3
{
    font: 15px Garamond, Times, serif;
    color: #3b2b1b;
}

#top_area
{
    width: 100%;
    margin: 0 auto;
    clear: both;
    padding-top: 20px;
}
#logo
{
    width: 911px;
    height: 117px;
    background: url('images/Logo.jpg');
    margin: 0 auto;
    font: 9pt Tahoma;
}
#navigation
{
    width: 911px;
    margin: 0 auto;
    font: 10pt Tahoma;
}
#navigation a
{
    color: #16284e;
    text-decoration: none;
}
#navigation a:hover
{
    color: #23407c;
    text-decoration: none;
}
#TabStart
{
    font-size: 1pt;
    background: url('images/Tab-Begin.gif') no-repeat 0 0;
    width: 10px;
}
#TabBody
{
    background: url('images/Tab-Back.gif') repeat-x;
}
#TabEnd
{
    font-size: 1pt;
    background: url('images/Tab-End.gif') no-repeat 0 0;
    width: 11px;
}
#top_right
{
    float: left;
    padding-top: 7px;
    padding-right: 9px;
}
#brown_frame
{
    width: 911px;
    height: 248px;
    margin: 0 auto;
    clear: both;
    font: 9pt Tahoma;
}
#brown_frame A
{
    color: navy;
    text-decoration: none;
    border-bottom: none;
}
#brown_frame A:hover
{
    color: blue;
    text-decoration: none;
    border-bottom: solid 1px blue;
}
#middle_area
{
    width: 911px;
    margin: 0 auto;
    padding: 0px;
    clear: both;
    background: url('images/Body-Center.gif') repeat-y;
}
#middle_body
{
    width: 911px;
    height: 137px;
    background: url('images/Body-Top.jpg') no-repeat;
    position: absolute;
    top: 420px;
}
#lower_wrapper
{
    width: 911px;
    padding: 0px;
    clear: both;
    margin: 0 auto;
    padding-top: 10px;
    position: relative;
    background: url('images/Footer.gif') no-repeat bottom;
}
#left_wrapper
{
    width: 198px;
    padding-left: 20px;
    padding-right: 20px;
}
#center_wrapper
{
    width: 434px;
    padding-left: 0px;
    padding-right: 0px;
}
#right_wrapper
{
    width: 198px;
    padding-left: 20px;
    padding-right: 20px;
}
#sub_wrapper
{
    width: 100%;
    float: left;
    padding: 0x;
}
#sub_wrapper_top
{
    height: 27px;
}
#sub_wrapper_top_shadow
{
    background: url(images/sub_body_top_shadow.gif) no-repeat 0 0;
    width: 911px;
    height: 13px;
    font-size: 1px;
}
#sub_wrapper_content
{
    float: left;
}
#sub_wrapper_bottom
{
    background: url(images/sub_body_bottom.gif) no-repeat 0 0;
    width: 911px;
    height: 18px;
    float: left;
}
#footer_container
{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
}
#footer_area
{
    width: 100%;
    height: 40px;
    font: bold 10px Tahoma;
    color: #eeeeee;
    background-color: #4c5a77;
}
#footer_container a
{
    font: 10px Arial, Verdana, sans-serif;
    color: #fff;
}

.modalBackground
{
    background-color: Black;
    filter: alpha(opacity=50);
    opacity: 0.50;
}
.modalPopup
{
    background-color: #ffffdd;
    border-width: 2px;
    border-style: solid;
    border-color: Gray;
    width: 300px;
}
.RTL
{
    direction: rtl;
}