body {
    height: 100%;
    margin: 0;
}
body, table, td {
    font-family: Geneva,Helvetica,arial,Verdana,sans-serif,Geneva;
    font-size: 16px;
}


table td{
vertical-align:top;
}


a{ color:#000000; text-decoration:none;}
a:link { color: #000000; text-decoration: none;}
a:visited{ color:#444444; text-decoration: none;}
a:hover{ color: #000000; text-decoration: underline;}
a:active{ border:0px; color:#000000; text-decoration: none;}
a:focus{border:0px;}

a.external{ color:#000000; text-decoration:none;padding-left:15px;background-image:url(external_link.png);background-repeat:no-repeat}
a.external:hover{ color: #000000; text-decoration: underline;}

em{
font-style:normal;
font-size:18px;
font-weight:bold;
}

#container {
    background-color: #fefefe;
    border: 0 none;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 850px;
}

#header{
height:80px;
background-image:url(header.png);
background-repeat:no-repeat;
background-color:white;
padding-top:220px;
}

#header ul{
list-style-type:none;
margin:0px;
padding:0px;
}
#header li{
margin:0px;
padding:0px;
float:left;
display:block;

font-size:16px;
font-weight:bold;
text-align:center;
}

#header li a{
width:170px;
padding-top:20px;
height:80px;
display:block;
color:black;
border:0px;
padding-left:0px;
padding-right:0px;
}

#header li a.selected{
padding-top:40px;
height:60px;
background-color:#333333;
color:white;
}


#header li a:hover{
padding-top:40px;
height:60px;
background-color:white;
color:black;
text-decoration:none;
}

#header li a.selected:hover{
padding-top:40px;
height:60px;
background-color:#333333;
color:white;
text-decoration:none;
}

#content{
margin-top:40px;
}

#content table tr{

}

.iteration_outer{
	padding-top:25px;
	padding-bottom:25px;	
}

.section_header{
	font-size:20px;
	border-left:10px solid #1E666A;
	padding-left:10px;
	margin-bottom:25px;
	margin-top:25px;
}

.section_header_contact{
background-color:#eeeeee;
padding:10px;
margin-right:10px;
border-left:2px solid #cccccc;
}

.top{
background-color:#eeeeee;
border-right:2px solid #cccccc;
margin-left:20px;
}

.iteration  .top h1{
	padding-top:0px;
	margin-top:0px;
	float:left;
	margin-left:20px;
	margin-top:10px;
	font-size:20px;
}
.iteration .top .details{
	float:right;
	display:block;
	text-align:right;
	font-size:16px;
	margin-top:10px;
	margin-bottom:5px;
	padding-right:10px;
}
.iteration .main{
	padding:20px;
	padding-left:40px;
	line-height:20px;
	font-size:16px;
	text-align:justify;
}

.main_frontpage{
	padding:0px;
	line-height:20px;
	font-size:16px;
	text-align:justify;
	padding-bottom:20px;
}


.pub_collection{
padding-left:20px;
}

.publication_names{
	font-size:14px;
	
}
.publicatioon_title{
	font-size:16px;
	font-weight:bold;
}
.publication_reference{
	font-style:italic;
	margin-bottom:20px;
}

address{
margin-left:20px;
font-size:16px;
font-style:normal;
font-size:14px;
}

li{
font-size:16px;
margin-bottom:10px;
}

#footer{
padding-top:10px;
padding-bottom:10px;
border-top:3px solid black;
text-align:right;
}

#footer a{
color: black;

}