html,body {height:100%}
body {
	color:#000;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	text-align:center;
	margin:0;
	padding:0;
}

h1,h2,h3,h4 {
	margin:0;
	padding:0;
	font-weight:bold;
}
h3 {font-size:1.4em;}
h4 {font-size:1.2em;}
p {margin:0.5em 0}
img {border:none}
.hidden {display:none;position:absolute;top:-999em;left:-999em;}

#main {
	width:982px;
	margin: 0 auto;
	text-align:left;
	position:relative;
	height:auto;
	min-height:100%;
}

div#header-print,
p.print {
	position:absolute;
	top:-1000em;
	left:-1000em;
}

/* HEADER */
#header {
	background: #FFF url(images/header.png) no-repeat 0 100%;
	height:74px;
}
#header h1{
	width:125px;
	height:66px;
	overflow:hidden;
	background: #FFF url(images/logo.gif) no-repeat 0 0;
}
#header h1 a {
	display:block;
	width:125px;
	height:66px;
	text-indent:-999em;
	letter-spacing:-999em;
}
#header div.right {
	float:right;
	text-align:right;
}
#header ul#language {
	margin:0;
	overflow:hidden;
	text-align:right;
	padding-left:76px;
}
#header ul#language li{
	padding:8px 0 0;
	list-style-type:none;
	float:left;
	margin: 0 10px 0 0;
}
#header ul#language li.active {
	background: #FFF url(images/act_flag.png) no-repeat 0 0;
}
#header #contacts {
	clear:left;
	width:155px;
	height:29px;
	overflow:hidden;
	text-indent:-999em;
	letter-spacing:-999em;
	background: #FFF url(images/contacts.png) no-repeat 0 0;
}

/* MENU 2 */
ul#menu-1 {
	padding:3px 0;
	margin:0;
	background-color:#1f32ad;
	/*
	border-top:2px solid #5568df;
	border-left:2px solid #5568df;
	border-right:2px solid #5568df;
	*/
	border-bottom:2px solid #101a56;
	overflow:auto;
}
ul#menu-1 li {
	float:left;
	height:29px;
	line-height:29px;
	background: transparent url(images/menu_item.png) no-repeat 100% 0;
	list-style-type:none;
}
ul#menu-1 li a{
	display:block;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	padding:0 15px;
	font-weight:bold;
	margin-right:2px;
}
ul#menu-1 li a:link,ul#menu-1 li a:visited {
	background-image:none;
}
ul#menu-1 li a:hover,ul#menu-1 li a:active {
	background:transparent url(images/menu_item_h.png) repeat-x 0 0;
}
ul#menu-1 li.active a {
	background:transparent url(images/menu_item_h.png) repeat-x 0 0;
}

div#section-title {
	overflow:auto;
}
div#section-title img{
	float:left;
}
div#section-title div{
	float:left;
}
div#section-title dl {
	margin:0;
}

div#blue-border {
	padding:3px 3px 3px;
	background-color:#5568df;
	margin-bottom:10px;
}

/* MAIN CONTENT */
#wrapper {
	float:left;
	width: 100%;
}
#push {padding-bottom:100px;clear:both;}
#content {
	margin-left: 222px;
	padding-left:20px;
}
#bredcrumbs {font-size:0.9em;}
#bredcrumbs span.head-list {
	font-weight:bold;
	color:#c60d27;
	margin-right:1em;
}
#bredcrumbs a:link,#bredcrumbs a:visited {
	color:#000;
	text-decoration:none;
}
#bredcrumbs a:hover,#bredcrumbs a:active {text-decoration:underline;}
#content h3,
#content h4 {
	color:#3a2a7e;
	margin: 1em 0;
	font-weight:normal;
}
#content h3 {font-weight:bold}
#content .csc-frame-frame1 {
	border:1px solid #cccbcb;
	padding:0 1em;
	margin:1em 0;		overflow:hidden;
	background-color: white;
}

/* LEFT COLUMN */
#left-col {
	float: left;
	width: 222px;
	margin-left: -100%;
	background: #e7ebff url(images/left_col.png) no-repeat 0 100%;
}

#left-col #search {
	background: #e7ebff url(images/search.png) no-repeat 0 0;
	padding:0.5em;
}
#left-col #search div {margin:1em 18px 0;border-bottom:1px solid #b3b3b3;padding:0 0 1em;}
#left-col #search input{
	font-size:0.8em;
	width:110px;
	height:13px;
	color:#b3b3b3;
	border:1px solid #b3b3b3;
}
#left-col #search button {
	width:52px;
	height:17px;
	background: url(images/search_butt.png) no-repeat 0 0;
	border:none;
	color:#FFF;
	font-size:0.8em;
	padding-bottom:4px;
	margin-bottom:1px;
}
#left-col ul#menu-2 {
	margin:1em 18px 0;
	padding:0 0 1em;
	border-bottom:1px solid #b3b3b3;
}
#left-col ul#menu-2 li {
	margin:0;
	padding:0;
	list-style-type:none;
}
#left-col ul#menu-2 li a {
	background: url(images/arrow_right.png) no-repeat 0 3px;
	padding-left:10px;
	color:#000;
	line-height:1.7em;
}
#left-col ul#menu-2 li a.active {
	color:#c60d27;
	font-weight:bold;
}
#left-col ul#menu-2 li.hasSub > a.active {
	background: url(images/arrow_down.png) no-repeat 0 3px;
	color:#c60d27;
	font-weight:bold;
}
#left-col ul#menu-2 li a:link,
#left-col ul#menu-2 li a:visited {
	text-decoration:none;
}
#left-col ul#menu-2 li a:hover,
#left-col ul#menu-2 li a:active {
	text-decoration:underline;
}
#left-col ul#menu-2 li.hasSub p,
#left-col ul#menu-2 li.hasSub ul {
	margin:0;
	padding-left:23px;
}
#left-col ul#menu-2 li.hasSub p {
	padding-left:0px;
	margin-top:1em;
	color:#35257b;
}
#left-col ul#menu-2 li.hasSub li a {
	background: url(images/arrow2_right.png) no-repeat 0 3px;
}
#left-col ul#menu-2 li.hasSub li.hasSub > a.active {
	background: url(images/arrow2_down.png) no-repeat 0 3px;
}
#left-col ul#other {
	margin:1em 18px 0;
	padding:0 0 1em;
}
#left-col ul#other li {
	margin:0;
	padding:0;
	list-style-type:none;
	line-height:1.8em;
}
#left-col ul#other li a {
	font-weight:bold;
	color:#000;
}
#left-col ul#other li a.active {
	color:#c60d27;
}
#left-col ul#other li a:link,
#left-col ul#other li a:visited {text-decoration:none}
#left-col ul#other li a:hover,
#left-col ul#other li a:active {text-decoration:underline}

/* FOOTER */

#footer {
	clear:both;
	height:76px;
	text-align:center;
	color:#AAA;
	position:relative;
	margin-top:-76px;
	background: url(images/body.png) repeat-x 0 100%;
}
#footer a:link,#footer a:visited{color:#AAA;}
#footer a:hover,#footer a:active{text-decoration:none;}
#footer #int-footer{
	width:982px;
	margin:0 auto;
	padding-top:20px;
	white-space:nowrap;
	background: url(images/footer.png) no-repeat 0 6px;
	overflow:auto;
}
#footer p#last-update {
	float:left;
	margin-left:215px;
}
#footer p#copyright {
	float:right;
	margin-right:225px;
}

/* BOX HOME PAGE */
#content .left {
	float:left;
	width:418px;
	/*padding:0 10px;*/
}
#content .right {
	float:right;
	width:268px;
	/*padding:0 10px;*/
}
#content .csc-frame-frame1 h3 {
	margin-top:0.5em;
}

.csc-searchResultHeader a:link,
.csc-searchResultHeader a:visited {
	color:#3A2A7E;
	text-decoration:none;
}
.csc-searchResultHeader a:hover,
.csc-searchResultHeader a:active {
	text-decoration:underline;
}

.csc-searchResult {
	background-color:#E7EBFF;
	padding:0.5em;
}  

.csc-searchform {
	border: 1px solid #cbcbcb;
	padding:0.5em;
}