html {
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0 none;
	font-size: 100%;
	margin: 0;
	outline-style: none;
	outline-width: 0;
	padding: 0;
}

body {
	color: #1e4d69;
	font-family: "Tahoma", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 18px;
}

a:link {color: #1e4d69; text-decoration: none}
a:visited {color: #1e4d69; text-decoration: none}
a:hover {color: #a6141d; text-decoration: underline}
a:active {color: #a6141d; text-decoration: none}

textarea {
	overflow: auto;
}

textarea:focus, input[type="text"]:focus {
	border: 1px solid #666666;
}

img {
	border: medium none;
}

img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img[align="left"] {
	float: left;
	margin: 2px 10px 5px 0;
}

img[align="right"] {
	float: right;
	margin: 2px 0 5px 10px;
}

p, .p {
	margin-bottom: 15px;
}

form {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #1e4d69;
	font-weight: normal;
	line-height: 1.1em;
	margin: 0;
	padding: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #1e4d69;
}
h1 {font-size: 32px;}
h2 {font-size: 28px;}
h3 {font-size: 24px;}
h4 {font-size: 20px;}
h5 {font-size: 16px;}
h6 {font-size: 12px;}

div * {
	margin: 0px;
	padding: 0px;
	position: relative;
}

div.clear {
	clear: both;
	font-size: 0px;
}

div.general {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

div.body {
	height: 674px;
	width: 1000px;

}
div.top_area{
	background: #ffffff url(/Templates/kvc/Images/top_logo.jpg) no-repeat scroll left top;
	padding: 15px 0 0 10px;
	height: 75px;
}

div.top_area a img{
	width: 274px;
	height: 56px;
}

div.menu_area{
	height: 43px;
	background: #ffffff url(/Templates/kvc/Images/menu_bottom.jpg) no-repeat scroll left bottom;
	padding-left: 6px;
}

div.menu_area div{
	height: 43px;/*35*/
	float: left;
}

div.menu_area div.items{
	background: #ffffff url(/Templates/kvc/Images/menu_vertical.jpg) repeat-x scroll left top;
}

div.menu_area div.items div a{
	color: #f8f8f8;
	font-family: "Tahoma";
	letter-spacing: 0px;
	font-size: 11px;
	font-weight: bold;
}

div.menu_area div.items div a:hover{
	color: #f8f8f8;
	text-decoration: none;
	font-weight: bold;
}

div.menu_area div.items div.first_item:hover, div.menu_area div.items div.item:hover, div.menu_area div.items div.last_item:hover{/*not work with IE 6*/
	color: #ffffff;
	text-decoration: underline;
}

div.menu_area div.items div.first_item a:hover, div.menu_area div.items div.item a:hover, div.menu_area div.items div.last_item a:hover{
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

div.menu_area div.items div div.item_left, div.menu_area div.items div div.item_right{
	width: 9px;
}

div.menu_area div.items div.first_item div.item_left{
	background: #ffffff url(/Templates/kvc/Images/menu_left.jpg) no-repeat scroll left top;
}

div.menu_area div.items div.last_item div.item_right{
	background: #ffffff url(/Templates/kvc/Images/menu_right.jpg) no-repeat scroll left top;
}

div.menu_area div.items div.item_active div.item_left, div.menu_area div.items div.last_item_active div.item_left{
	background: #ffffff url(/Templates/kvc/Images/menu_left_active.jpg) no-repeat scroll left top;
}

div.menu_area div.items div.first_item_active div.item_left{
	background: #ffffff url(/Templates/kvc/Images/menu_first_left_active.jpg) no-repeat scroll left top;
}

div.menu_area div.items div.first_item_active div.item_right, div.menu_area div.items div.item_active div.item_right{
	background: #ffffff url(/Templates/kvc/Images/menu_right_active.jpg) no-repeat scroll left top;
}

div.menu_area div.items div.last_item_active div.item_right{
	background: #ffffff url(/Templates/kvc/Images/menu_last_right_active.jpg) no-repeat scroll left top;
}

div.menu_area div.items div.item div.item_text, div.menu_area div.items div.item_active div.item_text, div.menu_area div.items div.first_item div.item_text, div.menu_area div.items div.first_item_active div.item_text, div.menu_area div.items div.last_item div.item_text, div.menu_area div.items div.last_item_active div.item_text{
	padding: 13px 1px 0 1px;
	height: 30px;
}

div.menu_area div.items div.item_active div.item_text, div.menu_area div.items div.first_item_active div.item_text, div.menu_area div.items div.last_item_active div.item_text{
	background: #ffffff url(/Templates/kvc/Images/menu_vertical_active.jpg) repeat-x scroll left top;
}

div.menu_area div.search{
	font-size: 11px;
	padding: 8px 8px 0 0;
	height: 35px;
	font-weight: bold;
	float: right;
}
div.menu_area div.search form div{
	height: 35px;
}

div.menu_area div.search form div.search_text{
	padding: 2px 10px 0 0; 
	height: 20px;
}

div.menu_area div.search form div.search_input{
	background: #245b7d url(/Templates/kvc/Images/search_input.jpg) no-repeat scroll left top;
	width: 116px;
	padding: 3px 0 0 3px; 
	height: 19px;
}

div.menu_area div.search form div.search_input input{
	border: none;
	margin-left: 5px;
	width: 109px;
	font-size: 11px;
	color: #f9f7f8;
	background-color: #245a7c;	
}

div.menu_area div.search form div.search_button{
	padding: 0 0 0 6px; 
	height: 20px;
}

div.content_area{
	width: 1000px;
}

div.content_area div.left_content_title{
	width: 700px;
	float: left;
}

div.content_area div.left_content_title div.articles_collection{
	background: #ffffff url(/Templates/kvc/Images/articles_collection.jpg) no-repeat scroll left top;
	height: 350px;
	width: 691px;
	padding: 0 0 0 9px;
}

div.content_area div.left_content_title div.articles_collection div.title{
	font-weight: bold;
	padding: 10px 0 0 60px;
	width: 500px;
	height: 20px;
}
div.content_area div.left_content_title div.articles_collection div.article_block{
	padding: 20px 0 0 11px;
	float: left;
	width: 322px;
	height: 120px;
}

div.content_area div.left_content_title div.articles_collection div.article_block div{
	position: absolute;
}

div.content_area div.left_content_title div.articles_collection div.article_block div.text{
	border: solid 1px #9b9b9b;
	background-color: #f8f8f8;
	padding: 13px 14px 0 106px;
	left: 23px;
	width: 190px;
	height: 105px;
}

div.content_area div.left_content_title div.articles_collection div.article_block div.image{
	border: solid 1px #9b9b9b;
	background-color: #f8f8f8;
	text-align: center;
	left: 13px;
	top: 30px;
	width: 98px;
	height: 98px;
}

div.content_area div.left_content_title div.articles_collection div.article_block div.more{
	bottom: 5px;
	right: 10px;
}

div.content_area div.left_content_title div.articles_collection div.article_block div.more a{
	color: #1e4d69;
	font-weight: bold;
}

div.content_area div.left_content_title div.articles_collection div.article_block div.more a:hover{
	color: #a6141d;
	text-decoration: none;
}

div.content_area div.left_content_title div.articles_collection div.button {
	clear: both;
	float: right;
	padding: 4px 22px 0 0;
}

div.content_area div.left_content_title div.articles_collection div.button div{
	height: 24px;
	float: left;
}

div.content_area div.left_content_title div.articles_collection div.button div.button_left{
	background: #ffffff url(/Templates/kvc/Images/button_left.jpg) no-repeat scroll left top;
	width: 8px;
}

div.content_area div.left_content_title div.articles_collection div.button div.button_body{
	padding: 3px 5px 0 4px;
	height: 21px;
	background: #ffffff url(/Templates/kvc/Images/button_vertical.jpg) repeat-x scroll left top;
}

div.content_area div.left_content_title div.articles_collection div.button a{
	font-size: 11px;
	color: #d8d8d8;
	font-weight: bold;
}

div.content_area div.left_content_title div.articles_collection div.button a:hover{
	color: #ffffff;
}

div.content_area div.left_content_title div.articles_collection div.button div.button_right{
	background: #ffffff url(/Templates/kvc/Images/button_right.jpg) no-repeat scroll left top;
	width: 8px;
}

div.content_area div.left_content_title div.info_blocks{
	width: 700px;
}

div.content_area div.left_content_title div.info_blocks div.info_block_1{
	background: #ffffff url(/Templates/kvc/Images/info_block_1.jpg) no-repeat scroll left top;
	float: left;
	width: 353px;
	height: 167px;
}

div.content_area div.left_content_title div.info_blocks div.info_block_1 div.title{
	padding: 12px 0 0 53px;
	font-weight: bold;
}

div.content_area div.left_content_title div.info_blocks div.info_block_1 div.text{
	padding: 21px 0 0 23px;
	width: 310px;
}

div.content_area div.left_content_title div.info_blocks div.info_block_2{
	background: #ffffff url(/Templates/kvc/Images/info_block_2.jpg) no-repeat scroll left top;
	float: left;
	width: 347px;
	height: 167px;
}

div.content_area div.left_content_title div.info_blocks div.info_block_2 div.title{
	padding: 12px 0 0 48px;
	font-weight: bold;
}

div.content_area div.left_content_title div.info_blocks div.info_block_2 div.text{
	padding: 21px 0 0 18px;
	width: 310px;
}

div.content_area div.left_content{
	background: #ffffff url(/Templates/kvc/Images/content_repeat.jpg) repeat-y scroll left top;
	float: left;
}

div.content_area div.left_content div.regular{
	background: transparent url(/Templates/kvc/Images/content.jpg) no-repeat scroll left top;
	min-height: 341px;
	width: 691px;
	padding: 0 0 0 9px;
}

div.content_area div.left_content div.regular div.title{
	font-weight: bold;
	padding: 10px 0 0 60px;
	width: 500px;
	height: 20px;
}

div.content_area div.left_content div.regular div.article_top{
	padding: 30px 0 0 11px;
	float: left;
	width: 655px;
	height: 100px;
}

div.content_area div.left_content div.regular div.article_top div.image{
	border: solid 1px #9b9b9b;
	background-color: #f8f8f8;
	text-align: center;
	float: left;
	width: 98px;
	height: 98px;
}

div.content_area div.left_content div.regular div.article_top div.texts{
	line-height: 140%;
	float: left;
	padding: 10px 0 0 20px;
	height: 90px;
	width: 507px;
}

div.content_area div.left_content div.regular div.article_top div.print{
	float: left;
	padding: 34px 0 0 0;
	width: 28px;
	height: 66px;
}

div.content_area div.left_content div.regular div.article_hypertext{
	padding: 23px 0 0 22px;
	float: left;
	width: 644px;
}

div.content_area div.left_content div.regular div.article_hypertext table.articles{
	width: 100%;
	padding-top: 12px;
	font-weight: bold;
	border: none;
	border-spacing: 0px;
}

div.content_area div.left_content div.regular div.article_hypertext table.articles tr th, div.content_area div.left_content div.regular div.article_hypertext table.articles tr td{
	border-color: #9b9b9b;
	border-style: solid;
}

div.content_area div.left_content div.regular div.article_hypertext table.articles tr th{
	background: transparent url(/Templates/kvc/Images/table_header.jpg) repeat-x scroll left top;
	height: 28px;
	border-width: 0px 1px 0px 0px;
	color: #f8f8f8;
}
div.content_area div.left_content div.regular div.article_hypertext table.articles tr{
	background-color: #ffffff;
}

div.content_area div.left_content div.regular div.article_hypertext table.articles tr td{
	text-align: center;
	border-width: 0px 0px 1px 1px;
	padding: 2px;
}

div.content_area div.left_content div.regular div.article_hypertext table.articles tr td a:link,
div.content_area div.left_content div.regular div.article_hypertext table.articles tr td a:visited,
div.content_area div.left_content div.regular div.article_hypertext table.articles tr td a:hover,
div.content_area div.left_content div.regular div.article_hypertext table.articles tr td a:active{
	color: #122e40;
	text-decoration: none;
}

div.content_area div.left_content div.regular div.article_hypertext table.articles tr td img{
	border: solid 1px #ffffff;
}

div.content_area div.left_content div.regular div.article_hypertext table.articles tr:hover{
	background-color: #f1f1f1;
}

div.content_area div.left_content div.regular div.article_hypertext table.articles tr:hover td img{
	border: solid 1px #9b9b9b;
}

div.content_area div.left_content div.regular div.article_hypertext table.articles tr td.last{
	border-right-width: 1px;
}

div.content_area div.left_content div.regular div.article_hypertext table.articles tr th.last{
	border-right-width: 0px;
}

div.content_area div.left_content div.regular div.article_hypertext table.paging{
	width: 100%;
	padding-top: 12px;
	font-weight: bold;
	border: none;
}

div.content_area div.left_content div.regular div.article_hypertext table.paging tr td{
	border: none;
	text-align: center;
	padding: 2px;
}

div.content_area div.left_content div.regular div.article_hypertext table.paging tr td span.current_page,
div.content_area div.left_content div.regular div.article_hypertext table.paging tr td a:hover{
	color: #a6141d;
	text-decoration: underline;
}

div.content_area div.left_content div.regular_bottom {
	float:left;
	clear: both;
	background: transparent url(/Templates/kvc/Images/content_bottom.jpg) no-repeat scroll left bottom;
	height: 20px;
	width: 700px;
	padding: 0 0 0 0px;

}

div.content_area div.right_content{
	width: 300px;
	float: right;
}

div.content_area div.right_content div.big_info_block{
	background: #ffffff url(/Templates/kvc/Images/info_block_big.jpg) no-repeat scroll left top;
	height: 350px;
}

div.content_area div.right_content div.big_info_block div.title{
	padding: 11px 0 0 64px;
	font-weight: bold;
}

div.content_area div.right_content div.big_info_block div.text{
	padding: 30px 0 0 15px;
	width: 265px;
}

div.content_area div.right_content div.small_banner{
	background: #ffffff url(/Templates/kvc/Images/banner_small.jpg) no-repeat scroll left top;
	height: 167px;
	padding: 6px 0 0 6px;
}

div.content_area div.right_content div.small_banner_first{
	background: #ffffff url(/Templates/kvc/Images/banner_small_first.jpg) no-repeat scroll left top;
	height: 161px;
	padding: 0px 0 0 6px;
}

div.content_area div.right_content div.small_banner div, div.content_area div.right_content div.small_banner_small div{
	height: 155px;
	width: 283px;
}

div.bottom_area{
	padding: 12px 0 0 30px;
	height: 18px;
	font-size: 11px;
	font-weight: bold;
}

div.bottom_area div.copyright, div.bottom_area div.contacts{
	float: left;
	padding: 0;
	margin: 0;
}

div.bottom_area div.copyright{
	width: 430px;
}

div.bottom_area div.contacts{
}
