body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000; }

body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	background-image: url(top.png);
	background-position: top center;
	background-repeat: no-repeat; }

div.boxik   { position: absolute; line-height: 130%; font-size: 95%; background-color: #ffffff; padding: 10px; width: 180px; height: 345px; text-align: center; }
div.boxik   { overflow: auto; scrollbar-base-color: rgb(255, 102, 0); scrollbar-track-color: rgb(0,0,0); 
clip: rect(16px auto auto auto); padding-top: 26px; }
#pravy_boxik { right: 0px; top: 180px; }

#pagewidth {
  width: 1000px;
  text-align: left; 
  margin-left: auto;
  margin-right: auto; }

#header {
  position: relative; 
  height:199px;
  width:100%; }

#leftcol {
  width: 250px;
  float: left;
  position: relative;
  background-color: white;
  padding: 10px;
  margin: 0px 0px 0px 10px; }

#maincol {
  background-color: white;  
  float: right;
/*  display: inline; */
  position: relative; 
  width: 710px; }
 
#footer {
  height: 200px;
/*  clear: both;*/
  width: 1000px;
	vertical-align: bottom;
	background-image: url(dn.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border: 0px; } 

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; }

.clearfix { display: inline-block; }

a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: none;
}

#maincol p { line-height: 20px; }

#maincol a[href^='http:'] {
	padding-right:12px;
	background-image:url(extlink.gif);
	background-position:100% 50%;
	background-repeat:no-repeat;
	}

#maincol a[href$='.pdf'] {
	padding-left:22px;
	background-image:url(pdf.gif);
	background-position:0% 0%;
	background-repeat:no-repeat;
	}

#maincol a[href$='.doc'] {
	padding-left:22px;
	background-image:url(doc.gif);
	background-position:0% 0%;
	background-repeat:no-repeat;
	}

#maincol a[href$='.xls'] {
	padding-left:22px;
	background-image:url(xls.gif);
	background-position:0% 0%;
	background-repeat:no-repeat;
	}

form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
.header {
	vertical-align: top;
	height: 106px;
}

.menu {
	vertical-align: top;

	width: 250px;
	padding: 10px 5px 10px 10px;

}

.menu ul, .menu li{

	list-style-image: url(btn.png);
	margin: 0px 0px 0px 10px;
	padding: 0px;

}

.menu ul {

	font-size: 14px;
	border-bottom: 0px;

	background-color: #ffffff;

}

.menu ul ul {

	padding-left: 10px;
	padding-right: 0px;

	font-size: 12px;
}

.menu a:link, .menu a:visited, .menu a:active {

	padding: 4px 10px;
	color: #000000;

	display: block;

	background-color: #ffffff;

	text-decoration: none;

}

.menu a:hover {

	text-decoration: none;

	font-style: italic;
}

.menu_current {
	font-weight: bold;

}

.current {
	font-weight: bold;
}
.highlight {
	background-color: #D0D0D0;
}
.content {
	padding: 40px 20px;
	height: 400px;
	vertical-align: top;
}

