body, html {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

html {
	background-color: #FFFFFF;
	background-image: url(images/bg.png);
	background-position: left;
	background-repeat: repeat-y;
}
#mainDiv {
	width: 700px;
	padding-bottom: 100px;
}
#pageHeader {
	width: 700px;
	font-size: 42px;
	font-style: italic;
	font-weight: normal;
	text-align: right;
	margin-top: 30px;
	margin-bottom: 30px;
}
#menuBar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	margin-bottom: 35px;
}
a {
	color: #48a7ff;
	text-decoration: none;
}
a:hover {
	color: #0000ff;
	text-decoration: none;
}
#mainContent {
	width: 640px;
	padding-left: 60px;
	font-size: 12px;
	text-align: justify;
}
.publicationList {
	padding-left: 30px;
	text-indent: -30px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}