/* ETHS*/

html {min-height: 100%; margin-bottom: 1px;} /*stop page shift insafari*/
 /*html {overflow: -moz-scrollbars-vertical; } stop pageshift in firefox*/

body {
	background-color: #ffffcc;
	/*background-image:url(../images/backgroundB.jpg);*/
	/*background-repeat: no-repeat ;
	background-position: center top;*/
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 0px}
		
/*Text fornatting*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #173949;}
.menufont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
}
.bgdarkcolour {
	background-color: #ff8c4a;
}

.bglightcolour {
	background-color: #e7e7ce;
}

/*Hyperlinks*/
a.menulink:link {font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #173949;
	text-decoration: none; 
	padding-bottom: 2px; 
	/*border-bottom: 1px solid#173949;*/
	font-style: normal;}

a.menulink:visited {font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #173949 ;
	text-decoration: none; 
	padding-bottom: 2px; 
	/*border-bottom: 1px solid #173949;*/
	font-style: normal;}
	
a.menulink:hover {font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #9f753c ;
	/*color: #dfe2e4;*/
	text-decoration: none; 
	padding-bottom: 2px; 
	/*border-bottom: 1px solid #9f753c ;*/
	font-style: normal;}
	
a.menulink:active {font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #173949 ;
	text-decoration: none; 
	padding-bottom: 2px; 
	/*border-bottom: 1px solid #173949;*/
	font-style: normal;}
/*----------------------------------------------------------------------------------*/
