.clear_block {
	display: block;
	clear: both;
	width: 0px;
	height: 0px;
	/*border-style: solid;*/
}

.title_block {
	display: block;
	height: 50px;
	width: 100%;
	padding-bottom: 4px;
	border-bottom: 2px solid black;
}

div.content_block {
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	line-height: 1.3;
}

div.hspacer {
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

img#smaller {
	display: block;
	width: 50%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

#email_block {
	display: block;
	margin-top: 37px;
	float: right;
	/*border-style: solid;*/
}

#name_block {
	display: block;
	float: left;
	/*border-style: solid;*/
}

h1 {
	margin-bottom: -16px;
}

h2 {
	margin-top: 40px;
	margin-bottom: -14px;
}

h3 {
	text-decoration: underline;
	margin-bottom: 2px;
}

hr {
	border: 1px solid black;
}

img {
	display: block;
	width: 80%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

li {
	margin-top: 5px;
}

table {
	border-collapse: collapse;
}

table, th {
	border: 1px solid black;
	font-weight: inherit;
}

tr.col_label {
	font-weight: bold;
}
