body {background-color: #ffffff; color: #000000;}

div, p, ul, ol, li, table, td {font-family: Latin Modern Roman, Helvetica, sans-serif; line-height:1.3em; }

a {text-decoration:none;}
a:link {color: #003399; font-family: Latin Modern Roman, Helvetica, sans-serif;}
a:visited {color: #cc3333; font-family: Latin Modern Roman, Helvetica, sans-serif;}
a:hover {text-decoration: underline; font-family: Latin Modern Roman, Helvetica, sans-serif;}
a:active {color: #cc0000; font-family: Latin Modern Roman, Helvetica, sans-serif;}

a.bread {font-size: 80%; font-weight: bold;}
a.univbread {font-size: 100%; font-weight: bold;}
p.small {font-size: 100%;line-height:1.5em;}
p.smallc {font-size: 100%; text-align:center; font-weight: bold;line-height:1.5em;}
p.foot {font-size: 110%; text-align:center;line-height:1.5em;}
p.nav {font-size: 80%;line-height:1.5em;}
span.activenav {font-size: 80%; color: #000000}

.bigb {font-size: 110%; font-weight: bold;} 
.small {font-size: 90%;}
.deptitle {font-size: 140%; color: #000000; font-weight: bold;}
.title {font-size: 130%; color: #990000; font-weight: bold;}
.center {text-align:center;}
div.footer {font-size: 80%;}

h1 {font-weight: bold; font-size: 120%; color: #990000; font-family: Latin Modern Roman, Helvetica, sans-serif;}
h2 {font-weight: bold; font-size: 110%; color: #333333; font-family: Latin Modern Roman, Helvetica, sans-serif;}
h3 {font-weight: bold; font-style: italic; font-size: 100%; color: #333333; font-family: Latin Modern Roman, Helvetica, sans-serif;}
h4 {font-weight: bold; font-size: 90%; color: #333333; font-family: Latin Modern Roman, Helvetica, sans-serif;}
h5 {font-weight: bold; font-size: 80%; color: #333333; font-family: Latin Modern Roman, Helvetica, sans-serif;}

hr {color: #cccccc; height: 1px}

/* netscape 6 correction */
.null {font-size: 1px;}

/* linux correction */
.block {display: block;}


/* home page */
.homeheading {font-weight: bold; font-size: 80%; font-family: Latin Modern Roman, helvetica, sans-serif;  color: #990000;}

a.homemenu  {font-weight: bold; font-family: Latin Modern Roman, helvetica, sans-serif;}
a.homemenu2 {font-size: 80%; font-family: Latin Modern Roman, helvetica, sans-serif;}

p.homealert {font-size: 80%; color: #990000; font-family: arial, helvetica, sans-serif;}
p.homenews {font-size: 80%; font-family: arial, helvetica, sans-serif;}


<!--from admin styles-->
.linkcell { background: #003399; color: #ffffff }
a.cell { font-family: sans-serif; text-decoration:none }
a.cell:link { color: #ffffff } 
a.cell:visited { color: #ffffff } 
a.cell:active { color: #ffff33 }



#navcontainer ul
{
margin: 0;
padding: 0;
}

#navcontainer ul li
{
display: block;
}


/*These are the frames of the elements on the left menu */
#navcontainer ul li a
{
width: 130px;
border-top: 0px solid #9bbea9;
border-left: 0px solid #9bbea9;
border-bottom: 0px solid #9bbea9;
border-right: 0px solid #9bbea9;
margin: 0 0 10px 0;
color: #003399;
display: block;
text-align: center;
font: normal 10px/18px "Latin Modern Roman", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover
{
color: #003399;
background: #9bbea9;
}


#navcontainer1 ul
{
margin: 0;
padding: 0;
}

#navcontainer1 ul li
{
width: 130px;
border-top: 1px solid #f5d7b4;
border-left: 1px solid #f5d7b4;
border-bottom: 1px solid #f5d7b4;
border-right: 1px solid #f5d7b4;
margin: 0 0 10px 0;
color: #930;
display: block;
text-align: center;
font: normal 13px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navcontainer1 ul li:hover
{
color: #930;
background: #9bbea9;
}





body#home a#homenav,
body#research a#researchnav,
body#publications a#pubnav,
body#presentations a#presentnav,
body#links a#linksnav
{
color: #003399;
background: #9bbea9;
}





h4 {
    font-size: 120%;
    font-weight: 400;
    color: #fff;
}

    .sixths_team {
	width: 140px;
	height: 160px;
	margin: 0 10px 0 10px;
	background-color: #9bbea9;
	float: left;
	position: relative;
    }
    
    .sixths_team a {
	display: block;
	width: 140px;
	height: 140px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    }
    
    .sixths_team a.profession {
	display: block;
	width: 140px;
	height: 20px;
	background-color: #fff;
	text-decoration: none;
	font-size: 95%;
	padding-top: 10px;
    }
    
    .sixths_team a.profession:hover {
	opacity: 1;
    }
    
    .sixths_team a:hover {
	opacity: 0.10;
    }
    
    .sixths_team h4 {
	position: absolute;
	top: 50px;
	display: block;
	width: 140px;
	text-align: center;
	text-shadow: 0px 1px #d72d05;
	font-weight: 200;
	font-size: 100%;
	line-height: 140%;
    }
    
    .sixths_team img {
	position: absolute;
    }
    
    .sixths_team span {
	font-weight: 400;
	text-shadow: 0px 1px #b70d02;
    }
    
    /* --- */
    
