.planbox
{
	width: 269px;
	margin-left: 5px;
	float: left;
}

.planbox_top
{
	height: 41px;
	background-repeat: no-repeat;
}

.planbox_top.left
{
	background-image: url('../images/academy/planbox01_head.gif');
}

.planbox_top.right
{
	background-image: url('../images/academy/planbox02_head.gif');
}

.planbox_mid
{
	padding: 10px 5px 0px 38px;
	height: 160px;
	background: white url('../images/academy/planbox_middle.gif') repeat-y left top;
}
.planbox_btm
{
	height: 18px;
	background: transparent url('../images/academy/planbox_foot.gif') no-repeat left top;
}
.planbox_entry
{
	line-height: 15px;
	padding-bottom: 7px;
	margin: 4px 0px 8px;
	border-bottom: 1px solid Silver;
}
.planbox_entry a
{
	color: Black;
	text-decoration: none;
}
.planbox_entry a:hover { text-decoration: underline; }

.cat_container
{
	margin-top: 240px;
	padding: 5px 10px 10px 55px;
	height: 670px; width: 489px;
	background: transparent url('../images/academy/course_table.gif') no-repeat left top;
}

.cat_container h3, .cat_container h3 a
{
	padding: 0px;
	margin: 0px;
	color: #a2825f;
	font-size: 1.07em;
	text-align: left;
}
.cat_container a
{
	color: Black;
	font-size: 1.15em;
	text-decoration: none;
}
.cat_container a:hover { text-decoration: underline; }

th
{
	background-color: #f5e3bf;
	font-weight: bold;
	color: #cf9823;
	text-align: center;
	font-size: 0.8125em;
}
