/*-- Blue Strategy --*/
* html #paper_content {
	height: 250px;
}
#middle_content_main {
	padding-bottom:0px;
}
#middle_content_main h3 {
	color:#4a004e;
	font-size:1.6em;
	padding:5px 0 0 60px;
	display:block;
	background-image:url(../../assets/strat_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	height:auto;
	margin:8px 0;
}
#middle_content_main p {
	padding-right:120px;
}
#blue_li {
	background-color:#00718e;
	color:#FFFFFF;
}
/*--- Paper BG div ---*/

#paper_wrap {
	width:615px;
	height:auto;
	background:#e8e8eb;
	float:left;
	vertical-align:bottom;
}
#paper_top {
	width:615px;
	height:65px;
	background:url(../../assets/paper_top.gif) bottom no-repeat;
}
#paper_content {
	width:565px;
	min-height:250px;
	margin:10px;
	padding-left:30px;
	background:url(../../assets/grid.gif);
	clear:left;
}
#paper_content p {
	font-size:0.8em;
	color:#666666;
	margin:0 0 0 70px;
}
/*--- Practice Footer ---*/
#practice_callout {
	background:#fff;
	border:1px solid #4a004e;
	width:580px;
	height:auto;
	padding:10px;
	color:#FFF;
	margin:20px 15px 20px 0;
	
}
#practice_callout p {
	color:#4a004e;
	padding:0px;
}
#practice_callout a {
	color:#4a004e;
}
