/*========================== global ========================================*/
body{
	margin:0px auto;
	padding:0px;
	background:#fff;
	color:#000;
	font-size:11px;
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	background:url(../images/bg.gif) no-repeat center top fixed;
}
td{
	color:#000;
	font-size:11px;
	font-family:Arial, Tahoma, Helvetica, sans-serif;
}
a, img{
	border:none;
}
.linkHome {
	color:#0066CC;
	text-decoration:none;
	font-weight:bold;
}
.linkHome:hover {
	color:#0066CC;
	text-decoration:underline;
	font-weight:bold;
}

.boldTxt{
	font-weight:bold;
}
.blankHeight{
	height:6px;
}
.noBorder{
	border:none;
}

/*========================== global ends ========================================*/

#mainContainer_Div{
	margin:0px auto 0px auto;
	width:1002px;
}
/*============================== menu div ===========================================*/	
	#menu_div{
		background:url(../images/menuBg.jpg) no-repeat;
		width:986px; /* 1002px*/
 		height:33px;  /*38px;*/ 
		text-align:right;
		color:#fff;
		border:#fff solid 0px;
		padding:0px 8px;
		padding-top:5px;
	}
	#menu_div ul{
		margin:0px;
		padding:5px 0px;
		margin-top:2px;
		float:right;
		border:0px solid #fff;
	}
		#menu_div li, #menu_div li.specialLink{
			color:#fff;
			padding:0px;
			font-weight:bold;
			font-family:Tahoma, Arial;
			font-size:12px;
			text-decoration:none;
			display:inline;
			border:0px solid #fff;
		}
		#menu_div li a, #menu_div li.specialLink a{
			color:#fff;
			font-weight:bold;
			font-family:Tahoma, Arial;
			font-size:12px;
			text-decoration:none;
			padding-top:6px;
			padding-bottom:10px;
			padding-left:4px;
			padding-right:4px;
			border:0px solid #fff;
		}
			#menu_div li a:hover{
				background:url(../images/Bg_menuLink.jpg) repeat-x;	
				padding-top:6px;
				padding-bottom:10px;			
				padding-left:4px;
				padding-right:4px;
			}
			#menu_div li.specialLink a{
				background:#ff0000;
			}
/*============================== menu ends ===========================================*/	

/*============================== flash ===========================================*/	
	#flashHolder_div{
		height:270px;
		background:url(../images/bgFlash.jpg) no-repeat;
		clear:both;
	}
/*============================== flash ends ===========================================*/		

/*============================== body div ===========================================*/	
	#bodyContainer_div{
		background:#f9f6f6;
		padding:0px;
		clear:both;
	}
		#bodyContainer_div #leftSide{
			width:195px;  
			background:url(../images/Bg_left2.jpg) repeat-y left;
			float:left;
		}
				#bodyContainer_div #leftSide .left_1{
					background:url(../images/Img_left.jpg) no-repeat left;
					width:193px; /*195*/
					height:208px;
					text-align:left;
					padding:0px 2px;
				}
	
		#bodyContainer_div #centerBody{
			float:left;
			width:585px;
			text-align:center;
			padding:0px;
		}
			#bodyContainer_div #centerBody #container_1{
				text-align:center;
				margin:0px auto;
				width:585px;
				float:left;
			}
				#bodyContainer_div #centerBody #container_1 #body2{
					background:url(../images/bodymidBg.jpg) no-repeat center;
					width:533px;
					height:158px;
					text-align:center;
					margin:0px auto;
					margin-top:10px;
					margin-bottom:5px;
				}
				
				#body2 ul{
					width:460px;
					/*height:108px;*/
					list-style-type:none;
					border:solid red 0px;
				}
					#body2 ul li{
						float:left;
						width:45%;
						margin:1px 5px;
						border:solid #fff 0px;
					}
						#body2 ul li a, #body2 ul li a.lastLink{
							color:#000;
							display:block;
							padding:4px;
							padding-left:18px;
							text-decoration:none;
							border-bottom:1px dotted #000;
							background:url(../images/bullet1.gif) no-repeat left;
						}
						#body2 ul li a.lastLink{
							border:0px solid #000;
						}
						#body2 ul li a:hover{
							background:url(../images/bullet1.gif) no-repeat left #7edaf7;
						}
					
					
				.titleTxt{
					color:#000;
					font-size:13px;
					font-family:Verdana, Arial, Helvetica, sans-serif;
					text-align:left;
					padding:5px;
					padding-left:18px;
					font-weight:bold;
				}
				.txt_1,.txt_2{
					color:#033b4d;
					font-weight:bold;
					text-align:left;
					padding:5px;
					padding-left:35px;
					background:url(../images/bullet1.gif) no-repeat left; 
					background-position:15px 7px;
					border-bottom:#033b4d dotted 1px;
				}
				.txt_2{
					border:none;
				}
				.link_more{
					background:url(../images/img_readmore.gif) no-repeat left;
					background-position:top right;
					font-weight:bold;
					font-size:11px;
					text-align:right;
					padding-right:40px;
					text-decoration:none;
					color:#CC0000;
					display:block;
					height:17px;	
					margin-right:20px;
					margin-top:-5px;	
					width:50px;
					float:right;
					border:red solid 0px;
				}
					.link_more:hover{
						background-position:top 100%;
					}
						
			.heading_1, .heading_2{
				color:#295db3;
				font-weight:bold;
				font-size:150%;
				text-align:center;
				padding:3px 10px;
				background:#f9f6f6;
				
			}
			.heading_2{
				color:#e10708;
				font-size:120%;
			}
		#bodyContainer_div #rightSide{
			width:217px;
			float:right;
		}
		#bodyContainer_div #bodyBottom{
			clear:both;
			/*width:960px; 1002*/
			text-align:center;
			padding:8px 15px;
			padding-bottom:10px;
			font-size:120%;
			margin:auto;
			border-top:#d5d5d5 solid 1px;
		}
/*============================== body div ends ===========================================*/	

/*============================== footer ===========================================*/	
	#footer_div{
		background:#2b7cb0;
		color:#FFFFFF;
		border-top:#c1c300 solid 3px;
		clear:both;
		text-align:center;
		padding:3px;
		height:20px;
		padding-top:8px;
		width:998px;
		margin:0px auto;
	}
		#footer_div a{
			color:#fff;
			font-weight:bold;
			font-size:inherit;
			padding:1px 10px;
			text-decoration:none;
		}
			#footer_div a:hover{
				text-decoration:underline;
			}		
/*============================== footer ends ===========================================*/	
