/*	BDC/bdc.css
 *	Style sheet BDC pix pages
 *	RWM 16-21 Oct 10
 *
 *	TOP LEVEL css file, read by all HTM in subdirectories
*/
/* margin top right bottom left */
 body	{
	background-color: #abddab;	/* light green */
	background: url('bkg.jpg') no-repeat top left; 
	color: black; /*ddcc00;	 text colour */
	font-weight: normal;
	text-align: justify;
	font-style:normal; font-variant:normal; line-height:13pt; font-size:11pt; font-family:Ariel, Helvetica, sans-serif; margin-left:0; margin-right:0; margin-top:0px; margin-bottom:0
}
p { 
	margin-top: 5px; 
	}
li img {
	border: 0px
	}
#home {
		position: absolute;
		top: 27px; right: 2%;
	}
#back {
	position: absolute;
	top: 48px; left: 20px;
}
#container { 
	padding: 0px 10px 0px 10px;  
	margin: 0px; 
/*	height: 500px;	 pic allows >800; lists do not justify this	*/
			/* IE does not like it shorter than 425		*/
	}
#linkList {
	font: 10pt Ariel, sans-serif; 
	text-align: left;
	}
#linkList2 { 
/*	position: absolute;*/
float: left;
	margin-top: 0px;
	margin-left: 10px;
	width: 340px;
	}
#linkList3 { 

	margin-top: -10px;
	margin-left: 340px;
	}
/* ============================
#linkList4 { 
	top: 160px;
	left: 510px;
	width: 230px; 
	}
===============================*/
#toplinks	{
	position: absolute;
	top: 90px;
	right: 20px;
	}
#toplinks ul {
	margin: 1px;
	padding: 5px;
	}
#toplinks li {
	line-height: 2.5ex;
	list-style-type: none;
	display: block; 
	}
#linkList ul {
	margin: 0px;
	padding: 0px;
	}
#linkList li {
/*	line-height: 2.0ex; */
	list-style-type: none;
	display: block; 
	}
#linkList li a:link { 
	color: #0000ff;	/* blue */
	}
#linkList li a:visited {
	color: #0080ff;
	/*#ffff00;=yellow #ff00ff;=magenta #00ffff;=cyan*/
	}

#intro { 
	/*max-width: 570px;	fails with IE!!!	*/
	margin-right: 180px;
	}
#pageHeader { 
	margin-bottom: 20px;
	}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader h1 { 
/*	background: transparent url(h1.gif) no-repeat top left; */
	font: 22pt Univers, Helvetica, sans-serif;
	weight: bold;
	margin-top: 10px; 
	width: 350px; /* 320px;	*/
	height: 17px; 
	}
/*============================
#pageheader h1 span {
	display: none;
	}
==============================*/
#pageHeader h3 { 
	font: 14pt Univers, Helvetica, sans-serif; 
	weight: bold;
	}

#smallnote	{
	font: 10pt Ariel, Helvetica, sans-serif;
	margin-left: 20px;
	margin-right:20px;
}
#smallnote p	{
	font: 10pt Ariel, Helvetica, sans-serif;
	margin-left: 20px;
	margin-right:20px;
}
table	{
	align: center;
	padding: 10px;
}

a:link	{
	color: blue;	/* (bbaa00)=dark yellow */
	font-weight: bold;
	text-decoration: none;
}
a:visited	{
	color: #0080ff;	/* dull blue */
	/*ffff00=yellow; 00ffff=cyan; ff00ff=magenta; 0000ff=blue*/
	font-weight: bold;
	text-decoration: none;
}
a:hover, a.active	{
	color: blue; 
	text-decoration: underline;