/* intro */

  html { 
    margin: 0px; 
    padding: 0px; 
    border: 0px solid; 
  }
  
  img { 
    border: 0 white none; 
    vertical-align: top;
  }
  
  body {
    background-image:url('/img/texture.png');
    background-position:center top;
    color:#666666;
    font-family:Arial,Verdana,Helvetica sans-serif;
    font-size:12px;
    line-height:1.1;
    margin:0px;
    padding:0px;
  }
  
  a {
    color: rgb(237, 142, 000);
    text-decoration: none;
  }
  


  #col_center1_1 p.centered_img {
    text-align: center;
    margin: 0px;
    padding: 0px;
  }  
   
  #container {
    width: 1000px;
    position: relative; 
    margin: 20px auto 0px auto;
    overflow: visible;
  }
  
  #container2 {
    border: 0px rgb(255,255,255) solid;
  }

  h2 {
    color: rgb(023, 023, 149);
    font-size: 20px;
    padding: 0px;
    margin: 0px;
  }
  
  #districte {
    font-size: 25px;
  } 
  
  .l_title, .c_title {
    margin: 0px;
    padding-top: 7px;
    padding-left: 7px;
  }
    
  .l_title {
    padding-bottom: 0px;
  }
  
  .c_title {
    padding-bottom: 10px;
  }
  
  
  ul, li{
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 9pt;
    text-align: left;
  }

  ul {
    padding: 0 0 14px 0;
  }
  
  li {
    margin: 9px 10px 0 5px;
    color: rgb(076, 076, 176);
  }
  
  li, li a {
    color: rgb(076, 076, 176);
  }
  
  li a {
    display: block;
    padding: 4px 0;
    margin-left: 5px;
    margin-bottom: 3px;
  }
  
  li:hover a span {
    color: rgb(237, 142, 000);
    font-weight: bold;
  }
  
  #languages {
    position: absolute;
    left: 138px; /*138*/
    top: -7px;
    background-image: url('/img/langs_bg.gif');
    background-repeat: no-repeat;
    height: 17px;
    padding-top: 6px;
    padding-left: 1px;
    width: 106px;
    font-weight: bold;
    text-align: center;
    color: #AFAFAF;
  }

  #languages a {
    color: rgb(112,112,112);
  }
  #languages a.orange {
    color: rgb(237, 142, 000);
  }
    #languages a:hover {
    color: rgb(237, 142, 000);
  }

  #col_left {
    float: left;
    width: 253px;
    margin: 0px;
    padding: 0px;
  }
  
    
  #col_left_header {
    height: 141px;
    background-image: url('/img/h_intro.gif');
    margin: 0px;
  }
  
  #col_left1 {
    width: 232px;
    margin: 0px 0px 0px 22px;
  }
  
  .col_left_first {
    background-image: url('/img/col_left_1.gif');
    background-repeat: no-repeat;
    background-color: rgb(234, 234, 255);
  }
  
  .col_left {
    background-image: url('/img/col_left.gif');
    background-repeat: no-repeat;
  }
  
  .col_left_first, .col_left { 
    background-color: rgb(234, 234, 255);
  }
  
  .col_left_last {
    background-image: url('/img/col_left_last.gif');
    background-repeat: no-repeat;
    height: 143px;
  }
  
  .col_left_last h2 {
    font-size: 16px;
  }
  
  .col_left_last p {
    color: rgb(051, 051, 161);
    font-weight: bold;
    margin: 12px auto 0px 10px;
    padding: 0px;
    
  }
  
  .border {
    border-left: solid 1px rgb(217, 218, 233);
  }
  
  #col_center1_1 {
    float: left;
    width: 511px;    
  }
  
  #col_center1_1 p {
    font-size: 10pt;
    margin: 0px;
    padding: 10px 15px 12px 15px;
    line-height: 1.35;
  }
  
  #col_center1 {
    margin: 16px 0px 10px 11px;
  }
  
  #col_center_header {
    margin: 0px 8px 8px 6px;
    background-repeat: no-repeat;
    height: 127px;  
  }
  
  #col_center_first {
    background-image: url('/img/col_center_first.gif');
    background-repeat: no-repeat;
    padding: 1px 5px;
    
  }
  
  .col_center {
    background-image: url('/img/col_center.gif');
    background-repeat: no-repeat;
  }
  
  .col_center:hover {
    background-image: url('/img/col_center_orange.gif');
    background-repeat: no-repeat;
  }
  
  #col_center_last {
    background-image: url('/img/col_center_last.gif');
    background-repeat: no-repeat;
    height: 9px;
  }
  
  #col_right {
    float: left;
    width: 234px; 
  }
  
  #col_right1 {
    margin: 153px 0px auto 9px;
  }
  
/*
  #col_blue {
    background-color: rgb(159, 192, 252);
    height: 155px;
  }
  
  #col_green {
    background-color: rgb(153, 204, 000);
    height: 121px;
  }
  
  #col_dark {
    background-color: rgb(023, 023, 149);
    height: 155px;
  }
  
  #col_blue, #col_green, #col_dark {
    margin-bottom: 16px;
  }
  
  */
  
  #col_left ul {
    background: #EAEAFF;
  }
  
  #col_left ul li.l_title {
    background: url('/img/col_left.gif') no-repeat;
    font-size: 1.8em;
    font-weight: bold;
  }
  
  #col_left ul li.l_title_first {
    background: url('/img/col_left_1.gif') no-repeat;
  }
  
  #col_left ul li.l_title a {
    color: #3939A5;
    padding: 0;
    margin: 0;
  }
  
  h2.c_title a {
    color: #171794;
    display: block;
    width: 450px;
  }
  
  h2.c_title a:HOVER {
    color: #E5951F;
  }
  
