/* set the page font formatting. */
body, p, div, td {
	font-family: 'trebuchet ms', helvetica, arial, sans-serif;
	font-size: 10pt;
	color: #000000;
	line-height: 16pt;
}

#resume {
	position: relative;
	width: 750px;
	margin: 0px auto;
}

.noBullet {
	list-style: none;
}

.verticalSpace {
	margin-top: 15px;
}

h1 {
	margin-bottom: 0px;
	font-size: 1.8em;
}

h2 {
	margin: 8px 0px 0px 0px;
	font-size: 1em;
}

h3 {
	padding-bottom: 3px;
	border-bottom: 1px dashed black;
}

p {
	margin-left: 40px;
}
