﻿*
{
    font-family: Verdana, Tahoma, Arial;
    font-size: 12px;
    color: #3D5F84;
}
body
{
    padding: 0px;
    margin: 0px;
}
div.bodylayer2
{
    background-image: url(Images/Bkg.png);
    background-repeat: repeat-x;
    overflow: auto;
    width: 100%;
}
div.bodylayer1
{
    background-image: url(Images/BkgL.png);
    background-repeat: repeat;
    position: relative;
    padding: 0px;
    margin: 0px;
}
div.wrapper
{
    width: 900px;
    margin: 0 auto;
    min-height: 855px;
}
div.footer
{
    width: 900px;
    margin: 0 auto;
    min-height: 270px; /*    background-image: url(Images/Down.png);     background-repeat: no-repeat;     background-position: center top;*/
}
div.top
{
    width: 900px;
    min-height: 360px;
    background-image: url(Images/Top.png);
    background-repeat: no-repeat;
    background-position: center;
}
div.topmenu
{
    float: right;
    width: 400px;
    padding-top: 15px;
    text-align: right;
}
div.left
{
    float: left;
    margin-top: -80px;
    margin-left: 20px;
    width: 200px;
}
div.center
{
    float: right;
    width: 650px;
    padding-top: 15px;
}

div.centertop
{
    float: right;
    background-image: url(Images/Logos.png);
    background-repeat: no-repeat;
    background-position: right top;
    min-height: 110px;
    width: 650px;
}
div.centerhdr
{
    float: right;
    border-bottom: solid 1px White;
    color: White;
    font-size: 18px;
    padding: 4px;
    width: 650px;
    margin-top: -20px;
}

div.leftmenu
{
    background-image: url(Images/Menu.png);
    background-repeat: no-repeat;
    min-height: 300px;
}
div.leftsidetop
{
    background-image: url(Images/SideTop.png);
    background-repeat: no-repeat;
    min-height: 23px;
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 23px;
}
div.leftsideup
{
    background-image: url(Images/SideUp.png);
    background-repeat: no-repeat;
    background-position: left top;
    min-height: 164px;
    padding: 1px 20px;
    margin: 0px;
    width: 154px;
}
div.leftside
{
    background-image: url(Images/Side.png);
    background-repeat: repeat-y;
    margin: 0px;
}
div.leftsidebtm
{
    background-image: url(Images/SideBtm.png);
    background-repeat: no-repeat;
    min-height: 23px;
    margin-top: 0;
}

a, a:visited, a:hover
{
    text-decoration: none;
}
a:hover
{
    color: #ff0000;
}
img
{
    border: none;
}
p
{
    text-align: justify;
    line-height: 16px;
}
ul.mainmenu, ul.mainmenu li
{
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.mainmenu a, ul.mainmenu a:visited
{
    display: block;
    padding: 3px 10px;
    font-size: 20px;
    color: #2262AC;
}
ul.mainmenu a:hover
{
    color: #ED2024;
}
ul.mainmenu
{
    padding-top: 20px;
}
ul.mainmenu li
{
    line-height: 29px;
    padding-left: 20px;
}
ul.menutop
{
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.menutop li
{
    margin: 0;
    padding: 0;
    display: inline;
    width: 80px;
}
ul.menutop a, ul.menutop a:visited
{
    /*display: block;*/
    padding: 3px 10px;
    color: #2262AC;
}
ul.menutop a:hover
{
    color: #ED2024;
}
div.newsitem
{
    padding: 0px;
    font-size: 10px;
}
span.newsitemdate
{
    color: #ff0000;
    font-weight: bold;
}
span.newsitemtitle
{
    color: #2262AC;
    font-weight: bold;
}
span.newsiteminfo
{
    line-height: 1.2em;
    text-align: justify;
    display: block;
}
span.newsitemmore
{
    display: block;
    text-align: right;
}
span.newsitemmore a, span.newsitemmore a:visited
{
    color: #2262AC;
    font-weight: bold;
}
span.newsitemmore a:hover
{
    color: #ff0000;
    font-weight: bold;
}
a.tip
{
    position: relative; /*this is the key*/
    z-index: 20;
    text-decoration: none;
    display: block;
    background-image: url(Images/IconI.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 18px;
    line-height: 20px;
    margin-right: 100px;
}

a.tip:hover
{
    z-index: 30;
}

a.tip span
{
    display: none;
}

a.tip:hover span
{
    /*the span will display just on :hover state*/
    display: block;
    position: absolute;
    top: 10px;
    left: 40px;
    width: 500px;
    border: 1px solid #e1e1e1;
    background-color: #f1f1f1;
    text-align: justify;
    padding: 10px;
    line-height: 1.3em;
}
ul.links
{
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.links li
{
    margin-top: 4px;
    margin-left: 6px;
    display: block;
    padding: 6px 0px 6px 28px;
    background-image: url(Images/IconL.png);
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 14px;
}
h2.galleryhdr
{
    font-size: 14px;
    color: Red;
    font-weight: bold;
     font-family: Verdana, Tahoma, Arial;   
}