* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10pt;
	font-family: Arial;
	margin: 0;
	padding: 0;
	color: #FFF;
	background: #3a5c77;
	font-style: italic;
}

a, .link {
	cursor: pointer;
	text-decoration: underline;
}

h2 {
	margin: 23px 0 13px 0;	
}

p {
	margin-top: 8px;
}

.blank {
	clear: both;
}

.up {
	text-transform: uppercase;
}

ol, ul {
	margin: 8px 20px;
}

.vak {
	list-style: none;
	margin: 8px 0 0 10px;
}

.vak li {
	margin-top: 8px;
}

#top {
	width: 800px;
	height: 140px;
	background: url("/img/bg_top.jpg") no-repeat;
	border-right: 3px solid #abc6d9;
}

#top a {
	display: block;
	width: 780px;
	height: 120px;
	text-align: right;
	padding: 20px 20px 0 0;
	text-decoration: none;
	color: #333;
}

#top h1 {
	font-variant: small-caps;
	font-size: 36px;
}

#top h2 {
	margin-top: 0;
}

#page {
	width: 760px;
	background: url("/img/bg_page.jpg") repeat-y;
	padding-left: 40px;
	border-right: 3px solid #abc6d9;
}

#lside {
	width: 220px;
	float: left;
	padding: 20px 0;
}

#lside h2 {
	margin-left: 20px;
}

#lside ul {
	font-size: 10px;
	list-style: none;
	margin-left: 10px;
	line-height: 11px;
	font-weight: bold;
}

#lside ul li {
	margin-bottom: 10px;
	letter-spacing: 1px;
}

#lside a {
	color: #FFF;
}

#lside a:hover {
	text-decoration: none;
}

#nav {

}

#nav a {
	display: block;
	width: 180px;
	font-size: 17px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFF;
	text-decoration: none;
	padding: 3px 3px 3px 33px;
	border-top: 1px dotted #aaa;
}

#nav a:hover {
/*	background: url("/img/arrow.gif") no-repeat;*/
	text-decoration: underline;
}

#text {
	float: right;
	width: 505px;
	padding: 20px 10px;
}

table {
	border-collapse: collapse;
	border: 2px solid;
	margin: 8px 0 20px 0;
}

th {
	padding: 2px;
	border: 1px solid;
	border-bottom: 2px solid;
} 

td {
	padding: 2px 2px 2px 6px;
	border: 1px solid;
}

.noborder, .noborder td {
	border: none;
}

#footer {
	width: 760px;
	height: 54px;
	background: url("/img/bg_footer.jpg") no-repeat;
	padding: 86px 0 0 40px;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	border-right: 3px solid #abc6d9;
}

#footer a {
	color: #000;
}

#footer a:hover {
	text-decoration: none;
}

#sub {
	margin-top: 3px;
	padding: 0 0 0 8px;
	text-align: center;
	font-size: 10px;
	width: 795px;
	color: #ccd150;
	border-top: 3px solid #abc6d9;
}

#sub ul {
	width: 795px;
	margin: 0;
	padding: 5px 0;
	list-style: none;
	display: inline;
	float: left;
}

#sub ul li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 255px;
	padding: 2px 5px;
	margin-bottom: 5px;
	text-align: left;
	line-height: 1.2em;
	border: 0;
	font-weight: normal;
}

#sub ul li a {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	border: none;
}

#sub ul li a:hover {
	border-bottom: 1px solid;
}