html{height:100%}
html,body {margin:0;padding:0;}
body{
  background-image:url(/images/bg.png);
  background-repeat: repeat;
  text-align:    center;
  min-width:     1024px;
}

*{
  font-family: arial, "sans serif";
}


#hbvertical{
  position:      absolute;
  top:           50%;
  margin-top:    -259px;
  left:          0px;
  width:         100%;
}
#hbhoz {
  width:         914px;
  margin-left:   auto;
  margin-right:  auto;
  height:        517px;
  background-image: url(/images/hb-background.png);
  background-repeat: no-repeat;
	position:      relative;
}
#hbbetween{
	margin-left:   64px;
  margin-right:  auto;
  width:         780px;
  padding-top:   196px;
}

#menu{
  width:         147px;
  text-align:    left;
  float:         left;
}

#txt{
  width:         570px;
  padding-left:  31px;
  padding-right: 30px;
  font-family:   arial, "sans serif";
  font-size:     13px;
  color:         #838383;
  text-align:    left;
  line-height:   18px;
  float:         left;
}

#disclaimer{
	position:      absolute;
  top:           246px;
  left:          620px;
  font-family:   arial, "sans serif";
  font-size:     13px;
  color:         #838383;
  text-align:    left;
  line-height:   18px;
}







.main_active{
	font-size: 17px;
  font-weight:bold;
  line-height: 29px;
  padding-left: 20px;
  background-image: url(/images/menu-bg.png);
  background-repeat: repeat;
	display: block;
}
.main_active a{
	color:#ffffff;
	display: block;
}
.main_not_active{
	font-size: 17px;
  font-weight: 500;
  line-height: 34px;
  text-indent: 20px;
	display: block;
}
.main_not_active a{
  color: #838383;
	display: block;
}
.sub_active{
	font-size: 13px;
  font-weight: bold;
  line-height: 27px;
  text-indent: 20px;
	display: block;
}
.sub_active a{
	color: #08257d;
	display: block;
}
.sub_not_active{
	font-size: 13px;
  line-height: 27px;
  text-indent: 20px;
	display: block;
}
.sub_not_active a{
  color: #838383;
	display: block;
}

#menu a, #menu a:visited, #menu a:hover{
  text-decoration: none;
}



#txt a, #disclaimer a{
  text-decoration: none;
  color: #839db6;
  font-family: arial, "sans serif";
  font-size:11pt;
}

#txt input, #txt textarea {
/*  color: #BCD4EC;*/
  font-family: arial, "sans serif";
  font-size:11pt;
  width:250px;
}