body {
	margin: 0;
	padding: 0;
}

.content {
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;

	float: right;
	clear: right;
	width: 500px;
	height: 500px;

	overflow: auto;
}

.content td {
	color: #000000;
}

.content h1 {
	color: #ef4123;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.content h2 {
	color: #ef4123;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 2px;
}

.content h3 {
	color: #ef4123;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 2px;
}

.topic {
	color: #f63820;
	height: 25px;
	float: left;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	margin-top: 25px;
	margin-left: 17px;
	margin-right: 17px;
}

.topic A {
	color: #f63820;
	text-decoration: none;
}

.subnav {
	font-size: 18px;
	color: #ef4123;
	text-align: right;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-right: 15px;
	margin-bottom: 15px;

	float: right;
	clear: right;

	background-color: #e9b110;
	padding-left: 10px;
	padding-right: 10px;
}

.subnav A {
	color: #cf311e;
	font-weight: bold;
	font-size: 17px;
	text-decoration: none;
	text-transform: uppercase;
}

.photo {
	margin-right: 10px;
	margin-top: 5px;
	clear: both;
	float: left;
}

.person {
	margin-top: 15px;
	float: left;
	width: 470px;
	font-size: 12px;
}

/* ************************* *
 * Registration
 * ************************* */
.formTable {
	width: 484px;
}

.req {
	vertical-align: top;
	color: #ff4444;
	width: 10px;
}

.key {
	font-weight: bold;
	width: 80px;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

.surveyKey {
	font-weight: bold;
	width: 90px;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

.in {
	vertical-align: top;
}

.error {
	font-size: 120%;
	font-weight: bold;
	color: #f33;
}


/* ************************* *
 * Schedule
 * ************************* */
td.price {
	width: 35px;
	vertical-align: top;
}

td.when {
	width: 100px;
	padding-left: 20px;
	font-size: 13px;
	vertical-align: top;
	font-style: italic;
}

td.what {
	visibility: hidden;
	width: 0px;
	/*
	vertical-align: top;
	font-weight: bold;
	font-size: 13px;
	width: 40px;
	*/
}

td.subwhat {
	font-style: italic;
	vertical-align: top;
	width: 100px;
}

td.who {
	vertical-align: top;
	font-weight: bold;
	width: 220px;
}

td.where {
	width: 320px;
	vertical-align: top;
}

td.em {
	font-family: monospace;
	/* font-style: italic; */
}

