body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	background-color:#ccc;
	text-align: justify;
}
h1 {
	font-size: 1.5em;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
h2 {
	font-size: 1.3em;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
a {
	text-decoration: none;
}
a:link {
	color: #900;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #600;
}

#main {
	margin: 1em;
	padding: 1em;
	border: 3px solid #999;
	background: #fff;
	float: left;
}

#me {
	border: 1px dashed #999;
	text-align: center;
	padding: 15px;
	width: 250px;
	margin: 0.5em;
	float: left;
	background-color: #eee;
}

#tripit-badge {
    margin-top: 1em;
	border: 1px solid #ccc;
}
/*
#me:hover {
	background-color: #e9e9e9;
}
*/
#me img.mug {
	border: 1px solid #000;
}
#name {
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0.25em;
	margin-left: auto;
	margin-right: auto;
}
.stanfordlink {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0.25em;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.stronglink {
	font-size: 1.1em;
	font-weight: bold;
}
#contact {
	font-size: 11px;
	border: 1px solid #ccc;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}
#contact tr.notlast td {
/*	border-bottom: 1px dotted #ddd; */
}
#contact td.category {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	padding-right: 0.25em;
}
#contact td {
	padding: 0.1em 0.3em;
	text-align: left;
}

#items {
	margin: 0.5em;
	margin-right: 0.5em;
	width: 35em;
	float: left;
/*	margin-left: 300px;
	max-width: 30em;
	max-width: 60em; */
}
div.item {
	border: 1px solid #ccc;
	border-left-width: 5px;
	padding: 0.3em;
	margin-right: 0.5em;
	margin-bottom: 0.3em;
	width: inherit;
	left: inherit;
	right: inherit;
}
/*
div.item:hover {
	background-color: #f6f6f6;
}
*/
div.itemhead {
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 0em;
	margin-bottom: 0.3em;
}
div.subitemhead {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.2em;
}
div.subitem {
	margin-top: 0.5em;
	text-indent: -1em;
	margin-left: 1em;
}
div.subsubitem {
	margin-top: 0.2em;
	text-indent: -0.5em;
	margin-left: 1.5em;
}
div.item p {
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	text-indent: 1em;
	text-align: justify;
	margin-right: 0.75em;
}
div.item p.first {
	text-indent: 0em;
}
li {
	margin-bottom: 0.5em;
}
ol {
	padding-right: 2em;
}
.simpledoc {
	float: none;
	width: 45em;
}
