.mainbox {
	background-image: url(/images/rightbox_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 20px;
}
.mainbox .content {
	line-height: 18px;
	color: #333333;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.mainbox .bottom {
	background-image: url(/images/rightbox_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 7px;
}#latestnews {
	background-image: url(/images/listbox1_top.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	margin-top: 20px;
}
#latestnews dt {
	height: 25px;
	padding-top: 5px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 13px;
	background-image: url(/images/ico_arrow_8.gif);
	background-repeat: no-repeat;
	background-position: 3px 9px;
}
#latestnews dt span {
	background-color: #FFFFFF;
	padding-right: 10px;
}
#latestnews dd {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(/images/ico_arrow_13.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #dddddd;
}
#latestnews dd.bottom {
	background-image: url(/images/listbox1_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	height: 20px;
	border-bottom-style: none;
}
.mainbox .content .title {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #dddddd;
	margin-bottom: 5px;
	color: #7F4900;
}
.mainbox .content .date {
	text-align: right;
	color: #888888;
	padding-right: 10px;
	padding-bottom: 20px;
}
