*{
  margin: 0;
  padding: 0;
}
body{
  background: #0074BE url(img/body_bg.jpg) 50% 0 repeat-y;
  font: 12px Arial, Tahoma, Verdana, sans-serif;
  color: #666;
}
#data{
  background: url(img/top_part.jpg) 50% 0 no-repeat;
  /*min-height: 1000px;*/
}
#wrap{
  background: url(img/bg.jpg) 50% 0 repeat-y;
}
#basis{
  background: url(img/bot_part.jpg) 50% 100% no-repeat;
}
a img{
  border: 0;
}
a{
  color: #0074BE;
}
li{
  list-style-type: none;
  list-style-position: outside;
}
#header{
  position: relative;
  width: 960px;
  margin: 0 auto;
  height: 66px;
  z-index: 2;
}
#topTxt{
  float: right;
  padding: 17px 2px 0 0;
  color: #fff;
}
#topTxt img{
  display: block;
}
#topMenu{
  color: #fff;
  float: left;
  padding: 5px 0 0 4px;
}
#topMenu a{
  color: #fff;
  text-decoration: none;
  padding: 0 9px 0 6px;
}
#topBg{
  background: url(img/top_bg.jpg) 0 0 repeat-x;
}
#caption{
  position: absolute;
  top: 48px;
  right: 1px;
}
#content{
  width: 940px;
  margin: 0 auto;
  border: 3px solid #20C0DA;
  background: #fff;
  padding: 9px 7px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#leftPart{
  float: left;
  position: relative;
  width: 220px;
  height: 185px;
  margin-bottom: 6px;
}
#rightPart{
  float: left;
  width: 720px;
  margin-bottom: 6px;
}
#rightPart img{
  float: left;
}
#date{
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  color: #BABCBE;
  position: absolute;
  bottom:0;
  left:0;
}
.menuWrap{
  clear: both;
  width: 940px;
  color: #fff;
  font-size: 15px;
  text-align: right;
  background: #0074BE;
  margin-bottom: 9px;
  overflow: hidden;
}
.menu{
  float: right;
}
.menu li{
  float: left;
  display: block;
  background: url(img/slash.gif) 0 50% no-repeat;
  padding-left: 1px;
}
.menu a{
  color: #fff;
  text-decoration: none;
  padding: 8px 25px 9px 21px;
  display: block;
}
.menu a:hover{
  background-color: #3A95CF;
}
.menu .firstTab{
  background-image: none;
}
#column{
  float: left;
  width: 203px;
  background: #E2E2E4 url(img/col_bg.jpg) 0 100% repeat-x;
  padding: 0 8px 110px 9px;
  margin-bottom: 12px;
}
#column img{
  float: right;
  margin: 3px 0 0 3px;
  display: inline;
}
#column p{
  padding-bottom: 7px;
}
#column a{
  color: #FFCC33;
}
h2{
  font-size: 16px;
  font-weight: normal;
  color: #0074BE;
  padding-top: 14px;
}
#column h2{
  padding-bottom: 13px;
}
#main{
  float: right;
  width: 710px;
  padding-bottom: 12px;
  min-height: 456px;
}
#main h2{
  padding-bottom: 2px;
}
.item{
  padding: 13px 0 0 0;
}
.item a{
  font-weight: bold;
}
.item p{
  padding: 6px 0 0 0;
}
.dot{
  font-size: 0;
  line-height: 0;
  height: 1px;
  background: url(img/dot.gif) 0 100% repeat-x;
  padding: 17px 0 0 0;
  clear: both;
}
dl{
  padding: 10px 10px 0 0;
  float: left;
  width: 211px;
}
dt{
  font-size: 14px;
  padding-bottom: 8px;
}
dd{
  background: url(img/arrow.gif) 1px 8px no-repeat;
  padding: 0 0 0 10px;
  line-height: 18px;
}
dd a{
  text-decoration: none;
}
.menuWrap#botMenu{
  background: #D291C0;
}
.menuWrap#botMenu .menu a:hover{
  background-color: #E2A8D2;
}
#botSquares{
  display: block;
}
#footer{
  width: 960px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  padding: 12px 0 14px 0;
}
#tabs{
  width: 100%;
  overflow: hidden;
  background: #D291C0;
  font-size: 16px;
  line-height: 19px;
}
#tabs li{
  float: left;
  margin-left: -2px;
  display: inline;
  background: url(img/border.gif) 100% 50% no-repeat;
}
#tabs li.lastTab{
  background: none;
}
#tabs a{
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 2px 10px 1px 12px;
}
#tabs a:hover{
  background: #D393C1 url(img/link_bg.gif) 0 0 repeat-x;
}
.line{
  padding: 4px 10px 3px 10px;
  color: #33CCCC;
}
.line.dark{
  background: #C7EFF6;
}
form{
  margin: 86px 0 6px 0;
}
fieldset{
  border: 1px solid #20C0DA;
  position: relative;
}
fieldset legend{
  font-size: 16px;
  color: #20C0DA;
  background: #fff;
  margin-left: 9px;
}
#formContent{
  padding: 9px 0 32px 7px;
}
#formContent li{
  padding-bottom: 9px;
}
#formContent label{
  color: #20C0DA;
  padding-left: 3px;
}
.textField{
  border: 1px solid #20C0DA;
  width: 166px;
  color: #33CCCC;
  padding: 1px 0 2px 4px;
}
.submitBtn{
  color: #20C0DA;
  border: 0;
  background: none;
  margin-top: 20px;
  font-size: 13px;
}

