body
{
	text-align:center;
}
a 
{
    color: #463c3c;
    text-decoration: underline;
}
a:visited 
{
    color: #666666;
    text-decoration: underline;
}
a:hover 
{
    color: #000000;
    text-decoration: underline;
}
div.navigation
{
	text-align: center;
	font-family: Arial, sans-serif;
	color: #666;
	margin: 9px 0px 6px 0px;
	line-height:40px;
}
div.navigation a
{
	width: 33%;
	float: left;
	text-decoration: none;
	color: #666;
	border-bottom-style: solid;
}
div.navigation  a:visited 
{
	text-decoration: none;
	color: #666;
}
div.navigation  a:hover
{
	color: #463C3C;
	text-decoration: none;
}
div.navigation a.current-page
{
	color: #463C3C;
	text-decoration: none;
	font-weight: bold;
}
div.container
{
	width: 65%;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
}
div.title
{
	color: #404040;
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 400%;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    text-align: center;
	margin-top: 1em;
}
div.footer
{
	border-top-style: solid;
	text-align:right;
	margin-top:1em;
}
div.section
{
	margin: 0em 2em 0em 2em;
	padding: 1em 1em 1em 1em;
}
div.sectionheader
{
	font-size:200%;
	font-weight:bold;
}
div.sectionparagraph
{
	margin: 1em 0em 0em 0em;
	text-align: justify;
}
div.publication
{
	clear:left;
	padding-bottom:1em;
}
div.publication-authors
{
	font-size: small;
}
div.publication-title
{
	font-weight: bold;
}
div.publication-where
{
	font-style: italic;
}
div.publication-where
{
	font-style: italic;
       float:left;
}