/* text settings */

body {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: black;
	background: white;
}

h1 {
	font-size: 1.65em;
	color: #009;
}

h2 {
	font-size: 1.4em;
	color: #009;
}

h3 {
	display: inline;
	padding-right: 1em;
	font-size: 1.1em;
	color: #009;
}

h4, h5, h6 {
	display: inline;
	padding-right: 1em;
	font-size: 1em;
	color: #009;
}                          

#header {
	margin: 10px 0 10px 0;
	padding: 10px;
	background: #bbbbff;
}

#header h1 {
	color: #006;
}

.affiliation {
	float: left;
	margin: 0 0 1em 1em;
}

.mugshot {
	float: right;
	margin: 0 0 5px 5px;
	width: 100px;
}

.mugshotwider {
	float: right;
	margin: 0 0 5px 5px;
	width: 140px;
}

.affiliation ul {
	list-style-type: none;
	line-height: 175%;
}

.spacer{
	clear: both;
}

#linkbar {
	float: left;
	width: 15%;
	margin: 0px 0 10px 0;
	padding: 1em 0em 1em 1em;
	color: black;
	background-color: #e6e6fa;
}

#linkbar ul {
	list-style-type: none;
	padding-left: 0em;
}

#linkbar li {
	padding-bottom: 0.4em;
}

.sublinkbar {}

.sublinkbar ul {
	padding-top: 1em;
}

.sublinkbar li {
	padding-left: 1em;
}


#content {
	width: 80%;
	float:right;
}

.news ul {
	list-style-type: square;
	line-height: 125%;
}

.news li {
	padding-bottom: 0.5em;
}

.pubs ul {
	list-style-type: none;
	line-height: 125%;
}

.pubs li {
	padding-bottom: 1em;
}


#footer {
	clear:both;
	padding: 10px;
	margin: 1em auto 1em auto;
	text-align: center;
}

#footer ul {
	list-style-type: none;
	line-height: 200%;
	background-color: #e6e6fa;
}

#footer li {
	display: inline;
	padding-right: 2em;
	padding-left: 1em;
}

a:link  {
	text-decoration : none; 
	color : #00c; 
}

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

a:hover  {
	color : #f33; 
}       

a:active { 
	color: #933; 
} 


a.plain { 
	text-decoration: none;
}

