* {
  margin: 0;
  padding: 0;
  border: 0;
}
html, body {
  font-family: Verdana, "Geneva CE", lucida, sans-serif;
  color: rgb(75,67,67);
}
html {
  text-align: center;
}
body {
  text-align: center;
  font-size: 85%;
  line-height: 130%;
  background: rgb(216,221,229);
}
h1 {
  font-size: 140%;
  font-weight: normal;
  margin: 2em 0 1em 0;
  text-align: left;
  padding: 0;
}
h2 {
  font-size: 120%;
  color: rgb(86,85,52);
  padding: 0;
  margin: 1em 0;
}
h3 {
  font-size: 110%;
  padding: 0;
  margin: 1em 0;
}
a {
  text-decoration: underline;
  color: rgb(86,85,52);
}
a:hover {
  color: rgb(144,85,51);
}
ul, ol {
  margin: 1em 0;
}
ul li {
  list-style-type: square;
  margin-left: 40px;
}
ol li {
  margin-left: 30px;
}
p {
  margin: 0 0 1em 0;
}
#body {
  width: 773px;
  margin: 0 auto;
  text-align: left;
}
#area_top {
  width: 773px;
  height: 219px;
  line-height: 130%;
  background: url("style/gfx/bg_area_top.jpg") no-repeat left top rgb(245,218,17);
}
#mid {
  width: 773px;
  clear: both;
  position: relative;
  background: #fff;
}
#area_left {
  width: ;
  float: left;
}
#area_content {
  width: 773px;
  float: left;
  background: #fff;
}
#area_right {
  width: 200px;
  float: right;
  padding: 0 0 40px 0;
}
#area_bottom {
  width: 743px;
  _width: 773px;
  height: auto;
  clear: both;
  font-size: 90%;
  _font-size: 85%;
  padding: 8px 0 8px 30px;
  background: rgb(245,218,17);
  float: left;
}
.midsep {
  clear: both;
}
a#logo {
  width: 142px;
  height: 60px;
  margin: 13px 0 14px 16px;
  _margin: 13px 0 17px 8px;
  display: block;
  float: left;
  line-height: 130%;
  font-size: 80%;
}
a#logo:hover {
  text-decoration: none;
}
div.block {
  width: 100%;
  font-size: 90%;
  clear: both;
}
div.block ul li {
  margin: 0 0 0 25px;
  list-style-type: square;
}
#area_content div.block {
  margin: 20px 0  0 0;
  float: left;
}
#area_content div.block_body_in {
  margin: 0 20px 0 55px;
}
div#navi {
  width: 100%;
  height: 32px;
  float: left;
}
ul.hmenu_dd {
  width: 100%;
  height: 32px;
  margin: 0;
  background: rgb(250,244,143);
}
ul.hmenu_dd li {
  list-style-type: none;
  line-height: 24px;
  float: left;
  margin: 0;
}
ul.hmenu_dd a {
  color: #000;
  font-size: 90%;
  font-weight: bold;
  display: block;
  padding: 4px 20px 4px 20px;
  text-decoration: none;
  float: none;
  _float: left;
  margin: 0;
}
ul.hmenu_dd a:hover {
  color: rgb(144,85,51);
  background: #fff;
} 
ul.hmenu_dd li.menu_item_actual a {
  color: rgb(144,85,51);
  background: #fff;
}
ul.hmenu_dd li.menu_item_actual ul li a {
  color: #000;
  background: rgb(250,244,143);
}
ul.hmenu_dd ul {
  margin: 0;
  padding: 0;
  visibility: hidden;
  position: absolute;
  background: rgb(250,244,143);
  border-top: 1px solid rgb(86,85,52);
  clear: both;
  z-index: 999;
}
ul.hmenu_dd ul ul, ul.hmenu_dd ul ul ul {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 216px;
  _left: 180px;
  background: rgb(250,244,143);
  border: 1px solid #fff;
  border-top: 1px solid rgb(86,85,52);
  margin-top: -28px;
  visibility: hidden !important;
}
ul.hmenu_dd ul a {
  width: 186px;
  height: auto;
  line-height: 20px;
  color: #000;
  padding: 3px 10px 3px 20px;
  float: none;
  font-size: 90%;
  font-variant: normal;  
  font-weight: normal;
  border-bottom: 1px solid rgb(86,85,52);
}
ul.hmenu_dd ul a:hover {
  color: rgb(144,85,51) !important;
  background: #fff !important;
}
ul.hmenu_dd ul ul a {
  width: 186px;
}
ul.hmenu_dd li:hover ul, ul.hmenu_dd li.hover ul {
  visibility: visible;
}
ul.hmenu_dd li:hover li:hover ul, ul.hmenu_dd li.hover li.hover ul,
ul.hmenu_dd li:hover li:hover li:hover ul, ul.hmenu_dd li.hover li.hover li.hover ul
 {
  visibility: visible !important;
}
ul.hmenu_dd li:hover li:hover ul ul, ul.hmenu_dd li.hover li.hover ul ul {
  visibility: hidden;
}
ul.hmenu_dd li li, ul.hmenu_dd li li li {
  float: none;
  _float: left;
  clear: both;
  border: 0;
  padding: 0;
  text-align: left;
  height: auto;
}
ul.hmenu_dd li {
  behavior: url("/style/dropdown_menu_hover.htc");
}
table {
  border: 0;
  font-size: 100%;
  border-collapse: separate;
  margin: 0.5em 0 1em 0;
  color: #333;
}
caption {
  font-style: italic;
  color: #cc6600;
}
td {
  border: 1px solid #999;
  vertical-align: top;
  padding: 3px 5px;
}
tr {
  background-color: #fdfdfd;
}
tr td  {
  border-color: #dddddd;
  vertical-align: top;
}
tr.odd {
  background-color: #fff;
}
tr.odd td {
  border-color: #eeeeee;
}
tr.even {
  background-color: #F6F6F6;
}
tr.even td {
  border-color: #cccccc;
}
td {
  margin: 1px;
  padding: 1px 3px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
}
th, tr td.thead {
  margin: 1px;
  padding: 1px 3px;
  background: url('style/gfx/bg_table_head.gif') repeat-x #fafafa;
  background-position: left bottom;
  border: 1px solid #dddddd;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}
td.accept, tr.accept td {
  background-color: #ddf1da;
  border-color: #a9d299;
}
td.alert, tr.alert td {
  background-color: #fbeeb5;
  border-color: #f7dc5e;
  color: #776306;
}
td.warning, tr.warning td {
  background-color: #ffe6d7;
  border-color:#ff8866;
  color: #8a3400;
}
td.minor, tr.minor td {
  background-color: #f6f6f6;
  border-color: #cccccc;
  font-style: italic;
  color: #333333;
}
td.major, tr.major td {
  background-color: #ebf2fe;
  border-color: #cee0fd;
  color: #12404a
}
form {
  background: #fafafa;
  margin: .5em 0;
  padding-bottom: 20px;
  border: 3px solid #aaa;
  float: left;
  clear: both;
  text-align: center;
}
fieldset {
  padding: 10px 15px 15px 15px;
  margin: 10px;
  border: 1px solid #d6d5d9;
  background: #fdfdfd;
  text-align: left;
  float: left;
}
legend {
  font-weight: bold;
  font-variant: small-caps;
  color: #026783;
}
label {
  font-weight: bold;
  display: block;
  float: left;
  clear: both;
  margin-top: 4px;
  width: 10em;
}
input, select, textarea {
  margin-top: 4px;
  font-size: .9em;
  border: 1px solid #c6c0b0;
  padding: 1px 3px;
  float: left;
}
select {
  padding: 0 2px;
}
textarea {
  width: 40em;
  height: 6em;
  display: block;
  clear: both;
}
input.submit {
  display: block;
  float: none;
  clear: both;
  margin: 0px auto;
  _margin: 0px;
  padding: 1px 10px;
  _padding: 2px 0px 0px 0px;
  border: 1px solid #aaa;
  font-weight: normal;
  font-size: .9em;
  color: #fff;
  background: url('style/gfx/bg_form_submit.gif') repeat-x left bottom #aaa;
}
input.choice {
  border: none;
  clear: none;
  height: 1.5em;
}
.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; }
#area_left, #area_right, #area_top, #area_bottom, #navi {
  display: none;
}
#area_content {
  width: auto;
  float: none;
  font-size: 120%;
  color: #000;
}
body, #body, #mid, #area_top {
  width: auto;
}
img {
  overflow: hidden;
}
a {
  font-weight: normal;
  text-decoration: underline;
}
.print {
  display: block;
}
.image_right {
  float: right;
  margin: 0 0 1em 1em;
}
.image_left {
  float: left;
  margin: 0 1em 1em 0;
}
.photogallery {
}
.photogallery_item {
  width: 160px;
  height: 200px;
  float: left;
  background: url("style/gfx/bg_photogallery_item.png") no-repeat left top;
  margin: 3px;
  text-align: center;
  line-height: 157px;
  vertical-align: middle;
}
.photogallery_item a {
  margin: 0 auto;
  text-decoration: none;
}
.photogallery_item a span {
  line-height: 100%;
  display: block;
  color: #999;
  font-size: 90%;
  margin: 5px 0 0 0;
  text-decoration: none;
}
.photogallery_item a:hover span {
  color: #000;
}
.photogallery_item img {
  vertical-align: middle;
}
.pruh {
  float: left;
  clear: both;
}
