body, html {
  margin: 0;
  padding: 0;
  text-align: center;
  height: 100%;
  font-family: Verdana;
  font-size: 10pt;
  background: #625F69 url(pics/bg_main_5.png);
}

.page {
  position: relative;
  top: 0px;
  left: 0px;
  width: 1000px;
  background: #625F69 url(pics/bg_page_5.png) repeat-x 0px 160px;
  margin: auto;
  text-align: left;
  border-right: 2px solid #46414B;
  border-left: 2px solid #46414B;
  min-height: 100%;
}

.head {
  height: 160px;
  background-image: url(pics/banner_5.jpg);
  border-top: 15px solid #37333B;
  border-bottom: 0px solid #21261C;
}

.content {
  padding: 65px 30px 80px 220px;
  font-family: Verdana;
  font-size: 10pt;
  color: #FAFAFA;
}

.navigation {
  top: 235px;
  left: 20px;
  position: absolute;
}

.foot {
  background: #37333B;
  padding: 4px 0 4px 1px;
  color: #FAFAFA;
  position: absolute;
  bottom: 0px;
  clear: both;
  width: 100%;
}

A, A:Visited, A:Active {
  color: #FAFAFA;
}

A:Hover {
  color: #FCE094;
}

.heading {
  font-size: 14pt;
  font-family: Verdana;
  color: #FAFAFA;
}

.programs1 {
  background: #76727E 25px center no-repeat;
  padding-left: 85px;
  padding-top: 35px;
  padding-bottom: 35px;
  display: block;
  text-decoration: none;
}

.programs2 {
  background: #76727E;
  padding-left: 85px;
  padding-top: 0px;
  padding-bottom: 25px;
  display: block;
  text-decoration: none;
  font-family: Verdana;
  font-size: 10pt;
}

A.btn, A.btn:Visited, A.btn:Active {
  font-family: Verdana;
  font-size: 10pt;
  font-weight: bold;
  color: #FAFAFA;
  text-decoration: none;
  width: 140px;
  display: block;
  padding: 5px 0 5px 15px;
  background: #6B6B85;
  border: #AAAAAA 1px solid;
}

A.btn:Hover {
  color: #FCE094;
  background: #7F7F99;
}

.message_feedback {
  background: #76727E;
  width: 300px;
  padding: 30px;
}

.history_left {
  padding: 2px 0px 2px 5px;
  background: #76727E;
}

.history_right {
  padding: 2px 5px 2px 0px;
  background: #76727E;
}

.history_build {
  font-weight: normal;
  font-size: 8pt;
}

.ul_blog {
  list-style-type: square;
  margin-top: 2px;
  margin-left: 0px;
  padding: 0px 10px 0px 20px;
}

.li_blog {
  padding-top: 3px;
}