body, a {
	font-family: verdana, arial,  sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}


table td {
	font-family: verdana, arial,  sans-serif;
	font-size: 12px;
	color: #000;
	border-bottom:1px solid #000;
	padding: .3em 1em .3em 1em;
	text-align: left;
}

table th {
	font-family: verdana, arial,  sans-serif;
	color: #000;
	border-bottom:1px solid #000;
	padding: .3em 1em .3em 1em;
	text-align: left;
}


#address h3, #address a {
	text-align: center;
	clear: both;
	color: #000;
	padding: 6em 0 1em 0;
	font-size: 11px;
	font-weight: normal;
}

#header {
	display: none;
}

ul#nav {
	display: none;
}

#contentleftcolumn li, #contentfullcolumn li { 
	padding: 0 0 1em 0;
}

#contentleftcolumn h2, #contentfullcolumn h2 {
font-size: 18px;
}	

#contentleftcolumn h3, #contentfullcolumn h3 {
font-size: 14px;
}	


#contentleftcolumn a, #contentrightcolumn a, #contentfullcolumn a {
	display: inline;
	padding: 0 0 .7em 0;
}

#front, #news, #activities, #projects, #documents, #contact, #locations, #staff, #about, #links {
	display: none;
}

#printpage {
	display: none;
}

#content .floatright /* text float around images */
{
	float: right;
	margin: 0 0 2px 10px;
	border: 1px solid #3a3a3a;
}

#content .floatleft /* text float around images */
{
	float: left;
	margin: 0 10px 2px 0;
	border: 1px solid #3a3a3a;
}

#content .floatright_nb /* text float around images */
{
	float: right;
	margin: 0 0 2px 10px;
}

#content .floatleft_nb 	/* text float around images, without border! */
{
	float: left;
	margin: 0 10px 2px 0;
}

