﻿a
{
    font-family: Pristina;
    font-size: 16px;
}
body
{
    background-image: url(Images/new/body_bkg.jpg);
    background-repeat: repeat;
    background-position: center top;
    font-family: Trebuchet MS;
    font-size: 10pt;
    margin: 0;
    padding: 0;
}
.border1
{
    width: 1016px;
    border: 2px solid #e7e6dd;
    margin-top: 15px;
}
.border2
{
    border: 2px solid #b32118;
    margin: 5px;
}
.border3
{
    border: 2px solid #e7e6dd;
    margin: 1px;
}
.site
{
    width: 990px;
    height: 553px;
    margin: 2px;
    background-color: #e7e6dd;
    text-align: left;
}
input, textarea
{
    font-family: Trebuchet MS;
    font-size: 10pt;
}
.adjustedZIndex
{
    z-index: 9;
}
*:first-child + html .divcontent
{
    overflow: auto;
    width: 770px;
    height: 350px;
    position: fixed;
}

.divcontent
{
    overflow: auto;
    width: 770px;
    height: 350px;
}
/***** Top menu *****/
#menu ul
{
    margin: 2;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
#menu li
{
    background-repeat: no-repeat;
    height:32px;
    float: left;
    margin: 2;
    padding: 0;
    background-color: #E7E6DD;
}
#menu li a
{
    display: block;
    color: white;
    margin: 2;
    text-decoration: none;
    padding: 5px;
}
#menu li a:hover
{
    color: #FFD700;
}
#menu ul li ul
{
    display: none;
    margin: 2;
}
#menu ul li:hover ul
{
    display: block;
    margin: 2;
}
#menu li:hover ul li
{
    float: none;
}
#menu li ul
{
    position: absolute;
    margin: 2;
}
#menu
{
    width: 980px;
    padding:0;
    margin-top:0;
}
/***** Bottom menu *****/
#menu2 ul
{
    margin: 2;
    padding: 0;
    list-style-type: none;
}
#menu2 li
{
    background-repeat: no-repeat;
    height:32px;
    float: left;
    margin: 2;
    padding: 0;
    background-color: #E7E6DD;
}
#menu2 li a
{
    display: block;
    color: white;
    margin: 2;
    text-decoration: none;
    padding: 5px;
}
#menu2 li a:hover
{
    color: #FFD700;
}
#menu2 ul li ul
{
    display: none;
    margin: 2;
}
#menu2 ul li:hover ul
{
    display: block;
    margin: 2;
}
#menu2 li:hover ul li
{
    float: none;
}
#menu2 li ul
{
    position: relative;
    margin: 2;
}
.bottom1
{
    top: -162px;
}
.bottom1 li:hover ul li
{
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    left: 156px;
    top: -64px;
}
.bottom1 li ul li
{
    display: none;
    position: relative;
    margin: 0;
    padding: 0;
    left: 158px;
    top: -64px;
}
.bottom2
{
    top: -95px;
}
.bottom3
{
    top: -128px;
}
#menu2
{
    width: 980px;
    padding:0;
    margin-top:0;
}

