body{
  font-family:Arial;
  margin:0px;
  padding:0px;
  font-size:11px;
  color: #7E8C8F;
  background:#C1C1C1;
}

#mainBody{
  background:#FFFFFF;
}

a{
  color:#777777;
  outline:none;
}

.home_first_para, .home_second_para, .home_third_para{
 float:right;
 text-align:left;
 width:503px;
 z-index:100;
 position:absolute;
}

.home_second_para{
  top:405px;
  left:180px;
  width:375px;
  word-wrap:break-word;
  z-index:99;
  position:absolute;
}

.home_third_para{
  top:500px;
  left:300px;
  width:250px;
  word-wrap:break-word;
  z-index:98;
  position:absolute;
}

.floatMale{
  position:absolute;
  left:0px;
  top:400px;
  z-index:1;
}

.news_img{
  display:block;
  float:right;
}

.red{
  color:#F22C23;
  text-transform: uppercase;
  font-family: Arial;
  font-weight:bold;
  font-size:12px;
}

.redl{
  color:#F22C23;
  font-family: Arial;
  font-weight:bold;
  font-size:12px;
}

.rightFaq{
  display:block;
  width:250px;
  float:right;
  text-align:justify;
}

.leftFaq{
  display:block;
  width:250px;
  float:left;
  text-align:justify;
}

input[type='text']{
  border:1px solid #999999;
  float:left;
  display:block;
  width:225px;
}

input[type='button']{
  border:1px solid #000000;
  width:65px;
}

textarea{
  border:1px solid #999999;
}

select{
  border:1px solid #999999;
  display:block;
  float:left;
}

input{
  border:expression((this.type=='text')?"1px solid #999999":'1px solid #000000');
  float:expression((this.type=='text')?"left":'none');
  display:expression((this.type=='text')?"block":'fixed');
  width:expression((this.type=='text')?"225px":"65px");
}

.footer, .homefooter{
  font-size:10px;
  color:#777777;
}

.homefooter{
  position:absolute;
  left:250px;
  top:870px;
  z-index:100;
}


