html,body{
	margin: 0;
	padding: 0
}
body{
	font: 76% arial,sans-serif;
	text-align: center;
	background: url(images/bg.gif) repeat-x
}
p{
	margin: 0 10px 10px
}
a{
	display: block;
	color: #1469a6;
	font-weight: bold;
}
.u {
	text-decoration: underline;
}
div#header {
	border-bottom: 1px solid #cedeea;
	width: 643px;
	margin: 0 auto
}
div#header h1, div#header h2 {
	margin: 0;
	padding: 0
}
div#header h1 a {
	background: url(images/logo.gif) no-repeat;
	width: 375px;
	height: 44px;
	text-indent: -1000px;
	margin: 17px auto 10px auto;
	display: block;
	overflow: hidden;
}
div#header h2 {
	background: url(images/subHeader.gif) no-repeat;
	width: 534px;
	height: 41px;
	text-indent: -10000px;
	margin: 10px auto 10px auto;
	display: block
}
div#container{
	width: 100%;
	margin: 0 auto;
	text-align: left;
	background: url("images/bottomBG.gif") repeat-x 0 bottom;
}
div#content {
	text-align: right !important;
}
div#content h3 span{
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden
}
div#content h3.legend{
	background: url(images/legend.gif) no-repeat;
	width: 139px;
	height: 27px;
	float: right
}
div#content h3.qna{
	background: url(images/qnaHeader.gif) no-repeat;
	width: 155px;
	height: 25px;
	float: right
}
div#content h3.said{
	background: url(images/saidHeader.gif) no-repeat;
	width: 146px;
	height: 25px;
	float: right
}
div#content h3.fullDoc{
	background: url(images/docHeader.gif) no-repeat;
	width: 122px;
	height: 25px;
	float: right
}
div#content h3 { 
	margin: 15px 10px 15px 0;
	color:#1469A6;
	font-size: 16px;
}
*:first-child+html div#content h3 { 
	margin: 10px 0 0 0;
}
* html div#content h3 { 
	margin: 10px 0 0 0;
}
div#content p{
	text-align: right;
	line-height: 1.4;
	direction: rtl;
	margin:0 0 10px 10px;
}
/* Box Model */ 
div.box {
		width: 643px;
		float: right;
		position: relative;
}
*:first-child+html div.box {
	margin: 10px 0 0 0;
}

div.box .top {	
		background-image: url("images/top.gif");
		background-position: top left;
		background-repeat: no-repeat;
		width: 643px;
		height: 9px;
		float: right;
}
* html div.box .top {	
		background-position: bottom left;
}	
*:first-child+html div.box .top {	
		background-position: bottom left;
}	
div.box div.middle {
	width: 643px;
	background-image: url("images/middle2.gif");
	background-position: center;
	background-repeat: repeat-y;
	}

div.box div.inside {
	width: 622px;
}
*:first-child+html div.box div.inside {
	width: 622px;
}

div.box h4 {
	color: #1469a6;
	font-size: 16px;
	margin: 0 !important;
	padding: 0 !important;
	top:-8px;
	right: 15px;
	position: absolute;
	direction: rtl;
}
* html div.box h4 {
	top:10px;
	right: 15px;
	position: relative;
}
div.box .inside .qna {
	margin: 10px 0 0 0 !important;
	padding: 0 !important;
	direction: rtl;
}
div.box h5 {
	color: #1469a6;
	font-size: 14px;
	margin: 10px 0 0 10px !important;
	padding: 0 !important;
	direction: rtl;
}
*:first-child+html div.box h5, *:first-child+html div.box P {
	margin: 	0px 20px 0 0 !important;
}
* html div.box h5, * html div.box P {
	margin: 0px 20px 0 0 !important;
}
div.box div.inside p {
	margin: 0 0 0px 30px;
	padding: 0;
	color: #3F3F3F;
	font-size: 14px;
}
div.box div.inside p.last {
	margin-bottom: 0 !important;
}
div.box div.inside ol {
	margin: 0 20px 0 10px;
	padding: 6px 0 0 10px;
	clear: both;
}
div.box div.inside ol li {
	direction: rtl;
	padding: 0 10px;
	color: #3F3F3F;
	font-size: 14px;
	margin: 10px 10px;
}
* html div.box div.inside ol li {
	margin: 10px 25px 10px 10px; 
}
div.box div.inside ol li a {
	display: inline;
}
div.box div.inside ul {
	margin: 0 0px 0 35px;
	padding: 6px 0 0 10px;
	list-style: none;
	clear: both;
}
* html div.box div.inside ul {
	margin: 0 15px 0 35px;
}
*:first-child+html div.box div.inside ul {
	margin: 0 20px 0 35px;
}
div.box div.inside ul li {
	background: url("images/bullet.gif") center right no-repeat;
	padding: 0 15px;
	color: #3F3F3F;
	font-size: 14px;
}
div.box div.inside a.readMore {
	display:block;
	text-align: left;
	margin: 20px 0 0 20px;
}
div.box div.inside a.more {
	display:block;
	background:url("images/ReadMore.gif") 0 0 no-repeat;
	margin:10px 520px 0 35px;
	width: 81px;
	height: 13px;
}
div.box div.inside a.more span {
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden
}
/* End Box Model */
div#navigation{
	width:770px;
	margin: 30px auto 0 auto;
	float: right;
	position: relative;
	left:63px;
}
*:first-child+html div#navigation{
	left:-63px;
}
* html div#navigation{
	left:0px;
}
div#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#navigation ul li {
	list-style: none;
	float: right;
	margin: 0 0 0 4px;
}
div#navigation ul li.last {
	margin: 0 0 0 0;
}
div#navigation ul li a{
	direction:ltr;
	height:37px;
	overflow:hidden;
	text-align:left;
	text-indent:-9999px;
	width:125px;
}
div#navigation ul li a.home{
	background: url("images/home.gif") 0 0;
}
div#navigation ul li a.forum{
	background: url("images/forum.gif") 0 0;
}
div#navigation ul li a.said{
	background: url("images/said.gif") 0 0;
}
div#navigation ul li a.qna{
	background: url("images/qna.gif") 0 0;
}
div#navigation ul li a.doc{
	background: url("images/sign.gif") 0 0;
}
div#navigation ul li a.ads{
	background: url("images/ads.gif") 0 0;
}
div#navigation ul li a:hover, div#navigation ul li a.current{
	background-position: 0 -37px;
}
div#extra{
	float: right;
	font-size: 12px;
	color: #3F3F3F;
	margin: 25px 0 0 0;
	width: 590px;
	text-align: right;
	direction: rtl;
}

div#container{
	width: 100%;
	margin: 0 auto;
	float: right;
}
div#wrapper{
	width: 634px;
	margin: 0 auto;
}
* html div#wrapper{
	width: 704px;
	margin: 0 auto;
}

div#footer{
	clear: both;
	width: 100%;
	height: 177px;
	background: url("images/strip2.gif") repeat-x;
	margin: 0 auto;
	float: right;
}
div#footer span{
	clear: both;
	width: 763px;
	height: 93px;
	background: url("images/flags.gif") no-repeat;
	margin: 40px auto;
	display: block;
}
object, embed, iframe {
	clear: both;
	margin: 0 50px;
	display: block;
}