body {
	color: black;
	font-family: helvetica, arial, "Lucida Grande", verdana, sans-serif;
	margin: 0;
	padding: 0;
	font-size: small;
}

p {
	margin: 5px 20px 5px 0;
	text-align: justify;
}

h1, h2 {
	font-family: Palatino, 'Book Antiqua', Georgia, serif;
}

h1 {
	font-size: 130%;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}

h2 {
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
	letter-spacing: +0.03em;
	margin: 0 0 3px 0;
}

a {
	color: black;
	background-color: inherit;
	text-decoration: none;
}

a:hover {
	background-color: inherit;
	text-decoration: underline;
}

.bigbox {
	margin: 5px 0;
	padding: 10px;
}

.bigbox {
	clear: both;
}

/* float clearing for IE6 */
* html .bigbox{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .bigbox{
  min-height: 1%;
}

/* float clearing for everyone else */
.bigbox:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
}

.bigbox > header {
	float: left;
	width: 20%;
}

.bigbox > .sectionbody {
	float: right;
	width: 80%;
}

@media screen and (max-width: 800px) {
	.bigbox > header, .bigbox > .sectionbody {
		float: none;
		width: auto;
	}
}

ul.block {
	list-style-type: none;
	padding: 2px;
	margin: 0;
}

article.positionheld, ul.block li {
	color: inherit;
	margin: 5px 10px;
	padding: 2px;
	clear: both;
}

article.positionheld p, .block p {
	margin-left: 30px;
}

.emailaddr {
	font-variant: normal;
}

p.jobdetails {
	font-family: Palatino, 'Book Antiqua', Georgia, serif;
	margin: 10px;
}

#content {
	color: inherit;
	padding: 10px 20px;
}

#contactinfo {
	font-style: italic;
}

#contactinfo #leftstuff {
	float: left;
	width: 50%;
}

#contactinfo #name {
	text-transform: uppercase;
	font-size: 150%;
	font-family: Palatino, 'Book Antiqua', Georgia, serif;
	font-style: normal;
	font-weight: bold;
}

#contactinfo #rightstuff {
	float: right;
	width: 50%;
	text-align: right;
}

#phone > * {
	vertical-align: middle;
	display: inline-block;
}

.clearer {
	clear: both;
}

#interests p {
	text-indent: 3em;
	font-size: 95%;
	line-height: 1.5em;
	margin: 10px 20px;
	background-color: inherit;
}

#interests a {
	color: inherit;
	background-color: inherit;
}

#skills {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.skillblock {
	margin-top: 10px;
}

.skillblock ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.skillblock li {
	display: inline;
	margin: 0;
	padding: 0;
}

.skillblock li:after {
	content: ', ';
}

.skillblock li:last-of-type:after {
	content: '';
}