body
{
    background-color: rgb(200,200,200);
    text-align: justify;
    font-size:1em;
}

#page
{
    background-color: white;	
    border: 0px solid white;
    border-radius: 10px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}


.header
{
	position: relative;
	width: 1000px;
	height: 60px;
	border-top: 0px solid white;
	border-bottom: 20px solid rgb(5,106,139);
	border-radius: 10px 10px 0px 0px;
	background-color: white;
	margin-bottom:20px; 
}


.header h1
{
	padding-left: 20px;
	padding-top:10px;
	color: rgb(5,106,139);
	font-size: 2.2em;
}



.nav
{
	display: inline-block;
	vertical-align: top;
	width: 300px;	
	margin-left: 10px;
	background-color: rgb(5,106,139);
	border: 0px rgb(5,106,139) solid;
	border-radius: 10px;
	font-size: 1.3em;
	text-align: left;
}

.section
{
	display: inline-block;
	vertical-align: top;
	width: 660px;	
	margin-left: 10px;
}

.section h1
{
	color: rgb(5,106,139);	
	font-size: 1.8em;
}

.section a
{
	color: rgb(5,106,139);	
	text-decoration: none;
}


.footer
{
	background-color: rgb(5,106,139);	
	color: white;
	border-radius: 0px 0px 10px 10px;
}

.footer p
{
	padding-right: 10px;
	text-align: right;
}

.nav .nav-list-sections
{
	color: white;
	list-style-type: none;
	padding-left: 10px;
}

.nav ul
{
	color: white;
	list-style-type: none;
}


.nav li
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;	
}

.section li
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;	
}

.nav-section
{
	margin-top: 10px;
	margin-bottom: 10px;	
}

.nav a
{
	color: white;	
	text-decoration: none;
}

.nav a:hover
{
	color: rgb(5,106,139);	
	background-color: white;
	border: 0px white solid;
	border-radius: 5px 5px 5px 5px;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
}

.nav-current
{
	color: rgb(5,106,139);	
	background-color: white;
	border: 0px white solid;
	border-radius: 5px 5px 5px 5px;
	padding-left: 2px;
	padding-right: 2px;
}

.portrait
{
	text-align: center;
	margin-bottom: 50px;	
}

.portrait img
{
	border: rgb(5,106,139) 1px solid;
}

.publication-status
{
	font-weight: bold;	
}

.publication-title
{

}


.jury_member_role
{
	font-weight: bold;	
}

.jury_member_affiliation
{
	font-style: italic;	
}
