body {
	direction: rtl; 
	background: #D6DAD9 url(/images/bck.gif) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 10.5pt;
}

A:link, A:visited, A:active { 
	color: #0066CC; 
	font-weight: bolder; 
	text-decoration: none;
}

A:hover { 
	color: orange;
}

h3 {
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	background: lightgray;
	padding: 0 5px 0 0;
	margin: 10px 0 0 0;
}

.header {
	width: 990px; 
	background: url(/images/top.jpg) no-repeat center top; 
	height: 230px;	 
	padding: 0; 
	margin-right: auto; 
	margin-left: auto;
	cursor: pointer;
	cursor: hand;
}

.header_text {
	padding: 60px 30px 0 0;
	font-size: 16px;
	color: gray;
	font-weight: bold; 
	text-align: right;
}

.navigator {
	width: 990px; 
	margin: 0 auto 20px auto; 
	padding-right: 30px;
}

.navigator A:link, .navigator A:visited, .navigator A:active { 
	color: white; 
	font-weight: bolder; 
	text-decoration: none;
	font-size: 15px;
}

.navigator A:hover { 
	color: orange;
}

.navigator img {
	margin: 0 10px 0 10px;
	border: 0;
	height: 7px;
	width: 6px;
}

.main {
	width: 990px;
	margin: 0 auto 0 auto;
}

.right {
	float: right;
	width: 200px;
	border: 1px solid black;
	background: white;
	padding: 0 10px 0 10px;
	border-radius: 5px;
}

.middle {
	float: right;
	width: 460px;
	border: 1px solid black;
	background: white;
	margin-right: 20px;
	padding: 0 20px 20px 20px;
	border-radius: 5px;
	
}

.button {
	
}

.subject_menu {
	float: right;
	width: 180px;
	border: 1px solid black;
	background: white;
	margin: 0 20px 20px 0;
	padding: 0 10px 10px 10px;
}

.left {
	float: right;
	width: 200px;
	border: 1px solid black;
	background: white;
	margin-right: 20px;
	padding: 20px 0 0 0;
	border-radius: 5px;
	
}

p {
	text-align: justify;
}

ul {
	list-style-image: url(/images/orange_bullet.png);
}