* {
  margin: 0;
  padding: 0;
  border: 0;
}
html, body {
  font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
  color: #303030;
}
body {
  text-align: center;
  font-size: 75%;
  line-height: 130%;
}
h1 {
  color: rgb(77, 142, 186);
  font-size: 150%;
  text-align: left;
  margin: 0 0 1em 0;
  line-height: 120%;
  font-weight: bold;
}
h2 {
  color: #333;
  font-size: 120%;
  margin: 1em 0 1em 0;
  text-align: left;
  line-height: 125%;
  font-weight: bold;
}
h3 {
  color: rgb(174, 154, 51);
  font-size: 110%;
  margin: 0.5em 0 0.5em 0;
  text-align: left;
  line-height: 120%;
  font-weight: bold;
}
a {
  color: rgb(194,44,33);
  font-weight: normal;
  text-decoration: underline;
}
a:hover {
  color: rgb(135,55,40);
}
ul, ol {
  margin: 1em 0;
}
ul li {
  list-style-type: square;
  margin: 0 0 0 30px;
  padding: 0;
}
ol li {
  margin: 0 0 0 35px;
  padding: 0;
}
p {
  margin: 0 0 1em 0;
  text-align: justify;
}
img { 
  border: 1px solid rgb(170,170,170);
  padding: 5px;
}
img.noborder {
  border: 0;
  padding: 0;
}
#body {
  width: 817px;
  margin: 10px auto;
  text-align: center;
  border: 1px solid #000;
  background:  rgb(136,183,226);
}
#body_bg {
  width: 100%;
  background: url("style/gfx/bg_all.jpg") left top;
}
#area_top {
  width: 817px;
  height: 190px;
  background: url("style/gfx/bg_area_top.jpg") no-repeat left top;
}
#mid {
  width: 795px;
  clear: both;
  position: relative;
  border: 1px solid #000;
  margin: 0 auto;
  background: #fff;
  text-align: left;
}
#area_left {
  width: 216px;
  float: left;
}
#area_content {
  width: 577px;
  _width: 570px;
  float: left;
}
#area_right {
  width: 0;
  float: right;
}
#area_bottom {
  width: 817px;
  height: 18px;
  clear: both;
}
.midsep {
  clear: both;
}
#area_top a {
  border: 0;
}
#logo {
  float: left;
  margin: 40px 0 0 44px;
}
#logo img {
  float: left;
  _float: none;
}
div.block {
  width: 100%;
  font-size: 90%;
  clear: both;
}
#area_content div.block {
  margin: 15px 0 0 0;
  font-family: Verdana, "Geneva CE", lucida, sans-serif;
  border-left: 1px solid #000;
  padding: 0 0 40px 0;
}
#area_content div.block_body_in {
  margin: 0 30px !important;
  padding-top: 10px;
}
#area_left div.block {
  width: 216px;
  float: left;
  line-height: 120%;
  margin: 0 0 20px 0;
  padding: 0;
}
#logo_menu {
  margin: 20px 0;
  text-align: center;
  width: 100%;
  float: left;
}
ul.vmenu {
  width: 179px;
  font-weight: normal;
  margin: 18px 0 0 16px;
  _margin: 18px 0 0 8px;
  float: left;
}
ul.vmenu li {
  width: 179px;
  height: 40px;
  list-style-type: none;
  margin: 0 0 9px 0;
  padding: 0;
  text-align: center;
  float: left;
}
ul.vmenu a {
  height: 26px;
  _height: 40px;
  color: #303030;
  text-decoration: none;
  font-weight: normal;
  font-size: 130%;
  display: block;
  padding: 14px 0 0 0;
  background: url("style/gfx/bg_menu_item.png") no-repeat left top;
}
ul.vmenu a:hover, ul.vmenu li.menu_item_actual li a:hover {
  background: url("style/gfx/bg_menu_item.png") no-repeat left -40px;
  color: #303030;
}
ul.vmenu li.menu_item_actual a {
  background: url("style/gfx/bg_menu_item.png") no-repeat left -40px;
}
.l, .left { text-align: left; }
.r, .right { text-align: right; }
.c, .center { text-align: center; }
.j, .justify { text-align: justify; }
.fl { float: left; }
.fr { float: right; }
.fn { float: none; }
.va_top { vertical-align: top; }
.va_bottom { vertical-align: bottom; }
.va_middle { vertical-align: middle; }
.dis_none { display: none; }
.dis_block { display: block; }
.dis_inline { display: inline; }
.dis_table_row { display: table-row; }
.nowrap, .nobr { white-space: nowrap; }
.nomargin { margin: 0; padding: 0; }
.cb, .clear { clear: both }
.strong { font-weight: bold; }
.em { font-style: italic; }
.help { cursor: help;	pointer: help; }
.hand {	cursor: pointer; _cursor: hand; }
.small { font-size: 80%; }
.caption { margin: 0 0 2em 0; }

