@charset "utf-8";
/* CSS Document */


/*toppage*******************************************/
#topics{
	border-bottom:1px solid #f2f2f2;
	padding:10px 0 10px 0;
}

#topics a{
	background-image: url(../images/topics_arrow.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:15px;
	margin:0 0 0 10px;
}

#title{
	width:350px;
	margin:10px 0 10px 0;
	float:left;
}

#topics_link{
	float:right;
	width:300px;
	text-align:right;
	margin:10px 0 10px 0;
}

#left_box240{
	float:left;
	width:240px;
	margin-right:9px;
}

#right_box240{
	float:right;
	width:240px;
}

#left_box240 img,#right_box240 img{
	margin-bottom:9px;
}

#left_box355{
	float:left;
	width:355px;
	background-color:#f2f2f2;
}

#right_box355{
	float:right;
	width:355px;
	background-color:#f2f2f2;
}


/***/
.program{
	margin:10px 15px 10px 35px;
}

.purple_strong12{
	font-size:12px;
	font-weight:bold;
	color:#6D3B94;
}

.purple_strong18{
	font-size:18px;
	font-weight:bold;
	color:#6D3B94;
}

