/* CSS Document */

body {
background-color: #ffffff;
font-family: Calibri, Verdana;
}


a {
color: #da251c;
text-decoration: none;
}

  a:hover {
  color: #da251c;
  text-decoration: underline;
  }
  

#l {
width: 240px;
text-align: center;
float: left;
}


#r {
width: 240px;
text-align: center;
float: right;
}


#slt {
width: 200px;
text-align: left;
padding: 4px 4px 4px 4px;
}

  #t {
  padding: 8px 3px 8px 3px;
  }


#hdr {
color: #da251c;
font-weight: bold;
font-size: 16px;
border-bottom: 1px solid #fc0505;
padding-bottom: 5px;
}

  #hdl {
  color: #da251c;
  font-weight: bold;
  font-size: 14px;
  }


#comp {
background-color: #ffffff;
width: 1034px;
padding: 5px 5px 5px 5px;
}
  

  #emb {
  background: #ffffff url(../images/bg_emb.png) no-repeat;
  width: 1024px;
  height: 120px;
  text-align: left;
  }
  
    #embhdr {
    color: #da251c;
    font-weight: bold;
    font-size: 20px;
    float: left;
    padding: 50px 20px 20px 20px;
    }
  
  
  #bordtop {
  background: url(../images/bg_bord_top.png) no-repeat;
  width: 424px;
  height: 40px;
  float: left;  
  }
  
  #bordbottom {
  background: url(../images/bg_bord_bottom.png) no-repeat;
  width: 424px;
  height: 40px;
  float: left;  
  }
  
  #imgs {
  background: url(../images/bg_innav.png);
  width: 424px;
  height: 200px;
  float: left;
  padding: 3px 5px 2px 7px;
  }


  #nav {
  background-color: #ffffff;
  width: 424px;
  height: 290px;
  text-align: center;
  float: left;
  padding: 5px 5px 5px 5px;
  }


    #bords {
    width: 1024px;
    height: 20px;
    }

  #bordleft {
  background: url(../images/bg_bord_left.png) no-repeat;
  width: 50px;
  height: 20px;
  float: left;
  }
  
  #bordright {
  background: url(../images/bg_bord_right.png) no-repeat;
  width: 50px;
  height: 20px;
  float: right;
  }

  #nav2 {
  background-color: #000000;
  width: 924px;
  height: 20px;
  text-align: center;
  float: left;
  }

  #innav {
  background: ;
  width: 115px;
  height: 20px;
  float: left;
  }
  
    .innav a{
    color: #ffffff;
    text-decoration: none;
    float: left;
    }

      .innav a:hover{
      color: #da251c;
      text-decoration: none;
      font-weight: bold;
      float: left;
      }


    .innav .active{
    color: #da251c;
    text-decoration: none;
    font-weight: bold;
    float: left;
    }


  #main {
  background-color: #ffffff;
  width: 590px;
  height: 400px;
  float: right;
  text-align: left;
  font-size: 13px;
  padding: 50px 80px 50px 30px;
  }


  #quart {
  background: #000000;
  color: #ffffff;
  width: 924px;
  height: 20px;
  text-align: right;
  float: left;
  font-size: 12px;
  padding: 3px 3px 3px 3px;
  }


* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}