/* CSS Document */
body{
	padding:0 0 20px 0; margin:25px; line-height:25px; font-family:Tahoma, Arial, Helvetica, sans-serif;
	}
div, h1, h2, h3, p, ul, img{
	padding:0; margin:0;
	}
ul{
	list-style-type:none;
	}
.spacer{
	font-size:0; line-height:0; clear:both;
	}
img{
	display:table-cell;
	float: none;
	}
/*--------------------------header part start---------------*/
#header{
	background:url(images/header_5.png) no-repeat 0 0 #124503; color:#124503;
	height:455px; 
	width:800px; 
	margin:0 auto; 
	padding:0px 0 0 0;
	}
#header img.logo{
	margin-left: 2px;
	padding:0; width:390px;
	margin-top: 20px;
	}
/*-----------------------body---------------*/
#body{
	width:800px;
	background:url(images/body_bk.png) repeat #124503;
	color:#124503;
	margin:0 auto;
	padding:0;
	}
#welcome{
	margin-left:20px;
	margin-right:20px;
	border-bottom:#124503 8px double;
	border-top:#124503 8px double;
	}
#nav {
	background-color: #124503;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	text-transform: capitalize;
}
#navlist a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #eed677;
	font-size: 16px;
	font-weight: bolder;
}
#navlist a:hover {
	color: #dbaf58;
}

#welcome p{
	font-size:11px; padding:0 0 18px 0; line-height:15px;
	}
#body ul.num{
	height:14px; padding:0px 0 5px 0px; margin:0 0 45px 0;
	}
#body ul.num li{
	float:left; display:block; padding:0 2px; font-size:14px; line-height:14px; color:#124503; 
	font-weight:bold;
	}
#body ul.num li a{
	color:#124503; text-decoration:none; 
	}
#body ul.num li a:hover{
	color:#124503; 
	}
#body ul.footer{
	font-size:12; height:18px; margin-left: 20px;
	}
	
/*-------------------footer-----------------*/
#body ul.footer li{
	float:left; display:block; line-height:18px; font-weight:bold; font-size:14px; padding:0 6px;
	font-weight:bold;
	}
#body ul.footer li a{
	text-decoration:none; color:#124503; text-transform:capitalize;
	}
#body ul.footer li a:hover, #body ul li.active{
	text-decoration:underline;
	}
#body p.footertex{
	font-size:9px; line-height:14px; margin:0 0 5px 0;
	}
#body p.footertex a{
	text-decoration:none; color:#124503; 
	}
#body p.footertex a:hover{
	color:#124503; 
	}
#black{
	background:url(images/footer_2.png);
	width:800px;
	height:188px;
	margin-left:20px;
	margin:0 auto;
	background-color:#124503;
	color:#FFFFFF;
	font-size:10px;
	direction: ltr;
	}
