*
{	margin: 0; 
	padding: 0;
}
body
{	/*    background: #fff url('images/gridbg.gif'); */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
p,
ul,
ol
{	margin-bottom: 18px; }
ul
{	list-style-type: square;
	margin-left: 2em;
}
h1
{	color: #9ed652;
	font-size: 24px; 
	line-height: 36px;
	margin-bottom: 18px; 
}
h2
{	color: #a39c8d;
	font-size: 18px; 
	line-height: 18px; 
	margin-bottom: 18px;
}
h3
{	color: #006699;
	font-size: 12px; 
	line-height: 18px;
	margin-top: 6px;
	margin-bottom: 12px;
}
h4
{	color: #006699;
	font-size: 11px; 
	line-height: 18px;
	margin-top: 6px;
	margin-bottom: 12px;
}
h5
{	font-size: 12px; 
	line-height: 18px;
	margin-bottom: 18px;
}
.left
{	float: left; 
	margin: 0 18px 18px 0; 
}
.right
{	float: right; 
	margin: 0 0 18px 18px; 
}
.centre
{	float:none;
	text-align:center;
	margin: 0 auto 18px auto;
}
.callout
{	font-size: 11px;
	color: #a39c8d;
	border: 1px solid #ddd;
	background: #f1f2e7;
	padding: 8px 10px;
	margin-bottom: 18px; 
}
.callout :last-child
{	margin-bottom: 0; 
}
.logo
{	background: #ffffff;
/*	border: hidden;*/
	margin-bottom: 6px;
}
.callout h4
{	font-size: 11px; 
	line-height: 18px; 
}
.column
{	float: left; 
	width: 65%;
}
.sidebar
{	width: 25%;
	font-size: 11px;
	color: #a39c8d;
}
/*_width is only seen by IE - box-model fix!*/
#content
{	margin: 36px 36px 36px 72px;
	min-width: 40em;
	max-width: 80em;
	_width: 50em;
}
#biopic
{	width: 98px;
}
.menuRef
{	font-weight:bold;	}
.foreign
{	font-style:italic;	}

a:link, a:visited, a:hover
{	color: #006699;
	text-decoration: none;
}
a:hover
{	text-decoration: underline;
}
