html,body
{
    margin: 0;
    padding: 0;
    background-color: #f2e7d6;
    font-family: "Segoe UI","Trebuchet MS", Arial, sans-serif;
    font-size: 14px;
    color: #555;
}

#containerMain
{
    width: 850px;
    margin: 0 auto;
    margin-top: 10px;
    background-color: white;
}
#containerTop
{
    margin: 0;
    padding: 0;
    height: 115px;
}
#containerMenu
{
    float: left;
    margin-left: 5px;
    margin-top: 5px;
}
#containerImages
{
    float: left;
    
    margin: 6px;
    width: 615px;
    height: 200px;
    /*background-color: lemonchiffon;*/
}
#containerMiddle
{
    text-align: justify;
    padding: 220px 44px 44px 44px;
    
    border-top: 0px;
    
    border-left: 1px;
    border-left-color: #e1c8a3;
    border-left-style: solid;
    
    border-right: 1px;
    border-right-color: #e1c8a3;
    border-right-style: solid;
    
    border-bottom: 1px;
    border-bottom-color: #e1c8a3;
    border-bottom-style: solid;
}
#containerBottom
{
    margin-bottom: 10px;
    /*height: 102px;*/
    background-color: #820000;
    text-align: center;
    color: white;
    /*border-bottom: 1px;
    border-bottom-color: #ba736b;
    border-bottom-style: solid;*/
}
#containerBottom *
{
    margin: 0;
}
#containerBottom #lb
{
    /*height: 103px;*/
    background-image: url(/img/lb.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
}
#containerBottom #rb
{
    background-image: url(/img/rb.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}
#containerBottom #lt
{
    background-image: url(/img/lt.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}
#containerBottom #rt
{
    background-image: url(/img/rt.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}
#containerBottom #l
{
    background-image: url(/img/l.jpg);
    background-repeat: repeat-y;
    background-position: left;
}
#containerBottom #r
{
    background-image: url(/img/r.jpg);
    background-repeat: repeat-y;
    background-position: right;
}

#containerBottom a
{
    color: white;
}
#containerBottom a:hover
{
    text-decoration: none;
}
#containerBottom a:visited
{
    
}



#menu
{
/*    width: 209px;*/
    margin: 0;
    padding: 0px 0 0 0;
}
#menu li
{
    width: 200px;
    background: #e5e5e5;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    display: block;
    color: #555555;
    
    font-weight: bold;
    font-family: 'segoe ui';
    font-size: 15px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 1px;
    border-right: 6px;
    border-right-style: solid;
    border-right-color: #e5e5e5;
}
#menu li:hover
{
    border-right: 6px;
    border-right-color: #c10001;
    border-right-style: solid;
}
#menu li.current
{
    color: #9d9d9d;
/*    border-right: 6px;
    border-right-color: #c10001;
    border-right-style: solid;
    margin-left: 1px;
    border-left: 6px;
    border-left-color: #c10001;
    border-left-style: solid;*/
}
#menu li.current:hover
{
/*    margin-left: 1px;
    border-left: 6px;
    border-left-color: #f3cccc;
    border-left-style: solid;
    
    border-right: 6px;
    border-right-color: #c10001;
    border-right-style: solid;*/
}
#menu li a
{
    color: inherit;
    width: 200px;
    display: block;
    height: inherit;
    text-decoration: none;
    padding-left: 5px;
}
#menu li a:hover
{
    /*padding-right: 14px;
    color: #c10001;*/
    text-decoration: none;
}
#menu li a:visited
{
    /*text-decoration: none;
    color: #820000;*/
}


#prospectus_form label
{
    float: right;
}

#prospectus_form input[type=text]
{
    width: 200px;
}

.required
{
    color: red;
}