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;
 }
#contact	{width: 10em;}
 /*Footer */

#footer {background:#333;
	color: #fff;
	padding-left: 1em;
	}
#welcome {
	}
.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }
	
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.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%;}

.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;
		}
		
/*Code for responsive tables - see http://css-tricks.com/responsive-data-tables */
