#check_class_table {
	width: 410px;
	background-color: #ffd3b6;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #ffb685;
	margin-bottom: 30px;
}
#check_class_table td{
	background-color: #ffd3b6;
	padding: 5px;
	line-height: 13px;
}
#check_class_table .class_number {
	font-weight: bold;
	color: #5f2600;
}
#check_class_table .class_number input {
	vertical-align: middle;
}
#check_class_table .class_title {
	margin-left: 24px;
}
#contact_table {
	width: 410px;
	background-color: #ffd3b6;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #ffb685
}
#contact_table td {
	background-color: #ffd3b6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #5f2600;
	font-weight: bold;
}
#contact_table td.text {
	padding: 4px 0px 1px 10px;
	vertical-align: bottom;
	color: #5f2600;
}
#contact_table td.input {
	padding: 0px 0px 4px 10px;
}
#contact_table td.input input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 11px;
	font-weight: normal;
	height: 19px;
	border: 1px solid #B9B9B9;
}
#contact_table td.divider, #check_class_table td.divider {
	height: 2px;
	background-color: #ffb685;
	padding: 0px;
}
#check_class_table td.buttons {
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
td.spacer {
	height: 10px;
	background-color: #ffd3b6;
	padding: 0px;
}

div.section {
	margin-bottom: 15px;
}
div.section div.section_title {
	font-weight: bold;
	text-transform: uppercase;
	color: #F60;
}
div.section div.classes {
	margin: 5px 0px 0px 20px;
}
div.section div.classes div.class_title {
	font-weight: bold;
}
div.section div.classes div.class_desc {
	margin-bottom: 10px;
}
div.section div.top_link {
	text-align: right;
}
ol.goal_list {
	margin:10px 0px 0px 20px;
	padding:0px;
}
ol.goal_list li{
	margin:0px 0px 10px 0px;
	padding:0px;
}
