@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	direction:rtl;
	background:#293751 url(../images/bg.gif) repeat-x scroll right bottom;
}

A:link {text-decoration: none; color:#35648C;}
A:visited {text-decoration: none; color:#35648C;}
A:active {text-decoration: none; color:#35648C;}
A:hover {text-decoration: none; color:#B00;}

.container {
	clear:both;
	width: 950px;
	margin: 0 auto; 
	text-align: left; 
}

.header {
	clear:both;
	margin: 0 auto;
	width:950px;
	background-color:#FFF;
}
.header #topheader {
	clear:both; 
	float:right; 
	width:100%; 
	text-align:right; 
	font:8.5pt Tahoma, Geneva, sans-serif; 
	color:#AAA; 
	border-bottom:1px solid #f9f9f9;
}
.header #topheader A:link {text-decoration: none; color:#AAA;}
.header #topheader A:visited {text-decoration: none; color:#AAA;}
.header #topheader A:active {text-decoration: none; color:#AAA;}
.header #topheader A:hover {text-decoration: none; color:#AAA;}

.header #logo{
	float:right;
	width:137px;
	height:61px;
}
.header #searchform {
	clear:left;
	float:right;
	margin:20px 100px 0 0;
}
.header #loginout {
	clear:left;
	float:left;
	text-align:left;
	width:250px;
	margin-top:20px;
}
.header #bttnsImg{
	clear:both;
	float:right;
	margin-top:10px;
	text-align:center;
	width:950px;
	border-top:1px solid #f3f3f3;
	padding-top: 10px;
}
.imgBtn {
	clear:left; 
	float:right; 
	width:95px; 
	text-align:center;
	font-size:14px;
}
.imgBtn span{ background-color:#f3f3f3;color:#ca0000;padding:0 2px;}

.imgBtn A:link {text-decoration: none; color:#333;}
.imgBtn A:visited {text-decoration: none; color:#333;}
.imgBtn A:active {text-decoration: none; color:#333;}
.imgBtn A:hover {text-decoration: none; color:#CA0000;}


.header #bttnHrM{
	clear:both;
	float:right;
	width:950px;
	margin-top:15px;
}

.content {
	clear:both;
	margin:0 auto;
	width:950px;
	min-height:700px;
}

.footer {
	direction:ltr;
	font:8pt Verdana, Geneva, sans-serif;
	color:#AAA;
	clear:both;
	margin: 0 auto;
	width:960px;
}

.footer #ftr {
	clear:both; 
	float:right; 
	padding-top:20px; 
	width:960px; 
	text-align:center;
	background-color:#FFF;
}
.lnks {
	clear:both; 
	float:right;
	width:960px; 
	padding:20px 0; 
	font:13px Arial, Helvetica, sans-serif;
	color:#999;;
	direction:rtl;
	border-bottom:1px solid #f3f3f3;
	border-top:1px solid #f3f3f3;
	background-color:#f3f3f3;
}
.lnks A:link {text-decoration: none; color:#333;}
.lnks A:visited {text-decoration: none; color:#333;}
.lnks A:active {text-decoration: none; color:#333;}
.lnks A:hover {text-decoration: underline; color:#CA0000;}

.lnks #l1 {
	clear:both; float:right; width:200px; text-align:right;
}
.lnks #l1 p, #l2 p, #l3 p, #l4 p{
	margin:3px 0 0 0;
	padding:0;
}
.lnks #l2,#l3,#l4 {
	clear:left; float:right; width:200px; text-align:right;
}
