body, html {
	position: relative;
	text-align: center;
	border: 0;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 101%;
	font: normal 100.01% Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background: #d1dff1;
}


#wrapper{
	background: #ffffff;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	max-width:1000px;
}

#header {
	background: #ffffff;
	width: 100%;
}

#header-img img{
	width:100%;
}

#top {
	position:relative;
	width:100%;
	height: 24px;
	background: #ededed;
}

#top ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#top ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#top ul li a{
	float: left;
	display: block;
	line-height: 24px;
	text-decoration: none;
	background-color: #ededed;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	padding: 0 12px;
	margin: 0;
	color: #000000;
}
#top ul li a:hover, #top ul li a.active{
	background-color: #2e6399;
	color: #ffffff;
}

#content{
	background: #ffffff;
	width: 100%;
	height: auto;
	overflow: auto;
	display:flex;
	flex-direction: row;
	padding-bottom: 1em;
}

#left{
	width: 25%;
	background: #ffffff;
}

#left ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#left ul li {
	display: block;
	background-color: #ededed;
	text-align: left;
	color: #000000;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
}

#left ul li a{
	text-decoration: none;
	color: #000000;
	display: block;
	padding-left: 10px;
}

#left ul li a:hover, #left ul li a.active{
	background-color: #2e6399;
	color: #ffffff;	
}

#middle{
	text-align: left;
	margin-left: 0.8em;
	width: 75%;
}

#middle a{
	text-decoration: none;
	color: #2e6399;
}
#middle a:hover{
	text-decoration: underline;
}

#pubTable tr td {
	padding-right: 5px;
}

.headline{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2e6399;
}

.authors{
	width: 20%;
}

.even{
	background-color: #ededed;
}

.year {
	padding-top: 2em;
	padding-bottom: 1em;
	font-weight:bold;
	font-size: 11pt;
}

.year.first {
	padding-top: 0;
}

#footer {
	border-top-width:1px;
	border-top-style: solid;
	border-top-color: #d1dff1;
	display:flex;
	flex-direction:row-reverse; 
}

#footer a img{
	margin-left:2em;
	margin-right:2em;
	margin-top:1em;
	margin-bottom:1em;
	max-height:50px;
}

.author_highlight {
	font-weight: bold;
}