BODY { background: white; color: black; margin-left: 3%; margin-right: 1%}
DIV.sidebar { 
	float : left;
	position : relative;
	display : block;
	clear : none;
	width : 200px;
}
DIV.main { 
	position : relative;
	float : right;
	display : block;	
}
DIV.contact {
	clear : all;
}
P {
	margin-right : 10%;
}
A.navigation {
	font-size : 24pt;
}
P.footnote {
	font-size : smaller;
}
DT	{
	font-weight : bold;
	margin-top : 0.5em;
}
DIV.Navigation { text-align : center }

