
body{
	font-family:Tahoma,Times New Roman;
}
/* Top Menu */
#topnav 
{
	background-image: url(images/bar.jpg);
	height: 30px;
	background-repeat: repeat-x;
	padding-top: 10px;
	color: #dcdcdc;
	font-weight: bold;
	font-size: 6pt;
	clear:right;
	
	
}
#topnav ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#topnav ul li 
{
	float:left;
	
}
#topnav ul a
{
	display: block;
	padding: 0 1em;
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
	color: #ffffff;
	
	
}
A:hover   {
	font-weight: bolder;
	
}


#content-title
{
color:#000000;
font-size:22px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;

}

#contentheading
{
color:#000000;
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;

}
#contentbody
{
color:#000000;
font-size:15px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
padding-bottom: 1;

}
.publication: {font-style:italic;}
	
