body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
	margin: 0;
	padding:0;
	width: 100%;
	background: #fff;
	color: #444649;
	line-height: 18px;
	}

html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;
}

body.large p {
	font-size: 100% !important;
}

img { border: 0px; }

a { color: #1764b4; text-decoration: none; outline: none; }

td p, th p { text-align: left; }

.c {
	margin-top: -1px;
	height: 1px;
	overflow: hidden;
	clear: both;
	margin-bottom: -1px;
	display: block;
}

.f-left { float: left !important; }
.f-right { float: right !important; }


.warning {
	float: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px;
	display: none;
	width: 260px;
	margin-bottom: 15px;
	}
	
	.warning div {
		border-bottom: 1px solid #124A84;
		line-height: 20px;
		}

h1 { color: #124A84; font-size: 16px; margin: 0; margin-bottom: 12px; padding: 0;}
h2.title { font-size: 14px; margin: 0; margin-bottom: 12px; padding: 0;}
h3.title { font-size: 13px; margin: 0; margin-bottom: 12px; padding: 0;}

.date {color: #124A84; font-size: 12px;}

.imgContainer {
	float: left;
	margin-right: 10px;
	margin-bottom: 8px;
	}
.imgdesc {
	width: 335px;
	color: #fff;
	background-color: #231F20;
	font-size: 10px;
	padding: 2px 5px;
	margin-bottom: 4px;
	}
	
.druka {
	float: right;
	width: 120px;
	color: #6D6F71;
	font-size: 10px;
	}

#moreInfo {
	cursor: pointer;
	}

.readMore{
	float: left;
	color: #fff;
	background-color: #A7A9AC;
	margin-right: 8px;
	line-height: 14px;
	font-size: 10px;
	padding: 0px 7px;
	}

#page {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}

#push {
}

#wrapper {
	margin: 0 auto;
	width: 1024px;
	text-align: left;
	padding-bottom: 20px;
	}

#search {
	width: 690px;
	float: left;
	}
	
	#search .result {
		padding: 3px 0px 3px 0px;
		}

#header {
	margin-bottom: 2px;
	margin-left: 14px;
	width: 956px;
	height: 108px;
	padding: 0px 20px;
	text-align: left;	
	background: #00529a; /* Old browsers */
	background: -moz-linear-gradient(left, #00529a 10%, #00143d 35%, #1c63a0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(10%,#00529a), color-stop(35%,#00143d), color-stop(100%,#1c63a0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #00529a 10%,#00143d 35%,#1c63a0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #00529a 10%,#00143d 35%,#1c63a0 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, #00529a 10%,#00143d 35%,#1c63a0 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00529a', endColorstr='#1c63a0',GradientType=1 ); /* IE6-9 */
	background: linear-gradient(left, #00529a 10%,#00143d 35%,#1c63a0 100%); /* W3C */
	}
	
	#header .logo {
		margin-top: 8px;
		float: left;
		}

	#header .container {
		padding-top: 40px;
		}

#top {
	width: 992px;
	}
	
	#top .social {
		float: left;
		margin-left: 14px;
		margin-top: 10px;
		}

	#top .Lang {
		float: right;
		padding: 10px 0px 10px 0px;
		margin-left: 20px;
		font-size: 13px;
		color: #808285;
		}
		
		#top .Lang a {
			color: #808285;
			text-decoration:none;
			}
			
			#top .Lang a:hover {
				color: #114A84;
				text-decoration:none;	
				}
				
	#top .search {
		float: right;
		padding: 10px 0px;
		position: relative;
		width: 190px;
		height: 16px;
		top: 0px;
		}

		#top .search .searchInput {
			border: 1px solid #808285;
			font-size: 11px;
			color: #808285;
			padding: 0px 25px 0px 6px;
			width: 136px;
			top: 0px;
			height: 16px;
			}

		#top .search .searchButton {
			background: transparent url(/images/searchButton.png) no-repeat 0 0;
			width: 15px;
			height: 15px;
			border: 0px;
			}

	#top .textsize {
		float: right;
		padding: 10px 0px;
		position: relative;
		color: #808285;
		margin-right: 20px;
		height: 16px;
		top: 10px;
		line-height: 5px;
		}

		#top .textsize .normal {
			font-size: 9px;
			margin: 0px 6px;
			}

		#top .textsize .medium {
			font-size: 11px;
			margin: 0px 6px;
			}

		#top .textsize .large {
			font-size: 13px;
			margin: 0px 6px;
			}

#left {
	float: left;
	width: 200px;
	padding: 14px 0px 8px 0px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left, #ffffff 0%, #d1d3d4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#d1d3d4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #ffffff 0%,#d1d3d4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #ffffff 0%,#d1d3d4 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, #ffffff 0%,#d1d3d4 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1d3d4',GradientType=1 ); /* IE6-9 */
	background: linear-gradient(left, #ffffff 0%,#d1d3d4 100%); /* W3C */
	}

	#left .regusers {
		display: block;
		height: 26px;
		width: 136px;
		color: #fff;
		font-size: 11px;
		margin: 4px 20px 20px 23px;
		padding: 10px 10px 0px 18px;
		background-color: #808285;
		}

	#left .contacts {
		margin: 14px 20px 20px 23px;
		color: #636467;
		font-size: 10px;
		}
		
		#left .contacts a.contact {
			display: block;
			height: 26px;
			width: 136px;
			color: #fff;
			font-size: 11px;
			padding: 10px 10px 0px 18px;
			background-color: #808285;
			}

	#left .leftBanners {
		margin: 14px 20px 20px 23px;
		color: #636467;
		font-size: 10px;
		}

		#left .leftBanners .banners {
			margin-bottom: 10px;
			}

#right {
	float: right;
	width: 150px;
	padding: 14px 20px 8px 10px;
	min-height: 590px;
	background: #d1d3d4; /* Old browsers */
	background: -moz-linear-gradient(left, #d1d3d4 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d1d3d4), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #d1d3d4 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #d1d3d4 0%,#ffffff 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, #d1d3d4 0%,#ffffff 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d3d4', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	background: linear-gradient(left, #d1d3d4 0%,#ffffff 100%); /* W3C */
	}

	#right .calendar{
		width: 138px;
		height: auto;
		background-color: #808285;
		color: #fff;
		font-size: 9px;
		font-weight: bold;
		padding-bottom: 10px;
		padding-left: 6px;
		padding-right: 6px;
		}

		#right .calendar .title {
			width: 138px;
			height: 18px;
			background-color: #124A84;
			color: #fff;
			margin-left: -6px;
			font-size: 12px;
			padding: 4px 4px 4px 8px;
			font-weight: normal;
			}

		#right .calendar .monthSwitch {
			padding: 5px;
			margin-top: -5px;
			margin-bottom: -5px;
			}

		#right .calendar .currentmonth {
			float: left;
			margin: 0px 0px 10px 0px;
			text-align: center;
			line-height: 10px;
			width: 108px;
			}

		#right .calendar table {
			background-color: #fff; 	
			}

		#right .calendar td {
			color: #85AFDD;
			background-color: #fff;
			text-align: center;
			padding: 0px 2px;
			border: 1px solid white;
			}

			#right .calendar .nonactivmonth {
				background-color: #DCDDDE;
				}

			#right .calendar .holliday {
				background-color: #C1D4E5;
				color: #808285;
				}

			#right .calendar .activday {
				background-color: #1B3D6C;
				color: #fff;
				cursor: default;
				}

			#right .calendar th {
				background-color: #808285;
				color: #fff;
				border: 0px;
				}

		#right .headlinewrapper{
			height: 28px;
			margin-top: 20px;
			margin-bottom: 10px;
			}

		#right .headline {
			color: #124A84;
			font-size: 10px;
			line-height: 24px;
			float: left;
			margin-top: -1px;
			}

		#right .banners {
			margin-bottom: 10px;
			}

		#right .button {
			display: block;	
			float: left;
			width: 132px;
			height: 25px;
			padding-left: 14px;
			line-height: 22px;
			background-color: #808285;
			color: #fff;
			font-size: 9px;
			}

#content {
	float: left;
	width: 594px;
	/*margin: 14px 26px 40px 20px;*/
	margin: 0px 26px 0px 20px;
	}

#newsSitebar {
	float: right;
	width: 224px;
	margin: 0px 0px 14px 0px;
	font-size: 10px;
	color: #636467;
	}

	#newsSitebar .title {
		width: 160px;
		background-color: #124A84;
		color: #fff;
		font-size: 11px;
		padding: 0px 4px;
		line-height: 25px;
		font-weight: normal;
		}

		#newsSitebar .news {	
			display: block;
			color: #124A84;
			margin-bottom: 10px;
			}

			#newsSitebar .news:hover {
				text-decoration: underline;
				}

	#newsSitebar .linkedwrapper{
		margin-top: 20px;
		margin-bottom: 10px;
		}

	#newsSitebar .linked {
		color: #124A84;
		font-size: 11px;
		line-height: 24px;
		float: left;
		margin: 0px 20px;
		margin-top: -1px;
		}

#menu {
	height: 26px;
	margin-left: 14px;
	margin: 0px 14px;
	background-color: #124A84; 
	font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
	padding-left: 110px;
	}

	#menu .menu {
		height: 100%;
		font-size: 13px;
		padding: 0px 36px 0px 12px;
		line-height: 26px;
		color: #fff;
		float: left;
		}

	#menu .menuActive, #menu .menu:hover {
		background-color: #231F20;
		color: #fff;	
		}

	#menu .map {
		float: right;
		font-size: 13px;
		line-height: 26px;
		padding: 0px 10px 0px 12px;
		color: #fff;
		}

#submenu {
	margin: 0px 14px;
	padding-left: 110px;
	padding-right: 10px;
	line-height: 24px;
	background-color: #808285;
	color: #fff;
	}
	
	#submenu .submenu {
		font-size: 12px;
		color: #fff;
		margin: 5px 4px 2px 4px;
		}
		
		#submenu .submenu.submenuActive {
			color: #231F20;
			}

#subsubmenu {
	line-height: 16px;
	color: #636467;
	padding-bottom: 3px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	}
	
	#subsubmenu .subsubmenu {
		font-size: 14px;
		color: #1764b4;
		}
		
		#subsubmenu .subsubmenu.subsubmenuActive {
			color: #636467;
			}

#sidemenu {
		margin: 0px 20px 20px 23px;
		width: auto;
		}
		
		#sidemenu .sidemenu {
			display: block;
			width: 136px;
			color: #fff;
			font-size: 11px;
			padding: 8px 10px 8px 18px;
			background-color: #808285;
			}

		#sidemenu .sidemenuActive, #sidemenu .sidemenu:hover {
			background-color: #124A84;
			color: #fff;
			}

		#sidemenu .sidemenuL2 {
			display: block;
			width: 136px;
			color: #fff;
			font-size: 11px;
			padding: 8px 10px 8px 18px;
			background-color: #939598;
			}

		#sidemenu .sidemenuL2Active, #sidemenu .sidemenuL2:hover {
			color: #231F20;
			}

		#sidemenu .sidemenuL3 {
			display: block;
			width: 134px;
			color: #E2E2E2;
			font-size: 11px;
			padding: 8px 2px 8px 28px;
			background-color: #939598;
			}

		#sidemenu .sidemenuL3Active, #sidemenu .sidemenuL3:hover {
			color: #231F20;
			}

#writing {
	font-size: 11px;
	}
	
	#writing.writingSml {
		width: 345px;
		float: left;
		text-align: justify;
		}
	
	#writing .options {
		display: block;
		width: 100%;
		float: left;
		margin-top: 20px;
		margin-bottom: 20px;
		width: 280px;
		}

		#writing .social {
			float: left;
			color: #747371;
			margin-right: 6px;
			height: 14px;
			font-size: 9px;
			}

	#writing .docs {
		margin-bottom: 5px;
		line-height: 32px;
		}
		
		#writing .docs .document {
			padding-bottom: 3px;
			margin-bottom: 6px;
			line-height: 18px;
			border-bottom: 1px solid #ccc;
			}
	
			#writing .docs .document a {
				color: #6D6F71;
				text-decoration: none;
				}
	
				#writing .docs .document a:hover {
					color: #124A84;
					text-decoration: underline !important;
					}

#pager {
	color: #484848;
	font-size: 12px;
	}
	
	#pager a {
		color: #124A84;
		}
		
		#pager a.activePage {
			font-weight: bold;
			}

#contacts {
	border-top: 4px solid #f0f0f0;
	border-bottom: 18px solid #f0f0f0;
	margin-bottom: 30px;
	width: 260px;
	font-size: 11px;
	color: #545559;
	line-height: 16px;
	padding: 10px 0px;
	}

#footer {
	background: #808285;
	color: #BCBEC0;
	font-size: 10px;
	height: 30px;
	width: 100%px;
	padding-top: 10px;
	text-align: center;
	}
	
	#footer a {
		color: #BCBEC0;
		text-decoration: none;		
		}
		
		#footer a:hover {
			color: #fff;
			}

#writings {
	float: left;
	width: 274px;
	}

#subForm {
	padding-top: 20px;
	width: 300px;
	}
	
	#subForm .subFormInfo {
		margin-top: 20px;
		}
		
		#subForm .subFormInfo h3.title {
			margin-left: 0px;
			}
		
		#subForm .subFormInfo span {
			color: #e32137;
			font-weight: normal;
			font-size: 12px;
			}
			
			#subForm .subFormInfo span.note {
				color: #9c9c90;
				}
			
			#subForm .subFormInfo span.smlnote {
				font-size: 10px;
				}

		#subForm .subFormInfo textarea {
			width: 280px;
			height: 100px;
			margin-bottom: 3px;
			border: 1px solid #124A84;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			padding: 6px;
			font-size: 11px;
			line-height: 18px;
			font-family: Arial;
			}
		
		#subForm .subFormInfo .row {
			clear: left;
			float: left;
			margin-bottom: 6px;
			}
		
		#subForm .subFormInfo label {
			display: block;
			font-weight: bold;
			margin-bottom: 3px;
			font-size: 10px;
			}
		
		#subForm .subFormInfo input {
			width: 280px;
			border: 1px solid #124A84;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			padding: 6px;
			}
		
		#subForm .subFormInfo .sendButton {
			float: left;
			margin-top: 15px;
			padding: 4px 10px;
			color: #fff;
			background-color: #124A84;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			cursor: pointer;
			}

#search {
	width: 600px;
	}
	
	#search a {
		color: #124A84;
		}

#contactForm {
	
	}
	
	#contactForm .row {
		padding-bottom: 10px;
		}
		
		#contactForm .row label {
			float: left;
			width: 100px;
			line-height: 20px;
			}
		
		#contactForm .row input {
			float: left;
			border: 1px solid #124A84;
			background-color: #fff;
			color: #124A84;
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			border-radius: 2px;
			height: 18px;
			width: 300px;
			padding: 2px 6px;
			}
		
		#contactForm .row textarea {
			float: left;
			border: 1px solid #124A84;
			background-color: #fff;
			color: #124A84;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			height: 145px;
			width: 300px;
			padding: 5px 6px;
			}
		
		#contactForm .row .sendButton {
			float: left;
			margin-top: 15px;
			padding: 4px 10px;
			color: #fff;
			background-color: #124A84;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			cursor: pointer;
			}

#archives {
	
	}
	
	#archives a {
		color: #124A84;
		text-decoration: underline;
		font-size: 11px;
		}
	
	#archives .newsArchives {
		}
		
		#archives .newsArchives .showData {
			padding-top: 10px;
			}
		
		#archives .newsArchives > ul {
			margin: 0px;
			}

#forumPosts {
	margin-top: 15px;
	}
	
	#forumPosts .post {
		border-top: 4px solid gray;
		padding: 5px 0px;
		}
		
		#forumPosts .post .pDate {
			color: #124A84;
			font-size: 11px;
			}
		
		#forumPosts .post .pName {
			color: #124A84;
			font-size: 14px;
			}
		
		#forumPosts .post p {
			margin: 0px;
			font-size: 12px;
			}

div.poll {
	font-size: 1em;
	border-bottom: 1px solid #ccc;
	text-align: left;
	padding-bottom: 7px;
	}
	
	div.poll input.pollButton {
		width: 84px;
		height: 30px;
		margin-top: 2em;
		color: #ffffff;
		background-color: #124A84;
		font-size: 1em;
		margin-bottom: 0px;
		text-transform: uppercase;
		border: 0px;
		}