.profile_area {
	clear: both;
	width:100%;
	color: #636466;
}

.profile_box {
	float: left;
	width: 31%;
}

.profile_box b {
	font-weight: bold;
	font-size:13px;
	color: #002e62;
}

.profile_box_medium {
	float: left;
	width: 64%;
}

.profile_box_medium b {
	font-weight: bold;
	font-size:13px;
	color: #002e62;
}

.profile_box_content {
	width: 100%;
	margin: 10px 0px 0px 0px;
}

.profile_spacer {
	float: left;
	width: 32px;
}

.profile_header {
	background: #cadff0;
	width:100%;
	height: 24px;
	margin: 0px 0px;
}

.profile_header h2 {
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #000088;
  padding: 0px 0px 0px 10px;
  margin: 0px;
}

.profile_header_red {
	background: #ee3024;
	width:100%;
	height: 24px;
	margin: 0px 0px;
}

.profile_header_red h2 {
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
  padding: 2px 0px 2px 10px;
  margin: 0px;
}

.profile_header a {
	float: right;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color: #000088;
  padding: 4px 10px 4px 0px;
}

.profile_sub_header {
	background: #ebecf3;
	width:100%;
	height: 20px;
}

.profile_sub_header h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000088;
  padding: 2px 0px 2px 10px;
  margin: 0px;
}

.profile_tool {
	width: 90%;
	padding: 2px 0px 2px 30px;
	margin: 3px 0px;
	font-size: 13px;
	font-weight: bold;
}

.profile_tool a {
	text-decoration: none;
}

.profile_small {
	font-size: 11px;
	font-weight: normal;
}

.profile_class_list {
	clear: both;
	float:left;
	width:225px;
	margin: 0px 0px 5px 10px;
}

.profile_class_resume {
	margin:0px 0px 5px 0px;
	float:right;
	text-align:right;
}

.profile_content_text {
	clear: both;
	float:left;
	margin: 0px 0px 0px 10px;
	width: 95%;
}

