﻿body {
	margin: 0;
	padding: 0;
	background-color: #EBF8FE;
}
#leftbody {
	float: left;
	width: 15%;
	background-color: aqua;
}
#rightbody {
	float: right;
	width: 15%;
	background-color: blue;
}
#mainbody {
	width: 876px;
}
.leftbody {
	float: left;
	width: 623px;
	height: 500px;
	padding-left: 21px;
}
.rightbody {
	float: right;
	width: 220px;
	padding-right: 0px;
}
.leftspacebody {
	float: left;
	width: 21px;
}
.rightspacebody {
	float: right;
	width: 12px;
}
.loginform {
	padding: 3px 10px 10px 1px;
	background-image: url('images/login.jpg');
	float: left;
	width: 175px;
	height: 90px;
	font-family: tahoma;
	font-size: 8pt;
	background-repeat: repeat-y;
}
.righttd {
	width: 85px;
	text-align: center;
}
.lefttd {
	width: 100px;
}
.logintext {
	font-family: Tahoma;
	font-size: 8pt;
	border: 1px solid #FFFFFF;
	width: 90px;
}
.textbody {
	float: left;
	width: 623px;
	background-color: #EBF8FE;
	min-height: 400px;
	font-family: Tahoma;
	font-size: 13px;
	direction: rtl; 
	line-height: 30px; 
	text-align: justify;
}
.textbody h2 a {
	color: #0066FF;
	font-family: Arial;
	font-size: 25px;
	text-decoration: none;
}
.menu {
	padding: 15px 8px;
	background-image: url('images/menu.jpg');
	background-repeat: no-repeat;
	height: 225px;
}
.lasttext {
	direction: rtl;
	padding: 20px 20px 80px 20px;
	background-image: url('images/Untitled-4_14.jpg');
	height: 150px;
	background-repeat: no-repeat;
}
.lasttext a {
	font-size: 10px;
	color: #DBF2FD;
	font-family: Tahoma;
	text-decoration: none;
}
.footer {
	width: 876px;
	position: relative;
	direction: ltr;
}
.viewer {
	height: 33px;
	font-family: Tahoma;
	font-size: 8pt;
}
.footerleft {
	float: left;
	width: 152px;
	background-image: url('images/Untitled-4_15.jpg');
	height: 150px;
	clear: left;
}
.footercenter {
	float: left;
	width: 429px;
	background-image: url('images/Untitled-4_16.gif');
	height: 45px;
	padding-top: 110px;
	color: #808080;
	font-size: 9pt;
}
.footerright {
	float: right;
	width: 280px;
	background-image: url('images/search_bg.jpg');
	background-repeat: no-repeat;
	background-position: 0 49px;
	height: 130px;
	text-align: right;
	padding-right: 15px;
}
.footerright form {
	padding: 18px 0px 0px 0px;
	margin: 0px;
}
.loginformbtn {
	border-width: 0;
	height: 15px;
	cursor: pointer;
}
.forgetform {
	direction: rtl;
	text-align: right;
	color: #666666;
}
.signupform {
	direction: rtl;
	text-align: right;
	color: #666666;
}
#menu {
	width: 182px;
	margin: 15px 0px 0px 0px;
	text-align: right;
}
#menu ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#menu li a {
        height: 24px;
        text-decoration: none;
        }

#menu li a:link, #menu li a:visited {
        color: #888;
        display: block;
        background: url('images/menu.gif');
        padding: 8px 20px 0 3px;
        }

#menu li a:hover, #menu li #current, #menu li a:active {
        color: #283A50;
        background: url('images/menu.gif') 0 -32px;
        padding: 8px 20px 0 3px;
        }
.tables{
	border: 4px #FF9900 inset;
}
.tables td{
	border-bottom:1px #FF9900 solid;
}
