body {
    font-family: "Myriad Web", "Liberation Sans", Tahoma, Geneva, Arial, "sans serif";
    text-align: justify;
    padding-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: 800px;
}

p {
    margin-top: 0px;
}

img {
    border-style: none;
}

/* Header section */


/* Logo part of the header */

#logo_section {
    height: 40px;
    margin: 20px;
}

#logo_section a:link {
    color: black;
    text-decoration: none;
}

#logo_section a:visited {
    color: black;
    text-decoration: none;
}

#se_logo p {
    /* font-family: serif; */
    text-align: left;
    float: left;
    margin: 0px;
    padding: 0px;
    padding-left: 0.5em;
    width: 10em;
}

#se_logo a:link {
    color: black;
    text-decoration: none;
}

#se_logo a:visited {
    color: black;
    text-decoration: none;
}

#inf_logo p {
    /* font-family: serif; */
    //text-align: left;
    //float: left;
    margin: 0px;
    padding: 0px;
    padding-left: 0.5em;
    width: 12em;
}

.vert_center {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}

/* Navigation bar */
#nav_bar {
    height: 3em;
    width: 100%;
    display: table;

    background-color: #1e7969;
    color: white;
}

#nav_bar ul{
    padding-left: 0px;
}

#nav_bar li{
    display: inline;
    list-style-type: none;
    padding: 15px;
}

#nav_bar a:link {
    color: white;
    text-decoration: none;
}

#nav_bar a:visited {
    color: white;
    text-decoration: none;
}


#nav_bar a:active {
    color: white;
    background-color: #005DC7;
}


#nav_bar a:hover {
    color: white;
    background-color: #085346;
    text-decoration: none;
}

/* Homepage */
#image {
	height: 140px;
}

#image_bottom_bar {
    height: 10px;
    background-color: #00499d;
}

#title_bar {
    height: 80px;
    display: table;
    width: 100%;
    text-align: left;

    background-color: #e4e8e1; 
    color: #1e7969; /* 8bc847 */
}

#title_bar_inner {
    font-weight: bold;
    font-size: 32px;
    padding-left: 20px;
    text-align: left;
}

#title_bar_inner_lower {
    //font-style: italic;
    font-size: 14px;
    padding-left: 40px;
    text-align: left;
}

/* Page navigation bar for large pages */
#page_nav_bar {
    width: 100%;
    display: table;
    color: #00499d;
    border-bottom-style: solid;
    border-top-style: solid;
    border-width: 2px;
    border-color: #00499d;
}

.page_nav_bar_inner {
	margin: 5px;
}

#page_nav_bar ul{
	padding: 10px;
    display: inline;
}

#page_nav_bar li{
    display: inline;
    list-style-type: none;
    padding: 0px;
}

#page_nav_bar a:link {
    color: #00499d;
    text-decoration: none;
}

#page_nav_bar a:visited {
    color: #00499d;
    text-decoration: none;
}


#page_nav_bar a:active {
    color: #00499d;
    background-color: #b1b0b0;
}


#page_nav_bar a:hover {
    color: #00499d;
    background-color: #f1f0f0;
    text-decoration: none;
}

#subtitle {
    width: 100%;
    text-align: left;
    color: #00499d;
}

#subtitle_inner {
	font-size: 20px;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 10px;
    float: left;
}

#another_language {
    float: right;
}

/* Footer */

#footer {
    color: #777777;
	font-size: 9px;
    margin-top: 30px;
}

/* Links */

a:link {
    color:  #1e7969;
}

a:visited {
    color: #777777;
}


h1,h2 {
    color: #1e7969;
}

h1 {
    padding-left: 10px;
}

h2 {
    margin-bottom: 10px;
}

h3 {
    margin-bottom: 5px;
}

h4 {
    margin-bottom: 0px;
}

/* Top logos */
.logo {
    height: 40px;
}


/* Contact information */

.portrait {
    width: 250px;
    float: left;
    margin: 2px;
}

.portrait img {
   display: block;
   margin-left: auto;
   margin-right: auto;
   height: 150px;
   max-width: 250px;
}

.contact {
    margin: 2px;
    text-align: left;
    font-size: 9pt;
    width: 250px;
    float: left;
}

#contacts {
    overflow: auto;
}

/* Research project pages */

.project_logo {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
}

.project_logo img {
   display: block;
}

/* Utility */


.clear {
    clear: both;
}


.float_right {
    float: right;
}

.float_right_bottom {
	margin-left: 20px;
    float: right;
	color: black;
    text-decoration: none;
}

.float_left {
    float: left;
}

.centered {
	text-align: center;
}

/* pub table */
#publication th {
    padding: 0.25em;
    color: #00499d;
    background-color: #cca5ac;
 }

#publication td {
    padding: 0.25em;
}

.publication_even {
    background-color: #dddddd;
}

/* Quarter-table */

table {
    text-align: left;
    border: 0px;
}

td {
    padding: 2px;
}

table.small {
    width: 50%;
}

table.quarter {
    width: 100%;   
}

table.quarter td {
    width: 25%;
}

tr.bibline ul {
    margin: 0px;
}

.profile {
    margin-top:10px; 
    border-bottom:1px solid #eee; 
    background:#f7f7f7; 
    padding:20px;
    height:220px;
}
.profile img{ 
    float:left;
}
.profile div {
    padding-left:140px;
}
.profile dl dt {
    float:left; 
    font-weight:bold;
}
.profile dl dd {
    padding-left:80px;
}

td.miniteam
{
	text-align:center;
	font-size:smaller;
}

.talk_title
{
	color: #00b192;
}

.special_notice {background-color: #FFFF66; padding: 4pt 4pt 4pt 4pt; width:335px}