body {
	font-size: .8em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
}

#header {
	display: none;
}

#menu {
	display: none;
}

#content {
	width: 100%;
	text-align: left;
	padding: 5px 5px 5px 5px;
	background: white;
}

.section {
	clear: both;
	position: relative;
}

#name {
	width: 100%;
	height: 70px;
	margin: auto;
	border-bottom: thin solid black;
	position: relative;
	font-size: larger;
}
#namecol1 {
	float: left;
	position: relative;
	padding-left: 5px;
}

#namecol2 {
	float: right;
	position: relative;
	padding-right: 5px;
}

.comphead {
	font-weight: bold;
}

#comp1 {
	float: left;
	list-style: none;
}

#computer ul {
	list-style: none;
}

#computer ul ul {
	list-style: disc;
}
#comp2 {
	float: left;
}

.cleardiv {
	clear: both;
	position: relative;
}
.profhead {
	font-size: larger;
	font-weight: bold;
	display: block;
}

.profcomp {
	font-weight: bold;
}
.profdetail {
	font-style: italic;
}

#professional ul li {
	list-style-type: none;
}
#professional ul ul li {
	list-style: disc;
}

#education ul li {
	font-weight: bold;
	list-style: none;
}

#education ul ul li {
	list-style: none;
	font-weight: normal;
}

#affiliations ul {
	list-style: none;
}
