body, html  {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    text-align: center;
    font: 12px Verdana;
    color: Gray;
}

.br {
    clear: both;
    font-size: 0px;
}

ul, li {
    margin: 0px;
    padding: 0px;   
}

a {
    color: #76bae4;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#container {
    position: relative;
    padding-bottom: 30px;
    margin: auto;
    padding: 0px;
    width: 606px;
    text-align: left;
    /*border: 1px solid #000;
    height: 100px;*/
}

#logo {
    float: left;
    height: 42px;
    width: 82px;
    margin-bottom: 10px;
    background: url(/Visual/Images/logo.jpg) no-repeat;
    cursor: pointer;
}

#topLinks {
    float: right;
}

#topLinks a {
    display: block;
    float: left;
    margin-right: 10px;
    color: #5c97be;
    text-decoration: none;
    font-family: Verdana;
    font-size: 10px;
}

#header {
    margin: -2px 0px 2px 0px;
    height: 215px;/*
    background: url(/Visual/Images/header_1.jpg) no-repeat;*/    
}

#headerBottom {
    margin: 2px 0px 2px 0px;
    height: 23px;
    background-color: #d4e8f5;
}

#content {
    /*padding-bottom: 50px;*/
    color: #737275;
}


/*first page*/
#content h2 {
    display: block;
    height: 19px;
    margin: 0px;
    padding: 0px 0px 0px 10px;
    background-color: #edf5fb;
    color: #76bae4;
    font-size: 12px;
    padding-top: 4px;
    font-weight: normal;
}

#content h2 a {
    color: #76bae4;
    text-decoration: none;
}


#leftContainer {
    float: left;
    width: 500px;
    margin-right: 5px;
}

#rightContainer {
    float: left;
    width: 101px;
    text-align: center;
}

#newsContainer {
    float: left;
    width: 200px;
    margin-right: 5px;
}
#newsContainer p {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 5px;
}
.news_title, .news_date, .news_text, .news_l_desc_link, {
    padding: 0px 0px 0px 0px;
}
.data {
    font-size: 10px;
}
#middleContainer  {
    float: left;
    width: 295px;
    font-family:Verdana;
    font-size:12px;
}
#middleContainer  table {
     font-family:Verdana;
     font-size:12px;
}
#rightContainer img {
    margin: 10px;
}

#footer {
    position: absolute;
    left: 5px;
    bottom: -120px;
    color: 93c6e5;
}

/*mano menu*/
#menu li.spacer {
    height: 23px;
    width: 2px;
    background: url(/Visual/Images/spacer.jpg) no-repeat;
}
#menu ul {
    display: block;
    height: 24px;
    margin: 0px;
    list-style: none;
}
#menu ul li {
    position: relative;
    display: block;
    float: left;
    text-decoration: none;
    color: #fff;
    background: url(/Visual/Images/menu_bg.gif) repeat-x;
    text-align: center;
    z-index: 100;
    margin: 0px;
}

#menu ul li a{
    padding: 4px 0px 5px 0px;
    display: block;
    color: #fff;
    text-decoration: none;
}
#menu ul li a:hover{
    text-decoration: underline;
}
#menu ul li:hover{
    color: #fff;
}
#menu li ul {
    margin: 0px;
    position: absolute;
    left: 0px;
    display: none;
}
#menu li ul li{
    clear: both;
    /*background: transparent;*/
    background: #92c5e3 url(/Visual/Images/white_spacer.gif) repeat-x;
    opacity: .9;
    filter:alpha(opacity=90);
    color: #ffffff;
    text-align: left;
}
#menu li ul li a{
    padding: 2px 5px;        
}
#menu li:hover ul, li.over ul{ 
    display: block; 
}
#SiteTree {
margin-left: 20px;
}
#SiteTree ul{
list-style-position: outside;
}