

/***General properties***/


* {
	margin: 0;
	border: 0;
	padding: 0;
	border-collapse: collapse;
}

body {
	background-color: #6594EE;
}

#layout {
	width: 835px;
	height: 575px;
	margin: 15px auto;
}

table {
	width: 580px;
}

td {
	padding: 5px 10px;
	border: 1px solid #080063;
	vertical-align: middle;
	text-align: center;
}

.dots {
	border-right: 1px dotted #BBEEFF;
}


/***Header properties***/


#header {
	width: 835px;
	height: 105px;
	background: url(images/header.jpg) no-repeat;
}

#header ul {
	float: right;
}

#header ul li {
	list-style-type: none;
	display: block;
	float: left;
}

#header ul li a {
	display: block;
	padding: 5px 10px;
	font-family:  Courier New, Verdana, Helvetica;
	font-size: 11px;
	color: #BBEEFF;
	text-decoration: none;
}

#header ul li a:hover {
	color: #ffffff;
}


/***Content properties***/


#content {
	height: 380px;
	padding: 15px 15px 0 15px;
	overflow: scroll;
	overflow-x: hidden;
	background-color: #EFF4F8;
	font-family: Arial, Verdana, Helvetica;
	font-size: 13px;
	color: #080063;
}

#content_int {
	height: 380px;
}

#content_intleft {
	float: left;
	width: 660px;
	height: 380px;
	padding: 15px 15px 0 15px;
	overflow: scroll;
	overflow-x: hidden;
	background-color: #EFF4F8;
	font-family: Arial, Verdana, Helvetica;
	font-size: 13px;
	color: #080063;
}

#content_intright {
	float: right;
	width: 145px;
	height: 395px;
	background-color: #C3D0FD;
}

#content_intright ul li {
	list-style-type: none;
	display: block;
	height: 25px;
	padding: 20px 3px 15px 3px;
	background: url(images/rightmbg.jpg) repeat-x;
	text-align: center;
}

#content_intright ul li a {
	display: block;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #214A83;
	letter-spacing: 1px;
	text-decoration: none;
}

#content_intright ul li a:hover {
	color: #C08C03;
}

#content a, #content_intleft a {
	font-weight: bold;
	color: #01649D;
}

#content a:hover, #content_intleft a:hover {
	text-decoration: none;
}

#content ul, #content_intleft ul {
	padding-left: 30px;
}

#content_intright ul li #ractive {
	color: #C08C03;
}

.arrow {
	vertical-align: middle;
	margin-right: 5px;
}

h4 {
	font-family: Arial, Verdana, Helvetica;
	font-size: 16px;
	color: #080063;
}

h5 {
	font-size: 14px;
}

hr {
	height: 1px;
	color: #080063;
}


/***Footer properties***/


#footer, #footer_rus {
	width: 835px;
}

#footer ul li, #footer_rus ul li {
	list-style-type: none;
	display: block;
	float: left;
	background: url(images/buttonbg.jpg) repeat-x;
	line-height: 14px;
	text-align: center;
	border-left: 1px solid #6CA0DA;
	border-right: 1px solid #14468F;
}

#footer ul li a {
	display: block;
	padding: 5px 21px;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

#footer_rus ul li a {
	display: block;
	padding: 5px 19px;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

#footer ul li a:hover, #footer_rus ul li a:hover {
	background: url(images/buttonbghov.jpg) repeat-x;
}

#footer ul li #active, #footer_rus ul li #active {
	background: url(images/buttonbgact.jpg) repeat-x;
}


/***Second footer properties***/


#footer2, #footer2_rus {
	clear: both;
	width: 835px;
	height: 20px;
	background: #2F6ABA url(images/footer2bg.jpg) repeat-x;
}

#footer2 ul li, #footer2_rus ul li {
	list-style-type: none;
	display: block;
	float: left;
	background: #2F6ABA url(images/footer2bg.jpg) repeat-x;
	text-align: center;
}

#footer2 ul li a {
	display: block;
	padding: 3px 78px;
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	color: #BBEEFF;
	letter-spacing: 1px;
	text-decoration: none;
}

#footer2_rus ul li a {
	display: block;
	padding: 3px 70px;
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	color: #BBEEFF;
	letter-spacing: 1px;
	text-decoration: none;
}

#footer2 ul li a:hover, #footer2_rus ul li a:hover {
	color: #ffffff;
}