img , img a
{
	border:0px;
	border-style:none;
}

.fright
{
	float:right;
}
.fleft
{
	float:left;
}
.clr
{
	clear:both;
}

body
{
	margin:0;
	padding:0;
	background: #1B5A8D;
	font-family: arial;
	font-size:12px;
	font-weight:normal;
	direction:ltr;	
	color:#0d3f64;
}
#warper
{
	width:760px;
	margin:0px auto;
	direction:rtl;	
	text-align:right;
	background: #EEEEEE;
}

#header
{
	cursor:pointer;
	width:760px;
	height:211px;
	/*border:1px solid red;*/
	background:  url(./images/header.gif) no-repeat top center;
}


#sitename
{
	font-size:40px;
	font-weight:normal;
	color:#FFFFFF;
	float:right;
	padding-right:120px;
	padding-top:20px;
}
 
#siteurl
{
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	float:right;
	padding-right:140px;
}
.headtext1
{
	font-size:18px;
	color:#FFFFFF;
	float:right;
	padding-right:240px;
	padding-top:0px;
}
.headtext2
{
	font-size:18px;
	color:#FFFFFF;
	float:right;
	margin-right:300px;
	
}
.headtext3
{
	font-size:22px;
	font-weight:bold;
	color:#FFFFFF;
	float:right;
	margin-right:390px;
}
#right
{
	width:212px;
	float:right;
	padding-right:25px;
	padding-left:10px;
}
 
#navigation
{
	width:212px;
	background:#b4d2eb  url(./images/navbg.gif) repeat-y top center;
	color:#0d3f64;
}
#navigation hr
{
	border: 0;
	width:212px;
	height:1px;
	margin-top:4px;
	margin-bottom:4px;
	background:#b4d2eb  url(./images/navhr.gif) no-repeat top center;
	overflow:hidden;
}
#naviation_title
{
	width:212px;
	height:44px;
	background:#1a598c  url(./images/title_nav.gif) no-repeat top center;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	line-height:43px;
	
}

#navigation ol
{
	list-style-type: square;
}
#navigation ul
{
	list-style-type: circle;
	list-style-image: url(./images/nav_li.gif);
}

#navigation ol li a , #navigation ul li a
{
	color:#0d3f64;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
#navigation ol li a:hover , #navigation ul li a:hover
{
	color:#0d3f64;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}

#qoute
{
	width:212px;
	background:#a6cae7  url(./images/qoutebg.gif) repeat-y top center;
	color:#0d3f64;
}
#qoute_top
{
	width:212px;
	height:11px;
	background:#b4d2eb  url(./images/qoute_top.gif) no-repeat top center;
	overflow:hidden;
	border-top:1px solid #FFFFFF;
}
#qoute_bottom
{
	width:212px;
	height:9px;
	background:#b4d2eb  url(./images/qoute_bottom.gif) no-repeat top center;
	overflow:hidden;
}
#qoute hr
{
	border: 0;
	width:212px;
	height:1px;
	margin-top:4px;
	margin-bottom:4px;
	background:#b4d2eb  url(./images/navhr.gif) no-repeat top center;
	overflow:hidden;
}

.qoute
{
	margin:7px;
	font-weight:normal;
}

#left
{
	float:right;
	width:493px;
}
.table
{
	width:493px;
	
}
.table_title
{
	width:453px;
	height:44px;
	padding-right:40px;
	background:#1a598c  url(./images/big_title.gif) no-repeat top center;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:right;
	line-height:43px;
}
.table_body
{
	background:#FFFFFF;
	width:452px;
	padding:20px;
	line-height:1.4em;
	font-size:15px;
}
.table_body h1
{
	font-size:22px;
	font-weight:bold;
}
.table_body h2
{
	font-size:17px;
	font-weight:bold;
}
.table_body h3
{
	font-size:16px;
	font-weight:bold;
}

#footer
{
	text-align:center;
	font-size:12px;
	font-weight:bold;
	
	width:760px;
	padding-top:10px;
	padding-bottom:10px;
}
#footer a
{
	color:#0d3f64;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
#footer a:hover  
{
	color:#0d3f64;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}

