body {
	margin: 5px;
	padding: 0;
	font-size: 80%;
	color: #333;
	/*background: url(images/page-bg.gif) repeat-y white; */
}


/* default text */

p, ul, ol, blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 0;
}

li {
	margin-bottom: 0.5em;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #900;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	color: #900;
	margin-bottom: 0.25em;
}

h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0;
}

/* -- Bios ---------------------------------------*/


div.bios h2 {
	margin-bottom:0;
}

div.bios h3 {
	margin-top:0;
}

div.bios h2, div.bios h1 {
	margin-top:0.25em;
}

div.bios h1 {
	padding-top: 0.25em;
}


p.jobtitle { /*deprecated*/
	color: black;
	font-weight: bold;
	margin-top: -1em;
	margin-bottom: 0.5em;
}


/* page layout */

td.header {
	border-collapse: collapse;
	background-color: #BEC5B1;
}

td.pagetitle {
	background: url(images/titlebar-bg.gif) #900;
}

td#mainmenu {
	background: url(images/menu-bg.jpg) #CAD1BC;
}

div.menu {
	width: 144px;
}

div.pagetext {
	margin: 0 50px 40px 37px;
	padding: 0 0 0 20px;
	line-height: 1.4;
}

div.pagetext h1 {
	margin-left: -20px;
}

div#footer {
	margin: 0 0 1em 37px;
	padding: 0.5em 0.25em;
	border-top: 1px solid #CCC;
}


/* menu */

.menu ul {
	list-style: none;
	margin: 0;
	padding: 0 0.5em;
	font-size: 85%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
}

.menu ul li {
	border-bottom: 1px solid white;
	margin: 0;
	padding: 0;
}

.menu li a {
	padding: 0.5em 0.25em;
	display: block;
	text-decoration: none;
	color: black;
}

.menu li a:hover {
	text-decoration: none;
	background-color: #ACB4A0;
}

.menu li a.current {
	color: #900;
}

div#footer p {
	font-size: 80%;
}

/* Project List Table */

table#projectlist th {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	writing-mode: tb-rl;
	filter: flipV flipH;
}

table#projectlist td, table#projectlist th {
	border-right: 1px solid #ccc;
	padding: 0.1em;
}

table#projectlist p {
	margin:0;
}

table#projectlist td img {
	display: block;
}

table#projectlist td h3 {
	padding: 0.5em 0 0 0;
}

/* -- Project list ---------------------------- */

div.projects ul, div.projects li {
	margin-left: 0;
	padding-left:0;
	list-style:none;
}

div.projects ul {
	border-top: 1px dotted #ccc;
	padding-bottom:0.5em;
}

div.projects li {
	border-bottom: 1px dotted #ccc;
	padding: 0.3em 0 0.5em 0;
}

div.projects li a {
}