html,body 
{
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

#leftContainer
{
    background-image: url( '/images/website/px_left.jpg' );
    background-repeat: repeat-x;
    width: 50%;
}

#mainContainer
{
    width: 1000px;
    margin: 0px auto 0px auto;
}

#rightContainer
{
    background-image: url( '/images/website/px_right.jpg' );
    background-repeat: repeat-x;
    width: 50%;
}

#topMenu
{
    background-color: #fff;
    width: 1000px;
    height: 21px;
    text-align: center;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    padding-top: 7px;
    color: #4f82c5;
}

#topMenu a 
{
    text-decoration: none;
    color: #4f82c5;
    margin-left: 3px;
    margin-right: 3px;
}

#topMenu a:hover
{
    text-decoration: underline;
}

#topContainer
{
    background-image: url( '/images/website/top.jpg' );
    width: 1000px;
    height: 229px;
    padding-top: 30px;
}

#headLine
{
    font-family: Times;
    font-size: 25px;
    color: #fff;
    margin-left: 20px;
}

#phoneLine
{
    font-family: Times;
    font-size: 28px;
    font-style: italic;
    color: #0b3f7f;
    margin-left: 750px;
    margin-top: 90px;
}

#middleMenu
{
    background-image: url( '/images/website/menu_pattern.jpg' );
    height: 29px;
    padding-left: 15px;
}

#middleContainer
{
    width: 1000px;
    height: 413px;
}

#leftSide
{
    background-image: url( '/images/website/leftSide_pattern.jpg' );
    width: 340px;
    height: 413px;
    float: left;
    padding-left: 30px;
    padding-top: expression('20px');
    height: expression('393px');
}

#spacer
{
    background-image: url( '/images/website/spacer.jpg' );
    width: 15px;
    height: 413px;
    float: left;
}

#rightSide
{
    background-image: url( '/images/website/rightSide_pattern.jpg' );
    width: 585px;
    height: 391px;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 22px;
}

#bottomContainer
{
    background-color: #d5eeff;
    height: 210px;
    padding: 5px 5px 5px 0px;
}

#bottomContainer2
{
    background-color: #d5eeff;
    height: 250px;
    padding: 5px 5px 5px 0px;
}

#bottomContainer2 li
{
    display: inline;
    float: left;
}

#bottomContainer2 li a
{
    text-decoration: none;
    color: #254064;
}

#footer
{
    background-color: #fff;
    height: 22px;
    font-family: arial;
    font-size: 10px;
    color: #4f82c5;
    padding-top: 8px;
    padding-left: 15px;
    clear: both;
}

#submit
{
    background-image: url( '/images/website/button_send_form.jpg' );
    width: 171px;
    height: 32px;
    border: 0;
    margin-top: 10px;
}

.hSpacer
{
    background-image: url( '/images/website/h_spacer.jpg' );
    height: 17px;
}

.lBtn
{
    background-image: url( '/images/website/button_left_px.jpg' );
    width: 9px;
    height: 29px;
    float: left;
    margin-left: 3px;
}

.mBtn
{
    background-color: #fff;
    height: 24px;
    float: left;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.mBtn a
{
    text-decoration: none;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #4f82c5;
}

.rBtn
{
    background-image: url( '/images/website/button_right_px.jpg' );
    width: 9px;
    height: 29px;
    float: left;
}

.shortDocContainer
{
    width: 407px;
    font-family: arial;
    font-size: 12px;
    color: #182027;
    text-align: justify;
    margin-bottom: 30px;
    margin-right: 10px;
    padding-right: 180px;
    float: left;
    
    background: url( '/images/website/arrow.png' ) no-repeat top right;
    
    overflow-y: auto;
}

.shortDocContainer .title
{
    color: #3669ad;
    margin-bottom: 5px;
}

h1 
{
    font-family: Times;
    font-size: 29px;
    color: #4f82c5;
    text-align: right;
    margin-bottom: 30px;
}

ul
{
    list-style: none;
    font-family: arial;
    font-size: 11px;
    color: #254064;
    float: left;
    margin-right: 5px;
}

li 
{
    margin-bottom: 10px;
    background: url( '/images/website/dot.jpg' ) no-repeat 2px 3px;
    padding-left: 15px;
}

table
{
    width: 100%;
    height: 100%;
}

label
{
    font-family: arial;
    font-size: 12px;
    color: #2e3135;
    float: left;
    padding-left: 20px;
    margin-bottom: 5px;
    text-align: right;
}

input
{
    background-color: #f7fafd;
    border: 1px solid #b6ccea;
    height: 16px;
    width: 196px;
    padding: 2px;
    margin-left: 2px;
    font-family: arial;
    font-size: 12px;
    float: right;
    margin-bottom: 5px;
}

select
{
    background-color: #f7fafd;
    border: 1px solid #b6ccea;
    height: 22px;
    width: 202px;
    margin-left: 2px;
    font-family: arial;
    font-size: 12px;
    float: right;
    margin-bottom: 5px;
}


#info
{
    background-color: #A0EAF7;
    color: #5184C6;
    text-align: center;
    font-size: 12px;
    font-family: arial;
    padding: 3px;
    margin-top: -15px;
    margin-bottom: 15px;
}
