/* Start of CMSMS style sheet 'infobox' */
.box_container {
	width: 189px;
	border: 1px solid #FFD058;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF0C0;
}
.box_head_image{
	background-image: url(img/box_head_image.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 24px;
	width: 189px;
}
.box_spacer{
	background-color: #FFCC33;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.box_content{
	background-color: #FFF0C0;
	color: #006600 ! important;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
        line-height: 20px;
}
.box_content li {
	color: #006600 ! important;
	font-size: 12px;
	font-weight: normal;
	margin: 3px;
	padding: 0px;
}
.box_content p {
	color: #006600 ! important;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
        line-height: 20px;
}
.box_content p span {
        color: #CC3333;
}
.box_foot {
	text-align: right;
	margin-right: 5px;
	margin-bottom: 3px;
}
.box_foot a{
	color: #FF9900;
	font-size: 14px;
	font-weight: bold;
}
.box_list{
	margin: 3px 3px 3px 13px;
	padding: 0px;
	list-style-type: square;

}
/* End of 'infobox' */

