* {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  vertical-align: top;
  font-size: 100%;
  font-family: Arial, 'Lucida Sans Unicode', sans-serif;
}
body {
  padding: 10px;
}
#menuside ul {
  list-style: none;
  margin: 2em 0;
}
#menuside li {
  margin-top: 0.75em;
  border: solid 1px #0093dd;
}
#menuside a {
  color: #000;
  background: #fff;
  border-left: solid 7px #0093dd;
  font: bold 1em Arial, Verdana, Helvetica, sans-serif;
  text-decoration: none;
  padding: 0.5em;
  display: block;
  position: relative;
}
#menuside a:hover {
  color: #fff;
  background: #0093dd;
  border-left: solid 7px #fff;
}
#menuside .banner img, #menuside .banner a, #menuside .banner a:hover {
  text-align: center;
  background: none;
  border: 0px;
  margin: 0px;
  padding: 0px;
}
#contentside h1, h2, h3 {
  font: bold 1.5em Arial, Verdana, Helvetica, sans-serif;
  color: #0093dd;
  background-color: inherit;
  text-align: center;
  margin: 0.25em 0;
}
#content h1 {
  border-bottom: 3px solid #0093dd;
}
#content h2 {
  font-size: 1em;
}
#content h3 {
  font-size: 0.75em;
}
#content p {
  font: 0.8em Arial, Verdana, Helvetica, sans-serif;
  line-height: 1.5em;
  text-align: justify;
  text-indent: 2em;
  color: #000;
  background-color: inherit;
  margin: 0;
}
#content a {
  text-decoration: none;
  color: #0093dd;
  background-color: inherit;
}
#content a:hover {
  text-decoration: underline;
  color: #00f;
  background-color: inherit;
}
.info_text {
  cursor: help;
}
#content .bold_text {
  font-weight: bold;
}
#content ul {
  width: 70%;
  font: 0.8em Arial, Verdana, Helvetica, sans-serif;
  line-height: 1.5em;
  text-align: justify;
  text-indent: 2em;
  color: #000;
  background-color: inherit;
  margin: 0.5em auto;
}

#content ul li ul {
  width: 70%;
  font: 0.9em Arial, Verdana, Helvetica, sans-serif;
  line-height: 1.5em;
  text-align: justify;
  text-indent: 2em;
  color: #000;
  background-color: inherit;
  margin: 0.5em auto;
}

#content ul.nav {
  list-style: none;
  text-align: left;
  width: 100%;
}

.caption_ul {
  list-style: none;
  font-weight: bold;
}

.pdf_nav {
  font: 0.8em Arial, Verdana, Helvetica, sans-serif;
}

.img_left {
  float: left;
  padding: 0.5em;
  border: none;
}

.img_right {
  float: right;
  padding: 0.5em;
  border: none;
}

.img_pdf {
  vertical-align: middle;
  border: none;
}



#base {
  width: 100%;
  background-image: url(../images/fon_base.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}
#headerside {
  height: 60px;
  width: 240px;
}
#slogan {
  vertical-align: middle;
}
#slogan h1 {
  font: italic bold 18px Arial, Helvetica, sans-serif;
  text-align: center;
  color: #0093dd;
  background: #fff;
}
#emptiside_g {
  height: 20px;
}
#emptiside_v {
  width: 30px;
}
#copyright p {
  text-align: center;
  margin: 0.5em 0;
}
#fon_menu {
  width: 210px;
  background-image: url(../images/fon_menu.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}
#fon_content {
  background-image: url(../images/fon_content.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}
#fon_bottom_menu {
  margin-left: 10px;
  background-image: url(../images/fon_bottom.jpg);
  background-repeat: repeat-x;
  background-position: bottom;
}
#fon_bottom_content {
  margin-right: 10px;
  background-image: url(../images/fon_bottom.jpg);
  background-repeat: repeat-x;
  background-position: bottom;
}
#fon_bottom_footerside {
  background-image: url(../images/fon_bottom.jpg);
  background-repeat: repeat-x;
  background-position: bottom;
}
.fon_right {
  background-image: url(../images/fon_right.jpg);
  background-repeat: repeat-y;
  background-position: right;
}
.fon_left_bottom {
  background-image: url(../images/fon_left_bottom.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
}
.fon_right_top {
  background-image: url(../images/fon_right_top.jpg);
  background-repeat: no-repeat;
  background-position: right top;
}
.fon_right_bottom {
  background-image: url(../images/fon_right_bottom.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
}
#fon_right_top_menu {
  background-image: url(../images/fon_right_top_menu.jpg);
  background-repeat: no-repeat;
  background-position: right top;
}
#menuside {
  padding: 0 10px 10px 0;
}
#menuside div {
  border: solid 1px #0093dd;
  background-image: url(../images/fon_bottom_text.jpg);
  background-repeat: repeat-x;
  background-position: bottom;
  padding: 0.5em;
}
#contentside {
  padding: 0 10px 10px 0;  
}
#contentside #content {
  border: solid 1px #0093dd;
  background-image: url(../images/fon_bottom_text.jpg);
  background-repeat: repeat-x;
  background-position: bottom;
  padding: 0 1em 1em 1em;
}
#footer {
  padding: 0 10px 10px 0;
}
#footer div {
  border: solid 1px #0093dd;
  background-image: url(../images/fon_bottom_text.jpg);
  background-repeat: repeat-x;
  background-position: bottom;
  padding: 0.5em;
  text-align: center;
}