/* CSS Document */

	body
	{
		margin: 0;
		padding: 0;
		font: 80% arial, hevetica, sans-serif;
		/* text-align: center; background-color: #ABB3ED;*/
		background: #ABB3ED url('images/page_bck.jpg') no-repeat; 
		color: #505367;
		
	}

	#main
	{
		background-color:#FFFFFF;
		color: #000099;
		padding-left: 20px;	
		padding-right: 5px;	
		margin-top: 0px;
		border: none;
	}
	
		.main
	{
		background-color:#FFFFFF;
		color: #000099;
		padding-left: 20px;	
		padding-right: 5px;	
		margin-top: 0px;
		border: none;
	}
	
	#table
	{
		font: 10px arial, hevetica, sans-serif;
		background-color:#FFFFFF;
		color: #000099;
		padding-left: 20px;	
		padding-right: 5px;	
		margin-top: 0px;
		border: 0px;
		/* border-style: solid; */
		/* border-color:#FF0000;*/
	}
	
	#table td
	{
		
		border: 1px;
		border-style: solid;
		border-color:#FF7F7F;/* #DE3C3C; */
	}
	
	#white
	{
		background-color:#FFFFFF;
		color: #000099;
	}
	
	#white1
	{
		background-color:#FFFFFF;
		color: #000099;
	}
	
	.white
	{
		background-color:#FFFFFF;
		color: #000099;
	}
		
	
		#whitePad
	{
		background-color:#FFFFFF;
		color: #000099;
		padding: 0 0 0 20px;
	}
	
	#whitePadc
	{
		background-color:#FFFFFF;
		color: #000099;
		padding:  0 0 0 14px;
		width: 286px;
	}

	#whitePadc2
	{
		background-color:#FFFFFF;
		color: #000099;
		padding:  0 0 0 14px;
		width: 286px;
	}
	
	.bckFix {
	background: url(images/menu_fix.gif) bottom right no-repeat;
	}
	
    /*Fix for Internet Explorer 8*/
#whitePadtest {
width:286px!important;
background-color:#FFFFFF;
		color: #000099;
		padding:  0 0 0 14px;

}



/*#whitePadtest
	{
		background-color:red;
		color: #000099;
		 padding:  0 0 0 14px; 
		overflow: hidden !important; 
		width: 286px;
	}*/
	
	#footer
	{
		color: #101E89;
		text-align: center;		
	}
	
	object
	{
		margin: 0px;
	}
	
	h4
	{
		margin-bottom: 5px;
	}
	
	#metile
	{
	background:url('images/Metile.jpg') no-repeat;
	width: 200px;
	height: 81px;
	}
	
	/* -------------------- floats and centering classes ------------------*/
	
	.floatright
	{
		float: right;
	}
	
		.floatrightp
	{
		float: right;
		padding-left: 10px;
	}
	
	.floatleft
	{
		float: left;
	}
	
	.center
	{
		text-align: center;
	}
	
	.center10
	{
		font: 10px arial, hevetica, sans-serif;
		text-align: center;
	}
	
	.bold
	{
		font-weight: bold;
	}
	
		.blueBold
	{
		font-weight: bold;
		color: #000099;
	}
	
     .boldr
	{
		font-weight: bold;
		color: #990000;
	}
	
	
	/* ---------------------- Background 	table styling ------------------ */
	
	.bckimg
	{
		background:url('images/Big_header_image.gif') no-repeat;
	}
	
	.bckclr
	{
		background-color:#FFFFFF;
	}
	
	
	 /* --------------------------- list styles ------------------------------*/
	 
	 ul
	 {
	 	margin-top: 0px;
		margin-left: 15px;
	 	list-style-image:url(images/bullet.gif);
	 }
	 
	 /* ----------- added Q & A bullet styling --------*/
	 ul li.q
	 {
	 	margin-top: 0px;
		margin-left: -15px;
		padding-left: 10px;
	 	list-style-image:url(images/q.gif);
		font-weight: bold;
	 }
	 
	 	 ul li.a
	 {
	 	margin-top: 0px;
		margin-left: -15px;
		padding-left: 10px;
	 	list-style-image:url(images/a.gif);
	 }
	  
	 #main li a
	 {
	 	color: #000099;
	 	text-decoration: none;
	 }
	 
	 #main li a:hover
	 {
	 	color: #DE3C3C;
	 	text-decoration: none;
	 }
	 
	 #main li a:visited
	 {
	 	color: #666666;
	 	text-decoration: none;
	 }
	 
	 /* ----------------------- main body link style ------------------*/
	 
	 a
	 {
	 	color: #000099;
	 	text-decoration: underline;
	 }
	 
	 a:visited
	 {
	 	color: #666666;
	 	text-decoration: none;
	 }
	 
	a:hover
	 {
	 	color: #DE3C3C;
	 	text-decoration: none;
	 }
	 
	 /* -----------------------right hand side column -----------------*/
	 
	.rightTxt
	{
	padding-left: 10px;
	padding-right: 10px;
	color: #7490c3;
	}
	
	/* ------------------------- Colour sheets styles ------------------*/
	
    .bar
	{
	width: 94%;/* 264px; */
	height: 23px;
	background-color: #7490c3;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font: 110% arial, hevetica, sans-serif;
	}
	
	.name
	{
	font-size: 10px;
	}
	
	.dent
	{
	text-indent: 10px;
	}
	
	/* --------------------------- projects page ---------------------------*/
	
		.textPad {
	margin-top: 0px;
	padding-left: 15px;
	padding-right: 5px;
	}
	
	h3.margin {
	margin-top: 0px;
	}
