/* body and defaults */

body {
	margin: 0 auto;
	padding: 0;
	width: 750px;
	font-family: Trebuchet MS, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 9pt;
}
a {
	color: blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul {
	margin: 0;
	padding-left: 1em;
}
img {
	border-style: none;
}

/* header */

#header {
	margin-bottom: 5px;
	margin-top: 5px;
}

/* navigation bar */

#navbar {
	margin-bottom: 20px;
	padding: 4px;
	color: white;
	background-color: #adbcbd;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#navbar ul {
	margin: 0;
	padding: 0;
	display: inline;
}
#navbar ul li {
	list-style: none;
	display: inline;
}
#navbar ul li:before {
	content: "\0020 \00BB \0020";
}
#navbar ul li.pathroot:before {
	content: "";
}
#navbar a {
	color: white;
	text-decoration: none;
}
#navbar a:hover {
	text-decoration: underline;
}

/* picture column */

#picturecol {
	float: left;
	width: 210px;
}

/* contact column */

#contactcol {
	float: right;
	width: 540px;
}

/* main (below picture and contact columns) */

#main {
	clear: both;
	padding-top: 20px;
}

/* spacing */

div.section {
	margin-bottom: 2em;
}
div.section h1 {
	margin-bottom: 0.5em;
	font-size: 16pt;
	font-weight: bold;
	color: #838870;
}
div.section h2 {
	margin-bottom: 0.5em;
	font-size: 13pt;
	font-weight: bold;
	color: #838870;
}

/* publications */

#pubs ul li {
	width: 600px;
	margin-bottom: 0.5em;
}