#title {
	display: none !important;
}

#profile {
	position: static;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #888;
	padding-bottom: 1em;
}

#profile img {
	position: static;
}

#profile-content {
	position: static;
	height: auto;
	color: #000;
	width: 95%;
	overflow: visible;
	background-color: #fff;
	border-left: none;
	border-bottom: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

#profile-content h4 {
	color: #000;
	margin: 0;
	padding: 0;
	font-size: 10pt;
	font-weight: bold;
}

#profile-content p {
	color: #000;
	margin: 0;
	padding: 0;
}

#profile-content p span.icon {
	display: none;
}

#profile-content a {
	color: navy;
	font-weight: bold;
	text-decoration: underline;
	padding: 0;
	background: none;
}

#container-main {
}

#container-main #content-wrapper {
	float: none;
	width: auto;
	margin-left: 0;
	margin-right: 0;
}

#container-main #content-head {
	float: none;
	width: 100%;
	margin-bottom: 0;
}

#container-main #content1 {
	float: none;
	width: 100%;
}

#container-main #content2 {
	float: none;
	width: 100%;
}

html>body #container-main .content h2:first-child {
	margin-top: 0.5em;
}

#container-main .content {
	font-size: 10pt;
}

#container-main .content a {
	color: navy;
	font-weight: bold;
	text-decoration: underline;
	padding: 0;
	/*behavior: none;*/
}

#container-main .content a span {
	display: none;
}

html>body #container-main .content a {
	padding: 0;
	background: none;
}