/*****************************************************************/
/* HTML Styles                                                   */
/*****************************************************************/ 
body{
	color: #000;
}	
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
h1 {
	color: #000;
	text-align: center;
	font-style: normal;
	font-size: 130%;
}
h2 {
	color: #000;
	font-size: 120%;
	font-style: normal;
}
h3 {
	color: #000;
	text-align: center;
	font-size: 120%;
	padding-top: 5px;
}
h4 {
	color: #000;
	font-size: 110%;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#wrapper {
	color: #000;
	background: #FFF;
}
#navbar {
	float: none;
	width: auto;
	font-size: 90%;
}
#navlist {
	vertical-align: top;
	margin: 0px;
}
#content {
	float: none;
	width: auto;
}
#footer a {
	color: #000;
}
#bottommenu {
	visibility: hidden;
}
/*********** #navbar link styles ***********/
#navbar ul a {
	padding: 0px;
}	
/* fix for browsers that don't need the hack */
#navbar li {
	border-bottom: none;
	margin: 0px;
	padding: 0px;
}
/*********** #content list styles ***********/
#content a {
	color: #000;
}
.reference {
	font-size: x-small;
}
.publication {
	text-decoration: underline;
}
.box {
	border: medium double #000000;
	padding: 7px;
	margin-bottom: 10px;
}
.emphasis {
	font-style: italic;
}
#footnotes {
	font-style: normal;
	font-size: 90%;
}
