.titlepane {
	text-align: left;
/*	position: relative;*/
}

.titlepane-title {
	font-size: 24px;
	font-family: times, "Times New Roman";
	color:#225075;
	margin:15px 0px; 
}

.titlepane-content {
	padding: 5px;
}

.fixed-height > .titlepane-content {
	width: 100%;
	/*
	position: absolute;
	*/
	top: 25px;
	bottom: 0px;
	overflow: auto;
}

.scrollable {
	height:auto;
	overflow:auto;
}

#subpage-title {
	margin-bottom: 15px;
	/*position:relative;*/
	float:none;
	margin-right:5px;
	vertical-align:middle;
}

#subpage-title div {
	color:#004082;
	font-size: 16px;
	font-weight:bold;
}
#subpage-label {
	padding-top:8px;
	vertical-align:middle;
}
#subpage-back {
	text-align:center;
	float:right;
	width:200px;
}
#subpage-back a {
	margin:2px;
	padding:5px;
	background-color:#e5edf4;
	border: 1px solid #004082;
	color:#004082;
	display:block;
}

