*
{
    margin: 0px;
    padding: 0px;
    border: none;
    color: #4d4d4d;
    font-family: sans-serif;
}

input,
textarea
{
    border: solid 1px silver;
}

a
{
    outline: none;
}

#header
{
    height: 118px;
    background: url('hdrback.png') repeat-x;
    border-bottom: solid 1px #b4b5c3;
}

#logo
{
    padding-left: 56px;
    padding-top: 14px;
    float: left;
}

#menu
{
    float: right;
    text-align: right;
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'Trebuchet MS';
    margin-right: 50px;
    margin-top: 35px;
    position: relative;
    background: url('2px.png') repeat-x;
    background-position: bottom center;
    height: 20px;
}

#menu a
{
    text-decoration: none;
    color: #bd6423;
    padding: 0 10px 0 10px;
}

#submenu1, #submenu2, #submenu3, #submenu4, #submenu5, #submenu6
{
    visibility: hidden;
    float: right;
    right: 0;
    position: absolute;
    margin-top: 9px;
}

#submenu1 a, #submenu2 a, #submenu3 a, #submenu4 a, #submenu5 a, #submenu6 a
{
    color: #5d7d9c;
}

#content-major
{
    background-color: #e6e6e7;
    background-image: url('g1.png');
    background-repeat: repeat-x;
    min-height: 420px;
}

#leftbar a
{
    font-size: 10pt;
    text-decoration: none;
}

#leftbar
{
    float: left;
    width: 250px;
    margin-left: 54px;
    font-family: 'Trebuchet MS';
    font-size: 14px;
}

#leftbar > h2
{
    color: #466087;
    font-weight: normal;
    font-family: 'Verdana';
    font-size: 24px;
}

#leftbar hr
{
    margin-bottom: 10px;
    border: 0px;
    height: 1px;
    color: #bd6423;
    background-color: #bd6423;
}

.whitebar
{
    background: white;
    border: solid 1px #b3b4c2;
    margin-left: 320px;
    margin-right: 40px;
    padding: 0px;
    padding: 10px 15px 10px 15px;
    min-height: 450px;
    font-size: 10pt;
    border-radius: 6px;
    font-family: 'Trebuchet MS';
    font-size: 14px;
}

.whitebar p#title
{
    color: #466087;
    font-size: 24px;
    font-family: 'Verdana';
}

.whitebar p#main_text2
{
    color: #466087;
    padding-left: 30px;
    font-size: 18px;
    font-family: 'Trebuchet MS';
}

.whitebar ol,
.whitebar ul
{
    margin-left: 30px;
}

.whitebar ol li,
.whitebar ul li
{
    padding-bottom: 20px;
}

.whitebar td
{
    padding: 20px;
}

#content-minor
{
    background-color: #d2d2d3;
    background: url('g2.png') repeat-x;
    height: 226px;
}
#content-minor p
{
    font-family: 'Tahoma';
    font-size: 12px;
}
#content-minor h2
{
    color: #bd6423;
    display: inline;
    text-transform: uppercase;
    padding-right: 10px;
    padding-left: 2px;
    font-family: 'Tahoma';
    font-size: 18px;
    font-weight: bold;
}

#content-minor h3
{
    color: #557d9f;
    text-transform: uppercase;
    font-size: 10pt;
    font-family: 'Tahoma';
    font-weight: bold;
    padding-bottom: 10px;
}

#footer
{
    background-color: #35343a;
    height: 85px;
    padding: 20px 0 0 70px;
    font-size: 9pt;
    padding-left: 120px;
}
#footer *
{
    font-family: 'Trebuchet MS';
    font-size: 14px;
    color: #d3d3d3;
}
.readmore
{
    text-transform: uppercase;
    font-size: 8pt;
    font-weight: bold;
    background: url('next.png') no-repeat;
    background-position: center right;
    padding-right: 15px;
}
.readmore a
{
    color: #5d83a2;
    text-decoration: none;
}
#content-minor a
{
    color: #557d9f;
    text-decoration: none;
}

#content-minor a.all
{
    color: #bd6423;
    text-decoration: none;
    font-size: 10pt;
}

#content-minor .hl
{
    color: #557d9f;
}

.widthlim
{
    width: 1000px;
    margin: auto;
}

form.contact td
{
    margin: 0px;
    padding: 0px;
    padding-bottom: 5px;
}

