/* CSS Document */
* {margin: 0px; padding: 0px;}


.newsWrapper{
margin: 10px;
width: 530px;
background-color: #fefeff;
border-bottom: 1px dashed #bbb;

}

.hover{
padding-right: 30px; 
 padding-left: 30px;
 padding-top: 10px;
 padding-bottom: 10px;
 
 border-bottom: 1px dashed #bbb;
}

.hover:hover{
 background-color: #F9F9FC;
 
}

#language{
margin: 20px;
}

html, body {
    height: 100%;
}

body{
    background-color: #50629d;
    color: #fff;
    background-image: url('images/bg_back.jpg');
    background-repeat: repeat-x;
}


#banner_top{
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    background-image: url('images/loader_bg.jpg');
    width:950px;
    height: 297px;
	padding:0px;
}

#mainWrapperWrapper{
	padding:0px;
	margin: 0px;
	width: 100%;
	  background-color: #ebeff8;
}
#mainWrapper{
    margin-left: auto;
    background-color: #fff;
    margin-right: auto;
    width:948px;
  
    border-left: dashed 1px #bbb;
    border-right: dashed 1px #bbb;
    overflow:hidden;

}



img{
    border: 0px;
}




.narrowColumn{
    background-image: url('images/bg_narrowColumn.jpg');
    background-repeat: no-repeat;
    background-position: top;
  float: left;
  width: 255px;
  margin-left: 00px;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px;
  border: 0px #f0f solid;
    text-align: right;
}

.wideColumn{

  text-align: justify;
  float: left;
  width: 566px;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px;
  border-right: 0px #ccc dashed;
}
.veryWideColumn{
  float: left;
  width: 866px;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px;
  border: 0px #f0f solid;
}


.footer2{
    
    background-repeat: repeat-x;
    background-image: url('images/footer_2.gif');
    text-align: center;
    width: auto;
    border: 0px #667 solid;
   height: 90px;
    background-color: #50629d;
}

.footer{
        background-image: url('images/footer.jpg');
    background-repeat: no-repeat;
    background-position: center;
    
    text-align: center;
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    border: 0px #f0f solid;
    height: 90px;
    background-color: #d7e3ef;
    

}


#news_1, #news_2, #news_3, #news_4, #news_5, #news_6, #news_7, #news_8, #news_9, #news_10{
display:none;
}

