html{
	direction:rtl;
}
body{
	margin:2em auto;
	background-color:#F7F7F7;
	font-family:"Tahoma";
	font-size:12px;
}
#container{
	width:700px;
	margin:0 auto;
	background-color:#fff;
	border:1px solid #DFDFDF;
	min-height:600px;
}
/* Menu CSS Start */
#left{
	width:145px;
	float:right;
}
#menu{
	width:145px;
	border-left:1px solid #DFDFDF;
	border-top:1px solid #DFDFDF;
	border-bottom:1px solid #DFDFDF;
	margin:1em 0;
	padding:1em 0;
	background-color:#EBF0DD;
}
ul.root{
	margin:0;
	padding:0;
}
ul.root li{
	list-style-type:none;
}
ul.root li a{
	list-style-type:none;
	padding:5px 20px 0 0;
}

ul.sub{
	margin:0;
	padding:0;
}
ul.sub li{
	padding:0;
	margin:0;
	list-style-type:none;
	background-color:#DEF0AF;
	/*padding:5px 0 0 0;*/
}
#menu a{
	text-decoration:none;
	color:#899D4B;
	display:block;
}
#menu a:hover{
	color:#333300;
}
li.home{
	background:url(images/home.gif) no-repeat right top;
}
li.login{
	background:url(images/login.gif) no-repeat right top;
}
li.logout{
	background:url(images/login.gif) no-repeat right top;
}
li.information{
	background:url(images/information.gif) no-repeat right top;
}
li.contactus{
	background:url(images/contactus.gif) no-repeat right;
}
li.whoweare{
	background:url(images/whoweare.gif) no-repeat right;
}
li.help{
	background:url(images/help.gif) no-repeat right top;
}
li.sitemap{
	background:url(images/sitemap.gif) no-repeat right;
}
#image{
	width:145px;
	margin:0 auto;
	padding-top:2em;
	padding-right:3px;
}
#image img{
	border:none;
}

/* Menu CSS End */

/* Content CSS Start */
#content{
	width:550px;
	float:left;
	text-align:right;
}
#content p{
	margin:2em .5em;
}
/* Content CSS End */

/* Top Navigation CSS Start */
#topNavigation{
	/*width:300px;*/
	height:20px;
	margin:1em 1.5em;
	padding:3px 5px;
	float:right;
	border:1px solid #DFDFDF;
	background-color:#EBF0DD;
}
#topNavigation ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#topNavigation li{
	display:inline;
	color:#899D4B;
}
#topNavigation li a{
	text-decoration:none;
	color:#899D4B;
	padding-left:18px;
	/*padding-right:18px;*/
}
li.newentries a{
	background:url(images/newentries.gif) no-repeat right;
}
li.showentries a{
	background:url(images/showentries.gif) no-repeat right;
}
#topNavigation a:hover{
	color:#333300;
}
/* Top Navigation Start End */












/* Footer CSS Start */
#footer{
	width:700px;
	margin:0 auto;
	padding-top:5px;
	text-align:left;
}
#footer ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#footer ul li{
	display:inline;
	color:#CCCCCC;
}
#footer ul li a{
	color:#CCCCCC;
	text-decoration:none;
}
#footer ul li a:hover{
	color:#666666;
	text-decoration:underline;
}
#banner{
	width:565px;
	height:70px;
	margin:1em auto;
	background:url(images/banner.jpg) no-repeat center top;
	border:1px solid #DFDFDF;
}
input.button {
	border:1px solid #7a894f;
	background:url(images/submitbg.gif) repeat-x;
	height:25px;
	font-weight:bold;
	color:#5e6a3d;
}
