dt {font-weight:normal;}


/* fill horz with 3 boxes */
.three_box_box{
	float:left;
	width:32%;
	text-align:center;
	border:0px dashed green;
}
.box_header_ff9900{
	height:32px;width:229px;
	overflow:hidden;
	text-align:center;
	background-color:#ff9900;
	font-size:16px;
	font-weight:bold;
	margin:-3px 0px 8px -3px;
	padding:8px 0px 0px 0px;
}
	
/* fill horz with 2 boxes */
.two_box_box{
	float:left;
	width:50%;
	text-align:center;
	border:0px dashed green;
}
.left_50{
	margin:0px 0px 0px 50px;
}
.top_50{
	margin:50px 0px 0px 0px;
}
.top_100{
	margin:100px 0px 0px 0px;
}
.width_360{
	width:360px;
}

.popcorn_div{
	position:relative;
	height:32px;
	background-image:url('/public/20250321124427oe_/https://iris.peabody.vanderbilt.edu/wp-content/uploads/2013/06/popcorn.gif');
	background-repeat:no-repeat;
	background-position:10 10;
	margin:0px 0px 4px 34px;
	border:0px dashed blue; 
}
.popcorn_text{
	position:absolute;
	top:8px;left:32px;
	height:18px;
	border:0px dashed green;
}
.blue_1px_border_row1{
	height:520px;
	background-color:#99ccff;
	padding:3px;
	font-size:14px;
	text-align:left;
	border:1px solid black;
}
.blue_1px_border_row2{
	height:100px;
	background-color:#99ccff;
	padding:3px;
	font-size:14px;
	text-align:left;
	border:1px solid black;
}
