body {
  text-align: center;
  background-color: #444444;
}

#b_page {
  margin: auto;
  width: 1050px;
  text-align: left;
  position: relative;
  top: 5px;
}

#b_title {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1046px;
  height: 14px;
  background-color: #c5b28d;
  border-bottom: 1px dashed #aaaaaa;
  padding: 2px;
  color: #222222;
  text-align: right;
}

#b_topnav {
  position: absolute;
  left: 0px;
  top: 19px;
  width: 1050px;
  height: 20px;
  border-bottom: 1px solid black;
  vertical-align: bottom;
  background-color: white;
}

#b_topnav_app {
  position: absolute;
  left: 3px;
  top: 3px;
  color: #44371E;
  font-weight: bold;
}

#b_topnav table {
  margin-left: 140px;
}

#b_topnav td {
  background-color: #FAFAFA;
}

#b_topnav a {
  text-decoration: none;
}

#b_body {
  position: absolute;
  left: 139px;
  top: 40px;
  width: 901px;
  padding: 5px;
  min-height: 698px;
  background-color: #fff9ec;
}

#b_left {
  position: absolute;
  left: 0px;
  top: 40px;
  width: 130px;
  background-color: #e8dcc5;
  border-right: 1px dashed #aaaaaa;
  padding: 4px;
  margin: 0;
  min-height: 700px;
}

#b_left h3 {
  margin: 15px 0 0 0;
  border-top: 1px solid gray;
  padding: 3px 0 3px 0;
  font-size: 10pt;
  font-family: Tahoma;
  text-align: center;
}

.ma_block a {
  display: block;
  background-color: #e5e2db;
  margin: 0 0 1px 0;
  padding: 1px 1px 1px 3px;
  text-decoration: none;
  color: brown;
  border-left: 3px solid #e5e2db;
}

.ma_block a:hover {
  background-color: #e6cb98;
  color: brown;
  padding: 1px 1px 1px 3px;
  border-left: 3px solid brown;
}

.ma_block img {
  vertical-align: middle;
}

h1 {
  font-size: 12pt;
  margin: 0 0 10px 0;
  padding: 2px 2px 2px 5px;
  color: #fff9ec;
  background-color: #856c3b;
}

legend img {
  vertical-align: middle;
}
