@charset "utf-8";
.content_hold .main_content {
	height: auto;
	float: left;
	width: 530px;
}
.main_content h1 {
	color: #bc2036;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	margin: 15px 2px 10px 10px;
	padding: 15px 2px 10px 10px;
}

.main_content  h2 {
	color: #0c6ab4;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	margin: 0px 2px 10px 10px;
	padding: 0px 2px 10px 10px;
}
.main_content h5 {
	color: #901d26;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-align: right;
}

.main_content p {
	text-align: justify;
	padding-top: 0px;
	margin: 0px 0px 10px 12px;
	font-size: 13px;
	color: #000000;
	direction: rtl;
}

.arrowlistmenu{
width: 168px; /*width of accordion menu*/
text-align: right;
direction : rtl; 
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Arial, Helvetica, sans-serif;
color: white;
background: #1a75bc url(../imagesH/titlebar.jpg) repeat-x center left;
margin-bottom: 2px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 10px 4px 0px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}
.arrowlistmenu .menuend{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Arial, Helvetica, sans-serif;
color: white;
background:  #1a75bc url(../imagesH/menuend.jpg) repeat-x center left;
margin-bottom: 2px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 10px 4px 0px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../imagesH/active.jpg);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #003399;
direction :  rtl;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 19px 0px 0px; /*link text is indented 19px*/
margin: 2px 19px 0px 0px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 80%;
font: bold 12px Arial, Helvetica, sans-serif;
}

.arrowlistmenu ul li a:visited{
color: #003399;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #003399;
background-color: #F3F3F3;
}
h3 {
font-size: 12px;
font-weight: bold;
margin:0px;
}


