body {
	background-color: #eeeeee;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	color: black;
	line-height: 150%;
	text-align: center;
}


a:link {color: #0080ff; text-decoration: none;}
a:hover {color: #ff6600; text-decoration: underline;}
a:visited {color: purple; text-decoration: none;}

a.bold:link {color: #0080ff; text-decoration: none; size: 14px;}
a.bold:hover {color: #ff6600; text-decoration: underline; size: 14px;}
a.bold:visited {color: purple; text-decoration: none; size: 14px;}

h3 {
padding-bottom:10px;
}

h4 {
	font-size: 1.2em;
}

.imgcontainer {     float:left;
    position: relative;
    width: 33%;}
img.left { display: block; margin-left: 0; margin-right: auto; }
img.right { display: block; margin-left: auto; margin-right: 0; }

img.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
	}

p.indent {
	padding-left: 20px;
}

.center {
	text-align:center;
}

.alert {
	color: #ff6600;
	font-weight: bold;
}

.small {
	font-size: 10px;
	color: #404040;
}

ul.nobullet {
	list-style-type: none;
}

ul.network {
margin-left: 20px;
padding-top: 10px;
}

ul.network li{
	list-style-position: outside;
	list-style-image: url("/attributes/images/295.png");
	margin-bottom: 10px;
	}
	
ul.updates {
	list-style-type: circle;
	padding-top: 20px;
}

ul.column {
	list-style-type: none;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

ul.column li {
	text-align: center;
	padding: 10px;
	margin-bottom: 50px;
	clear:both;
}

#header {
	position: relative;
	height: 66px;
	width: 100%;
	background-color: #1050aa;
	margin: 0;
	padding: 0;
	top: -10px;
	z-index: 0;
}

#container {
	position: relative;
	width: 1150px;
	height: 90%;
	margin: 0 auto;
	padding: 0px;
	top: -20px;
	text-align: left;
	z-index: 2;
}

#left {
	position: relative;
	left:0;
	width: 13.1%;
	height: 826px;
	background-color: #7090dd;
	float: left;
	top: -50px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	z-index: 1000;
}

#content {
	position: relative;
	width: 84%;
	background-color: white;
	margin: 0 auto;
	padding: 50px 15px;
	padding-top:50px;
	padding-bottom:50px;
	padding-left:1%;
	padding-right:1%;
	float: left;
	text-align: left;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}

#frontpage-content {
	position: relative;
	width: 84%;
	background-color: white;
	padding-left: 1%;
	padding-right: 1%;
	float: left;
	text-align: left;
	top: -50px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}

#content2 {
padding: 20px 30px;
}

#content > .content-bottom {
	text-align: left;
	position: relative;
	clear: both;
	width: 90%;
	margin: auto;
	padding: 0px 0;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}

#content-left {
	text-align: left;
	float: left;
	width: 45%;
	background-color: white;
	margin-left: 5%;
}	

#content-right {
	text-align: left;
	float: left;
	width: 45%;
	background-color: white;
	padding-top: 50px;
	margin-right: 5%;
	}

#search {
	position: absolute;
	top:-66px;
	right:-0px;
	width: 425px;
	height: 66px;
	z-index: 1005;
}
	
#searchtext {
	color: #ffffff;
	font-size: 11px;
	text-align: right;
	font-weight: bold;
	}
	
#breadcrumb {
	position: absolute;
	width:98%;
	clear:both;
	padding: 1%;
	background: #1050aa;
	height: 19px;
	left: ;
	border-bottom: white 1px solid;
	z-index: 5;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;	
}

#tools-left {
	width: 27%;
	float: left;
	clear: both;
	border-top: 1px gray dashed;
	padding-left: 2%;
}

div#slider li {
	}

#tools-right{
	width: 30%;
	float: left;
	border-top: 1px gray dashed;

}
#tools-center {
	width: 38%;
	border-left: 1px gray dashed;
	border-right: 1px gray dashed;
	border-top: 1px gray dashed;
	float: left;
	padding: 0 5px;
	margin: 0 0;
}

#footer {
	position:relative;
	clear: both;
	width: 930px;
	left: 50px;
	margin-left: auto;
	margin-right: auto;
	z-index:-1;
	
}

p.breadcrumb {
	font-size: 11px;
	color: white;
	padding: 0px 30px;
	margin: 0;
	text-align: right;
	font-weight: bold;
}

.topborder {
	position: absolute;
	width: 100%;
	border-bottom: 2px gray dashed;
}

.breadcrumb a:link {color: white; font-size: 14px; font-weight: bold; text-decoration: none;}
.breadcrumb a:visited {color: white; font-size: 14px; font-weight: bold; text-decoration: none;}
.breadcrumb a:hover {color: orange; font-size: 14px; font-weight: bold; text-decoration: underline;}

a.white:link {color:#ffffff; text-decoration: none;}
a.white:visited {color:#ffffff; text-decoration: none;}
a.white:hover {color:#ffffff; text-decoration: underline;}

#people-right {
    float: left;
    width:80%;
	margin-top: 10px;
 }
#people-left {
    float:left;
    width: 20%;
	margin-top: 10px;
}

#people-paper {
	clear:both;
	padding-top: 25px;
}

#people-left > img{
	max-width: 175px;
	max-height: 200px;
}

#people-right > .name {
    font-size:1.7em;
}
#people-right > .job {
    font-style:italic;
}

.bigger {
	font-size: 1.2em;
}

/* publications table */

.alternating #title {text-align:center; font-weight:bold;}
.alternating tr:nth-child(even) {background: #fff}
.alternating tr:nth-child(odd) {background: #ccc}

