/* PAGE BODY */

#pageBody .profile {
	width: 550px;
	padding: 10px;
	padding-left: 165px;
	margin-left: 10px;
}

body.home #pageBody .profile {
	width: 550px;
	padding-left: 8px;
}

/* interior page headers */

#pageBody .profile h1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	height: 29px;
	background-color: #eaa900;
	padding-top: 8px;
	padding-right: 5px;
	margin-top: 0px;
}
#pageBody .profile h1,
#pageBody .profile h1 a {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 16px;
	color: #fff;
	text-decoration: none;
	text-align: right;
}
body.home #pageBody .profile h1 {
	position: relative;
	left: auto;
	top: auto;
	width: auto;
	height: auto;
	background-color: #fff;
	padding: 0;
	font-size: 30px;
	margin-bottom: 10px;
}
body.home #pageBody .profile h1,
body.home #pageBody .profile h1 * {
	font-family: "Times New Roman", Times, serif;
	line-height: 28px;
	font-weight: normal;
	color: #000;
	text-align: left;
}

#pageBody .profile h2 {
	font-size: 115%;
}

#pageBody .profile p {
	font-size: 90%;
	line-height: 1.1em;
	margin-bottom: 0.75em;
}
#pageBody .profile ul,
#pageBody .profile ol,
#pageBody .profile dl {
	margin-top: 1em;
	margin-bottom: 1em;
}
#pageBody .profile li,
#pageBody .profile dt,
#pageBody .profile dd {
	font-size: 90%;
	line-height: 1em;
	margin-bottom: 0.25em;
}