@charset "utf-8";
/* CSS Document */
body {
        background-image: url(../images/body_bg.gif);
	margin: 0;
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	direction: rtl;
	text-align: right;
}
hr{
	border: none;
	float: right;
	border-style: none;
	background-color: #999;
	height: 1px;
	width: 545px;
}
h1{
	color: #0072cf;
	font-size: 15px;
	margin: 0 0 10px 0;
}
h2{
	color: #0072cf;
	font-size: 13px;
	margin: 0 0 10px 0;
}
a{
	text-decoration: none;
}
a:link,a:visited, a:active{
	color: #666;
}
a:hover {
	color: #67a0db;
}
p{
	margin: 0px;
}
#main_div {
}
#sub_div {
	width: 750px;
	text-align: right;
}

#top_nav{
	background-image: url(../images/topnav_ar.gif);
	height: 74px;
	width: 750px;
	margin-bottom: 5px;
	padding: 0;
}
#top_nav ul{
	color:#666666;
	font-weight: bold;
	margin: 0 330px 0 0;
	list-style-type: none;
	padding: 55px 0 0 0;
}
#top_nav li{
	margin: 0;
	padding: 0;
	display: inline;	
}
#top_nav li a{
	margin: 0;
	padding: 5px 8px 5px 8px;
	display: inline;
}
.topmenu_item a:link, .topmenu_item a:visited, .topmenu_item a:active{
	background: #FFF;
	padding: 3px 7px 3px 20px;
	margin: 0;
	display: block;
	height: 15px;
}
.topmenu_item a:hover{
	background-color: #3478bf;
	color: #FFF;	
}
.topcurrent a:link, .topcurrent a:visited, .topcurrent a:active{
	color: #FFF;
	background: #3478bf;
}
#page_div{
	width: 750px;
}
#header_div{
	background: #FFFFFF url(../images/header.gif) no-repeat bottom;
	padding: 4px 0 0 0;
	margin-bottom: 2px;
	height: 190px;
}
#body_div{
	background-color: #FFFFFF;
	float: left;
	width: 750px;
	padding: 0;
	overflow: hidden;
	text-align: right;
}
#sidebar{ 
	background-color: #f5f5f5;
	float: right;	
	width: 160px;
	margin-bottom: -10000px; 
	padding-bottom: 10000px; 
}
#sidebar ul{
	color:#666666;
	font-weight: bold;
	margin: 0 0 4px 0;
	list-style-type: none;
	padding: 0px;
}
#sidebar li{
	margin: 0;
	padding: 0;
}
.menu_item a:link, .menu_item a:visited, .menu_item a:active{
	border-bottom: solid 1px #67a0db;	
	padding: 3px 20px 3px 7px;
	display: block;
	height: 15px;
}
.menu_item a:hover{
	background: #FFF;
	color: #0072cf;
}
.current a:link, .current a:visited, .current a:active{
	color: #0072cf;
	background: #FFFFFF;
	border-right: none;
}
#content{
	background-color: #FFF;
	float: right;
	width: 550px;
	line-height: 18px;
	padding: 20px 20px 10000px 20px;
	margin-bottom: -10000px;
}	

#footer_div{
	background: url(../images/footer_en.gif) no-repeat right;
	font-size: 11px;
	float: right;
	width: 740px;
	height: 31px;
	color: #FFFFFF;
	margin: 30px 0 0 0;
	padding: 3px 0px 0px 10px;
	line-height: 14px;
	text-align: left;
}
#footer_div a:link, #footer_div a:visited, #footer_div a:active {
	color: #FFFFFF;
}
#footer_div a:hover {
	color: #67a0db;
}
.pics{
	float: right;
	width: 131px;
	height: 110px;
	overflow: hidden;
	padding: 0;
	margin: 5px 0 5px 5px;
}
.title{
	padding: 5px;
	width: 535px;
	font-weight: bold;
	margin: 10px 0 0 0;
	background-color: #3478bf;
	color: #FFF;	
}
.date{
	padding: 1px;
	width: 543px;
	font-size: 11px;
	background-color: #f5f5f5;
	color: #333;
	text-indent: 10px;
}
.program{
	float: right;
}
