html{
  scrollbar-arrow-color: #fff;
  scrollbar-3dlight-color: #27287b;
  scrollbar-highlight-color: #FFF;
  scrollbar-face-color: #27287b;
  scrollbar-shadow-color: #FFF;
  scrollbar-track-color: #c7c7f5;
  scrollbar-darkshadow-color: #0C4D7E;
}



body{
  font-family: arial, tahoma, Sans-serif;
  font-size:11px;
  text-align: center;
  margin:0 auto;
  padding: 0;
  background-color:#FFFFFF;
  background-image: url(images/tile.jpg);
  background-repeat: repeat-x;
}



.wrapper_home{
  width: 834px;
  height: 902px;
  margin:0 auto;
  background-image: url(images/wrapperbg_home.jpg);
  background-repeat: no-repeat;
  }

.wrapper{
  width: 834px;
  height: 902px;
  margin:0 auto;
  background-image: url(images/wrapperbg.jpg);
  background-repeat: no-repeat;
  }


.flash{
  float: left;
  margin: 94px 0px 0px 8px;
}


    *:lang(en) .flash{
      margin: 96px 0px 0px 16px;
    }
    
    
    html>body .flash{
      margin: 100px 0px 0px 16px;
    }




.main{
  float: left;
  width: 570px;
  height: 475px;
  margin: 50px 0px 0px 20px;
}


    *:lang(en) .main{
      margin: 50px 0px 0px 40px;
    }
    html>body .main{
      margin: 50px 0px 0px 40px;
    }
    
  .main p{
    color: #000066;
    text-align: left;
    font-size: 11px;
  }
    .main p em{
    color: #27287b;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
  }
  
  
  .main ul{
  text-align: left;
  margin: 10px 0px 0px 20px;
    color: #000066;
  }

    *:lang(en) .main ul{
      margin: 10px 0px 0px -20px;
}




.right{
  float: left;
  width:180px ;
  height:400px ;
  margin: 50px 0px 0px 25px;
}
  .right p{
    text-align: right;
    font-size: 12px;
    color: #000066;
  }
  .right p em{
    color: #4546a6;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
  }


  .right a{
  color: #000066;
  text-decoration: none;
  }
  
  
  .right a:hover{
  color: white;
  text-decoration: underline;
  }



.map{
text-align: left;
}




.footer{
  clear: both;
  color: #27287b;
  margin: 0px 0px 25px 0px; 
  }

  .footer li{
    list-style: none;
    display: inline;
  }
  
  .footer li a{
    margin: 0px 5px 0px 5px;
    color: #27287b;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
  }
  
    .footer li a:hover{
    text-decoration: underline;
  }
