body {
	font-family: "Times New Roman", Times, serif;
	color: black;
	background: white;
	font-size: 12pt;
}

h2 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 140%;
	font-weight: 900;
	color: #09c;
}

h3 {
	margin: 0px 0px 5px 0px;
	font-size: 120%;
	font-weight: bold;
	border-bottom: #09c 1px solid;
}

h4 {
	font-size: 100%;
	font-weight: bold;
}

td {
	margin: 0px 0px 16px 0px;
	padding: 0px;
}

p {
	margin: 0px 0px 16px 0px;
	padding: 0px;
}

#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}

a {
	color: #09c;
	text-decoration: none;
}
	
a:link {color:#09c;}
a:visited {color:#09c;}
a:hover {background-color:#eee;}

#header {
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 5px 20px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height: 69px; /* 57px + 10px + 2px = 69px */
	border-style: solid;
	border-color: black;
	border-width: 1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	background-color: #eee;

	voice-family: "\"}\"";
	voice-family: inherit;
	height: 57px; /* the correct height */
}

#header img#crest {
	float: left;
}

#header h1 {
	display: block;
	margin: 0px;
	text-align: right;
	padding: 0px 20px 0px 0px;
	font-size: 160%;
	font-weight: bold;
	color: #09c;
}

#content {
	margin: 0px 20px 0px 20px;
	padding: 10px;
}

#content img#imghome {
	display: block;
	margin: 0px 0px 5px 10px;
	float: right;
}

#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

#menu {
	display: none;
}

#footer {
	clear: both;
	margin: 0;
	padding: 0px 0px 2px 30px;
	border-style: solid;
	border-color: black;
	border-width: 1px 0px;
	background-color: #eee;
	color: #666;
	font-size: 80%;
}

#footer a {
	color: #666;
	font-weight: normal;
}

div.people {
	clear: both;
	margin-bottom: 5px;
	min-height: 100px;
}

div.people img.mugshot {
	display: block;
	float: right;
	margin: 0px 0px 5px 5px;
}

div.project {
	clear: both;
	margin-bottom: 10px;
	min-height: 100px;
}

div.project img.leftpic {
	display: block;
	/*float: left;
	margin: 5px 5px 5px 0px;*/
	float: right;
	margin: 5px 0px 5px 5px;
}

div.project img.rightpic {
	display: block;
	float: right;
	margin: 5px 0px 5px 5px;
}