#mainspace {
	width: 770px;
}
.item {
	border: none;
}
.item h2 {
	font-weight:bold;
	margin-top: 3px;
	background-image: url(images/top_title5.gif);
	height: 20px;
	font-size: 12px;
	background-repeat: no-repeat;
	padding-right: 3px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 5px;
	padding-left: 3px;
	color: white;

}
.item h2 a{
	text-decoration:none;
	color: white;
}
.item h3 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 5px;

}
.item .date, .item .category {
	font-size:10px;
	line-height: 11px;
}
.item .date {
	float: left;
	margin-left: 2px;
	margin-right: 0px;
}
.item .category {
	float:right;
	margin-left: 0px;
	margin-right: 2px;
}
.item .text{
	background-color: white;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: black;
	width: 760px;
	padding-right: 2px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;

}
.item .text p {
	margin-right: 10px;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;

}
.item .text dt {
	margin-left: 15px;
}
.item .text table{
	margin-top: 10px;
	margin-bottom: 10px;
}
.item .text table th {
	background-color: #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: white;


}
.item .text table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: gray;
	padding-right: 5px;
	padding-left: 5px;
}
.item .text#page {
	height: 400px;
}
.item .text ul.list li {
	list-style-position: inside;
	list-style-type: square;
	margin-left: 20px;

}
