BODY {
	color:#333333;
	background-color: #666666 ;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 0.9em
}
#container {
	/* Netscape/Mozilla won't centre block elements so need to set l/r margins to auto */
	margin-right: auto ;
	margin-left: auto ;
/* the rest will centre OK with this */
	text-align: center;
	margin: 30px;
	width: 95%;
	background-color: #666666 ;
}
#border {
	/* Netscape/Mozilla won't centre block elements so need to set l/r margins to auto */
	margin-right: auto ;
	margin-left: auto ;
/* the rest will centre OK with this */
	text-align: center;
	width: 820px;
	padding: 10px;
	background-color: #ffffff ;
}
.main {
	/* Netscape/Mozilla won't centre block elements so need to set l/r margins to auto */
	margin-right: auto ;
	margin-left: auto ;
/* the rest will centre OK with this */
	text-align: center;
	width: 800px;
	background-color: #ffffff ;
}
H1, H2, H3, H4, H5, H6 {
	color:#991111;
	font-family:Helvetica, Arial, sans-serif;
	padding-top: 20px;
}

A:link  {
/* dark red */
	color:#991111;
	font-weight: bold ;
}
A:active {
	/* pale grey */
	color:#999999;
	font-weight: bold ;
/* pale red */
	background-color: #ffcccc ;
}
a:hover
{
/* pale blue */
	color:#333366;
	font-weight: bold ;
	text-decoration:none;
}

A:visited {
	/* dark grey */
	color:#333333;
	font-weight: bold ;
}
TD.maintitle {
	text-align: left;
	vertical-align: top;
	width: 150px;
	font-size: 0.85em;
}
TD.langs {
	text-align:right;
	vertical-align: top;
	font-size: 0.7em;
	padding: 0;
	margin: 0;
}
TD.sitenav {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 0.7em ;
	font-weight: bold ;
	color:#333333;
	vertical-align: top;
}
TD.footer {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 0.7em ;
	font-weight: bold ;
}
.mainpic {
	clear: left;
	padding-top: 80px; 
	padding-right: 20px; 
	padding-bottom: 30px; 
	padding-left: 20px;
/*	margin: 30px; */
	text-align: center;
}
TD.bio {
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-size: 0.85em
}
TD.bioycol {
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-size: 0.85em;
}
/*  thanks to Suckerfish Dropdowns http://www.alistapart.com/articles/dropdowns */
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
li {
	float: left;
	position: relative;
	width: 10em;
}
li ul {
	display: none;
	position: absolute; 
	top: 1em;
	left: 0;
	background-color: #ffffff ;
}
/* 
li ul li {
	border-bottom: 0.5px solid;
} 
*/
li > ul {
	top: auto;
	left: auto;
}
li:hover ul, li.over ul{ display: block; z-index: 2; }
ul.bio {
	margin-left: 2em;
	list-style: disc outside;
}
ul.bio li {
	float: none;
	width: 100%;
}
