/* CSS Document */
body{
	background-image:url(images/bg_gr.png);
	padding:0 0 0px 0; 
	margin:25px; 
	line-height:25px; 
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#124503;
	font-weight:bold;
	}
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;
	}

/*--------------------------header part start---------------*/
#header{
	background:url(images/header_5_gr.png) no-repeat 0 0 ;
	height:183px;
	width:820px;
	margin:0 auto;
	padding:0px 0 0 0;
	}
#header img.logo{
	margin-left: 2px;
	padding:0; width:390px;
	margin-top: 20px;
	}
/*-----------------------body---------------*/
#body{
	width:820px;
	background:url(images/body_bk_gr1.png) repeat;
	margin:0 auto;
	padding:0;
	}
#welcome{
	margin-left:20px;
	margin-right:20px;
	border-bottom:#3b5e3d 8px double;
	border-top:#3b5e3d 8px double;
	}
#nav {
	background-color: #3b5e3d;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#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: #ccdcce;
	font-size: 16px;
	font-weight: bolder;
}
#navlist a:hover {
	color: #000000;
}

#welcome p{
	font-size:11px; 
	padding:0 0 18px 0; 
	line-height:15px;
	}

/*-------------------footer-----------------*/
#body ul.footer li{ 
	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_gr.png);
	color:#124503;
	width:820px;
	height:188px;
	margin-left:0px;
	margin:0 auto;
	font-size:12px;
	direction: ltr;
	}

