html {
  font-family: arial, sans-serif; /* 1 */
  overflow-y:scroll;
}

#banner {
	XXbackground: #1EC3F1; /*background colour added here to cover up gap between bottom of banner and top of navigation bar. RESOLVE this issue later*/
	XXbackground-image:url('../services_files/banner.jpg');
	XXbackground-repeat: no-repeat;
 }

 /*Footer */

.footer {background:#032E5B;
	color: #fff; color: #BE9830;
	padding-left: 1em;
	}
#welcome {
	}
.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }
#RHIllustration {height:21em;}
	}	
a.nav:link    		{color: #333;   text-decoration: none; }
a.nav:visited 		{color: #333;  text-decoration: none;}
a.nav:active  		{color: #333;  text-decoration: none;}
a.nav:hover			{color: #333;  text-decoration: none;}

a.footerLink:link    			{color: #BE9830;  text-decoration: none; }
a.footerLink:visited 		{color: #BE9830;  text-decoration: none;}
a.footerLink:active  		{color: #BE9830;  text-decoration: none;}
a.footerLink:hover			{color: #2f3036; background: #f3f3f3; text-decoration: none;}

a.white:link    		{color: #fff;   text-decoration: none; }
a.white:visited 		{color: #fff;  text-decoration: none;}
a.white:active  		{color: #fff;  text-decoration: none;}
a.white:hover		{color: #000;  text-decoration: none;}

/* Buttons */
#button1 {
width: 80px;
height: 80px;
background-color: #efbe40;
border-radius:20px;
color: #333;
}
#button2 {
width: 80px;
height: 80px;
background-color: #358FEA;
border-radius:20px;
color: #fff;
}


.TFtable{
	width:100%; 
	border-collapse:collapse; 
}
.TFtable td{ 
	padding:7px; border:#4e95f4 1px solid;
}
/* provide some minimal visual accomodation for IE8 and below */
.TFtable tr{
	background: #b8d1f3;
}
/*  Define the background color for all the ODD background rows  */
.TFtable tr:nth-child(odd){ 
	background: #b8d1f3;
}
/*  Define the background color for all the EVEN background rows  */
.TFtable tr:nth-child(even){
	 
}
#menu {height: 30px; }
select {height: 40px; width:80px; font-size:120%;}

/*Added to rectify Duplicate ID Menu in html validation*/
#menuA {height: 30px; }
.TFtable{
			width:100%; 
			border-collapse:collapse; 
		}
		.TFtable td{ 
			padding:7px; border:#4e95f4 1px solid;
		}
		/* provide some minimal visual accomodation for IE8 and below */
		.TFtable tr{
			background: #b8d1f3;
		}
		/*  Define the background color for all the ODD background rows  */
		.TFtable tr:nth-child(odd){ 
			background: #b8d1f3;
		}
		/*  Define the background color for all the EVEN background rows  */
		.TFtable tr:nth-child(even){
			background: #dae5f4;
		}


img.mid {
    display: block;
    margin-left: auto;
    margin-right: auto }		
/*Code for responsive tables - see http://css-tricks.com/responsive-data-tables */
