* {
  margin: 0;
  padding: 0;
}
a {
  color: #3366cc;
}
a:hover {
  color: #0066ff;
}
body {
  margin: 0;
  background: white url(img/stripe.png) repeat scroll center;
  color: #444444;
  font-family: "Lucida Sans Unicode",sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 62.5%;
  line-height: normal;
}
input {
  color: #555555;
  font-family: "Lucida Sans Unicode",sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 1.1em;
  line-height: normal;
}
h1 {
  font-size: 1.4em;
  margin-bottom: 4px;
}
h5 {
  font-size: 1.3em;
  margin-bottom: 8px;
  font-weight: bold;
  color: white;
  background-color: #eb2a30;
  line-height: 2.2em;
}
h6 {
  font-size: 1em;
  margin-bottom: 8px;
  font-weight: bold;
  color: #555555;
  background-color: #dddddd;
  line-height: 2em;
}
h4 {
  font-size: 1.3em;
  margin-bottom: 8px;
  font-weight: bold;
  font-style: italic;
  color: #3333ff;
  background-color: #66ff99;
  line-height: 1.5em;
}
code {
  border-style: solid;
  border-color: #f0f0f0 #f0f0f0 #f0f0f0 #3399ff;
  border-width: 1px 1px 1px 6px;
  padding: 8px 10px;
  background: transparent url(img/bgcode.gif) repeat scroll 0% 50%;
  color: #555555;
  display: block;
  font-family: "Lucida Sans Unicode",serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 1.1em;
  line-height: normal;
  margin-bottom: 12px;
  white-space: pre;
}
cite {
  background: transparent url(img/quote.gif) no-repeat scroll 0% 50%;
  color: #666666;
  display: block;
  font-family: "Lucida Sans Unicode",serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 1.3em;
  line-height: normal;
  padding-left: 28px;
}
h1, h2, h3 {
  color: #367ea6;
  padding-top: 6px;
}
.clearer {
  clear: both;
}
.container {
  margin: 0 auto;
  background-attachment: scroll;
  background-position:  0% 0%;
  padding-bottom: 6px;
  background-repeat: repeat-y;
  background-color: white;
  width: 800px;
}
.header {
  background-color: transparent;
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: left center;
  width: 100%;
  height: 158px;
}
.title h1 {
  color: #ffffff;
  font-family: Verdana,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 3em;
  height: 150px;
  line-height: 150px;
  margin-bottom: 8px;
  text-align: center;
}
.navigation {
  margin-bottom: 4px;
}
.navigation a {
  border-right: 1px solid #ffffff;
  padding: 8px 0;
  background-color: #4a91c3;
  float: left;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  color: #ffffff;
  font-family: "Trebuchet MS",sans-serif;
  font-variant: normal;
  font-size: 1.2em;
  width: 15%;
  text-decoration: none;
}
.navigation a:hover {
  background-color: #000000;
  color: #ffffff;
}
.main {
  padding: 0px 18px 8px;
  clear: both;
}
.sidenav h1, .sidenav ul {
  padding-left: 8px;
}
.sidenav {
  border-color: #e5e5e5 #333333 #e5e5e5 #e5e5e5;
  border-width: 1px;
  border-right: 1px solid #333333;
  background: #efefef none repeat scroll 0% 50%;
  float: left;
  width: 180px;
}
.sidenav h1 {
  color: #8dab3b;
  font-size: 1.6em;
  height: 20px;
  margin-top: 1.6em;
  line-height: 0em;
}
.sidenav li {
  border:  none;
  margin: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
.sidenav li a {
  padding: 3px 6px 3px 14px;
  color: #777777;
  display: block;
  font-size: 1.4em;
  text-decoration: none;
  line-height: 1.4em;
}
.sidenav li a:hover {
  color: #111111;
}
.sidenav li.activelink a {
  color: #ffffcc;
  background-color: #777777;
}
.content {
  overflow: auto;
  width: 570px;
  background-color: white;
  float: right;
  height: 431px;
}
.content .item {
  border:  none;
  padding: 6px 12px;
  background: white none repeat scroll 0% 50%;
  margin-bottom: 8px;
  font-size: 1.4em;
  line-height: 1.4em;
  text-align: justify;
}
.content .descr {
  color: #333333;
  margin-bottom: 6px;
}
form {
  padding: 0 0 6px 8px;
}
.styled {
  border: 1px solid #dddddd;
  padding: 4px;
}
.button {
  border:  none;
  background: transparent url(img/search.gif) no-repeat scroll left bottom;
  height: 27px;
  width: 27px;
}
.footer {
  border-style: solid none none;
  border-color: #333333;
  border-width: 1px;
  margin: 0 auto;
  padding: 2px 6px;
  background: #ffffff none repeat scroll 0% 50%;
  text-align: center;
  font-size: 1.1em;
  color: #666666;
  width: 785px;
}
.footer a {
  color: #3366cc;
  text-decoration: none;
}
.footer a:hover {
  color: #0066ff;
  text-decoration: underline;
}

