/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	background-color: #FFFFFF;
}
a{
	/*text-decoration:none;*/
	color:#333333;
}
a:hover{
	text-decoration:none;
}

h1{
	font-size:16px;
	color:#00023E;
	margin:0;
	padding:0;
}

hr{
	border-top:1px solid #CCCCCC;
	border-bottom:none;
	height:1px;
}

.clear{
	clear:both;
	line-height:1px;
	height:1px;
	font-size:1px;

}
#pageWrapper{

}

#pageHeader{
	height:142px;
	width:760px;
	margin:0 auto;
	background:url(../images/layout/header_background.jpg) #FFFFFF no-repeat;
	background-position:bottom center;
}

#pageFooter{
	height:142px;
	width:100%;
	background:url(../images/layout/footer_bg.jpg) #FFFFFF no-repeat;
	background-position:top center;
	border-top:solid #213665 1px;
}

#bodyWrapper{

}

#menuWrapper{
	height:66px;
	background:url(../images/layout/menu_end.jpg);

}

#menuCentre{
	width:760px;
	height:85px;
	background: url(../images/layout/menu_background_new.jpg) #FFFFFF no-repeat;
	margin:0 auto;
	padding: 0;
}

/*menu style*/
#mainMenu{
	padding:0 0 8px 0;
	margin:0 0 0 0;
	color:#CDCDCD;
	
}
#mainMenu a{
	text-decoration:none;
}


	#mainMenu .table{
		list-style:none;
		display:inline;
		color:#999999;
	}
	
	#mainMenu .selected{
		background: url(../images/layout/stalk.jpg) no-repeat bottom center;
		padding-bottom:8px;
	}
	#mainMenu .selected a{
		color:#000000;
		text-decoration:none;
	}
	
	#subMenu{
			position:relative;
			left:365px;
			top:8px;
			padding:0;
			padding-top:0px;
			margin:0;			
	}	
	#subMenu li{
		list-style:none;
		display:inline;
		height:8px;
		margin-top:10px;
		padding:8px 4px;		

	}	
	#subMenu li a{
		color:#888888;
		
	}
	
	#subMenu li a:hover{
		color:#000000;
	}	
	#subMenu li.selected2{
		background: url(../images/layout/stalk.jpg) no-repeat top center;
		width:auto;	
			
	}
	#subMenu li.selected2 a{
		color:#000000;
	}	
	
	#mainMenu li a{
		color:#888888;
	}
	
	#mainMenu li a:hover{
		color:#000000;
	}
	



#bodyContent{
	background:url(../images/layout/body_bg.jpg) #FFFFFF no-repeat;
	background-position:bottom center;
	width:760px;
	margin:0 auto;
	padding-bottom:25px;
}


#bodyImage{
	height:325px;
	width:325px;
	float:left;
}
 *:lang(en) #bodyImage{
 	padding-right:20px;
	padding-bottom:20px;
 }


#bodyText{
	/*float:right;*/
}
.headingText{
	padding-left: 35px;
	padding-right: 35px;
}
.smallBodyText{
	width:470px;
	margin:0 auto;
}

#footerText{
	font-size:10px;
	width:760px;
	color:#666666;
	margin:10px auto;
}

.but{
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:5px;
	text-align:left;
}

	.but a{
		color:#666666;
		text-decoration:none;
	}

.butTitle{
	background-color:#999999;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:5px;
}