BODY
{
	background-color: white;
	background-image: url("bkghoriz.jpg");
	background-repeat: repeat-y;
	font: normal 86% "Trebuchet MS", Tahoma, sans-serif;;
/*
	was Tahoma on Win and Gerogia on iOS, now standardised. 
	font: normal 86% "Trebuchet MS", Tahoma, Georgia, sans-serif;
*/
	margin-top : 0 ;
	color: #777777;

}


BODY newsfooter {
  font-size: x-small;
 

}




P, LI, EM, TD, A
{
	margin-top : 0 ;
	color: #777777;

}




H1, H2, H3
{
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif; 
	font-weight : bold ;
	color : green ;
	margin-bottom: 0.5em;
}


H1
{
	font-size: xx-large;
}


H2
{
	font-size: x-large;
}

H3
{
	font-size: large;
}

H4, H5, H6
{
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	color : green ;
	margin-bottom: 0;
	font-size: medium;

}



h2 span.mainhead {
  color: orange;
}

h3 span.mainhead {
  color: orange;
}


h3 dlogo 
{
	font-size: large;
	line-height:0.9;
	text-align:right
}


h3 logo 
{
  
	background-color: #cccccc;
	padding:5px;
	position:absolute;
	top:12px;
	left:-128px;
	text-align:right
}



A
{
	color : green ;
	font-weight : bold ;
	text-decoration : none ;


}

A:Hover
{
	text-decoration : underline ;
	background:yellow;
}

B
{
	font-weight : bold ;
	
}



STRONG
{
	font-weight : bold ;

}



#leftmenu {
		position: absolute;
		left:0;

	      	top:15px;	

		font: normal 1em/1.5em "Trebuchet MS", Tahoma, sans-serif;

		padding-top: 10px;
	 	padding-left: 10px;
        	padding-right: 20px;
		text-align:right;

		line-height:1.25;

		width:115px;
	}


#centercontent {


		position:absolute;		
		clear:left;		
		margin-top:20px;	
		left: 170px;	

		max-width:70%; 		

/*		
		max-width:42em; 		
		width:expression(document.body.clientWidth > 820 ? "42em": "auto");  
*/		

		margin-right:20px;	
	        padding-top: 5px;			
   		padding-right: 20px;		


		}

