/* CSS Document */

body{
	padding:0;
	margin:20px 0;
	font-family:Arial, Helvetica, sans-serif;
	background:#105d9c;
	color:#105d9b;
	}

ul, td, h1, h2, img, p, form, select, dl, h3{
	padding:0;
	margin:0;
	}
	
.outer-table {
	background-color:#ece2b6;
	padding:15px;
	color:#856100;
	}	
	
.inner-table {
	background:url(../images/pagebg.jpg) no-repeat 0 0 #fff;
	border:#ffcd49 1px solid;
	padding:15px 0 30px 0;
	color:#856100;
	}
	
.slogan{
	font:normal 36px/36px Georgia, "Times New Roman", Times, serif;
	color:#deb200;
	margin:38px 0 0 0;
	background-color:inherit;
	}
.sloganText{
	color:#1d82aa;
	font-size:18px;
	line-height:20px;
	margin:12px 45px 14px 0;
	background-color:inherit;
	}
	
/*-------------------header part start-------*/
.header{
	background:url(../images/header.jpg) no-repeat 0 0;
	height:200px;
	}
	
	.header2{
	background:url(../images/header2.jpg) no-repeat 0 0;
	height:200px;
	}
	
/*------------navi part start---------*/
.navi_left{
	background:url(../images/navi_left.gif) no-repeat left top;
	width:12px;
	height:48px;
	}
.navi_right{
	background:url(../images/navi_right.gif) no-repeat right top;
	width:12px;
	height:48px;
	}
.navi{
	background:url(../images/navi_bg.gif) repeat-x 0 0;
	padding:7px 0 0 0;
	}	
.navi ul{
	list-style-type:none;
	height:34px;
	padding:0 0 0 10px;
	}	
.navi ul li{
	float:left;
	display:block;
	height:34px;
	}	
.navi ul li.icon{
	background:url(../images/navi_icon.gif) no-repeat center center;
	width:35px;
	height:34px;
	}	
.navi ul li a{
	background:url(../images/navi_inner_bg.gif) repeat-x left top #e8daa3;
	color:#4c0c00;
	font-size:15px;
	line-height:34px;
	display:block;
	float:left;
	text-decoration:none;
	cursor:pointer;
	font-weight:bold;
	}
	
.navi ul li a:hover{
	color:#5165bc;
	background-color:inherit;
	}
	
.navi ul li a span.left{
	background:url(../images/navi_inner_left.gif) no-repeat 0 0;
	/*padding:0 0 0 10px;*/
	height:34px;
	float:left;
	
	}
.navi ul li a span.left span{
	background:url(../images/navi_inner_right.gif) no-repeat right top;
	padding:0 19px ;
	display:block;
	}
	
/*----------------- body part stat--------*/
.welcome{
	background:url(../images/body_heading_line.gif) no-repeat right center;
	padding:0 438px 0 0;
	font: bold 16px/34px Verdana, Arial, Helvetica, sans-serif;
	color:#CC0000;
	display:inline;
	height:24px;
	background-color:#fff;
	}
	
.welcome span{
	color:#CC0000;
	background-color:#fff;
	font-style: normal;
	}
	
.body_text{
	color:#000000;
	font-size:12px;
	line-height:16px;
	padding:0 0 17px 0;
	background-color:#fff;
	}
	
.body_text strong{
	color:#330000;
	background-color:#fff;
	}
	
.link{
	color:#003399;
	background-color:#fff;
	}
.link:hover{
	color:#856100;
	background-color:#fff;
	}
	
.img_border{
	border:#dcc987 1px solid;
	margin:0 28px 0 0;
	}
	
/*-----------------footer part start-------*/

.footer_bg {
	background:url(../images/footer_-bg.gif) repeat-x 0 0 #fff;
	border:#dea700 1px solid;
	padding:29px 0 19px 0;
	color:#725e00;
	}
	
.footer_bg ul{
	height:20px;
	list-style-type:none
	}
.footer_bg ul li{
	float:left;
	display:block;
	font-size:11px;
	line-height:20px;
	padding:0 4px;
	}
	
.footer_bg ul li a{
	color:#725e00;
	text-decoration:none;
	background-color:inherit;
	}
	
.footer_bg ul li a:hover{
	color:#000;
	background-color:inherit;
	}
.footer_bg p{
	font-size:11px;
	line-height:16px;
	}
	
.footer_bg p a{
	color:#0075bf;
	background-color:inherit;
	text-decoration:none;
	}
	
.footer_bg p a:hover{
	color:#725e00;
	background-color:inherit;
	}
	
