html{
background:#E9ECE5;
}
body{
	padding:0;
	margin:0;
	background:#E9ECE5;
	    font-size: 0.8em;
		font-family: Tahoma, georgia, sans-serif;
		color:#111;
		text-align: center;	
}
* {
	padding:0;
	margin:0;
}
a, a:link{
	text-decoration:none;
	font-weight:normal;
	color:#206280;
	background-color:transparent;
}		 
a:visited{color:#63005B; 	background-color:transparent; text-decoration:none;}
a:hover{text-decoration:underline; 	background-color:transparent;}		

#total_container{
	width:965px;
	margin:0 auto 0 auto;
	text-align:center;
	background: #E7DCBC url("../images/system/bg.gif");
	border: none;

}
/*---------------------------------------
                      TOP NAVIGATION     */
#top_navigation_cont{
	background:#E9ECE5;
	display:block;
	text-align:left;
}					  

#top_navigation{
	list-style: none;
	padding: 0;
	margin: 0;		
	text-indent:1em;
}
#top_navigation li{
	display:inline;	
	line-height:2em;
	padding: 0;
	margin: 0;
}
#top_navigation li:before { content: "> "; }
#top_navigation li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #top_navigation li{
	background-image: url("../images/system/nav_top_arr.gif");
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0 0.5em 0 0;
	margin: 0 1em 0 -1em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #top_navigation { height: 1%; }

* html #top_navigation li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #top_navigation li:first-child { background-image: none; }
/*hide from Mac IE\*/

#top_navigation li a,
#top_navigation	li a:link,
#top_navigation li a:visited{
	display:inline;
		font-size:1em;
		font-weight:500;
		text-decoration:none;
}
#top_navigation li a:hover{
	text-decoration:underline;
}

/*---------------------------------------
                      HEADER             */
#header{
	width:100%;
	height:161px;
	background: #4E9EC3 url("../images/system/logo.jpg") no-repeat;
	margin:0;
	padding:0 0 0 0;   
	text-align:left;
}
#header p{
	display:block;
	margin:0 0 0 200px;
	padding:3em 0 0 0;
		color:#fff;
}

#header h1{
	margin:0.2em 0 0 200px;
	padding:0;
		font-size:3.5em;
		font-family:Arial, helvetica, sans-serif;
		color:#f5f1e5;
}

#container{
	width:100%;
	text-align:center;
}

/*---------------------------------------
  	    	horizontal	menu    		*/ 

#navlist_cont{
	width:100%;
	height:1.5em;
	clear:both;
	background: #E7DCBC url("../images/system/bg.gif");
}
#navlist_cont ul,li,a {
	display:block;
	margin:0;
	padding:0;
	border:0;
}

#navlist_cont ul {	

	background:#FDFCFA;
	list-style:none;
	text-align:center;
}

#navlist_cont li {
	position:relative;
	padding:0px;
	z-index:9;
	float:left;

}
	#navlist_cont li.folder	{
		width:100%;

	}		
	#navlist_cont li.folder ul {
		width:100%;
		position:absolute;
		left:0; /* IE */
		top:1.5em;
		border:1px solid #E4DFD2;
	}		

#navlist_cont li.folder ul li{
	width:100%;
	border-top: 1px dashed #b7b7b7;
}
#navlist_cont li.folder ul li:first-child{
	border-top: none;
}
#navlist_cont a {
	padding:2px;
	padding-left:0;
	text-decoration:none;
	color:#333;
	font-weight:normal;
	width:100%; /* IE */ 
	
}
	#navlist_cont li>a { width:auto; } /* others */

#navlist_cont li a.submenu {
}

/* regular hovers */

#navlist_cont a:hover {

	background-color:#EFE2C0;	
	color:#206280;
}
	#navlist_cont li.folder a:hover {
		background-color:#EFE2C0;		
	}

/* hovers with specificity */

#navlist_cont li.folder:hover { z-index:10; }		
	
#navlist_cont ul ul, #navlist_cont li:hover ul ul {
	display:none;
}

#navlist_cont li:hover ul, #navlist_cont li:hover li:hover ul {
	display:block;
}	
/*END OF  HORIZONTAL MENU*/
	
#sub_container{
	width:94%;
	margin:0 auto 0  auto;
	text-align:left;
	border: 1px solid #969DA4;
	background-color: #FDFCFA;
}
/*---------------------------------------
                   sidebar             */
#sidebar{	
	float: left;
	display:block;
	clear:none;
	width: 154px;
	border-bottom:none;
	clear:none;
	padding:1em 0 0 1em;
}
#sidebar ul{
	clear:none;
	display:block; 
	
} 
#sidebar ul li a{
	display:inline;	
}



/*---------------------------------------
                   content             */
#content{
	margin:0 0 0 200px;
 	padding:2em 0 0 0;
	border-left: 1px dashed #969DA4;
}
.fix{clear:both; visibility:hidden}
#content div#search{
	display:block;
	margin:0 0 1em 2em;
}
#search input#subbut{
	margin:0 0.5em;
	border:1px solid #46170D;
		color:#333333;
		font-size:1em;
	cursor: pointer; 
	cursor: hand;
}
#search input#textfield{
	margin:0;
 	width:15em;
	height:1.5em;
	border:1px solid #E6DBBB;
	cursor: text;
		color:#333333;
		font-size:1em;
		
}

#content div#frame_cont{
	clear:none;
	border-top: 1px dashed #969DA4;
	margin:0;
	padding:0;
}


#content iframe{
	display:block;
	width:705px;
	height:25em;
	margin:0;
	padding:0;
	clear:none;
	float:left;
}


#content img{
	padding:0;
	margin:0.5em;
	border:0.5em solid #DECBA3;
	float:left;
}
#content h2{
	margin:1em 0 0.5em 2em;
	padding:0;
	font-size:1.1em;
	color:#46170D}
#content h3{
	margin:0 0 0 1em;
	display:block;
	 	color:#46170D;
		font-size:1em;
		font-weight:bold;
}
#content p{
	margin:0;
	padding:0.5em 1em 0em 1em;
	
}
#content a{display:inline;}

/*END OF SCROLING NEWS*/
#full_arh{
	height:20px;
	text-align:right;
	padding: 2px 1em 2px 0;
	border:none;
}
#full_arh a{display:inline}
/*END OF RIGHT COLUMN*/

#copyr{
	color:#333333;
	line-height:2em;
	text-indent:2em;
	background: #E7DCBC url("../images/system/bg.gif");	
	clear:both;
	text-align:left;
}

/*---------------------------------------
                      FOOTER             */
#footer{
	width:100%;
	height:60px;
	clear: both;
        text-align:right;  /* ik */
	background-image:none;
	background-color: #E9ECE5;
}
#footer img{float:right; margin:3px;}
#footer , #footer  a, #footer img{border:none;}

