.box {
	width: 100%;
}
.box .title {
	background-color: #A6704A;
	background-image: url(../images/box_title_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	color: #0000000;
	font-weight: bold;
	border: 1px solid #A26E49;
	-moz-border-radius: 4px 4px 0 0;
	padding: 3px 10px;
}
.box .body {
	background-color: #EDE3DA;
	border: 1px solid #A26E49;
	border-top: 0;
	padding: 10px;
}

.subcategory_nav {
	width: 80%;
	margin: auto;
	text-align: center;
	line-height: 170%;
}

div.topic_bg {
	margin-bottom: 10px;
	width: 100%;
}

table.topic_entry {
	width: 100%;
	background-color: #FFFFFF;
	border-top: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
}
table.topic_entry td.img {
	padding-top: 13px;
	padding-bottom: 13px;
	width: 120px;
	text-align: center;
}
table.topic_entry td.img img {
}
table.topic_entry td.desc {
	background-color: #E7F0F7;
	padding: 10px 10px 10px 10px;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	font-size: 12px;
}
table.topic_entry td.desc div.desc_title,
table.topic_entry td.desc div.desc_title a:link,
table.topic_entry td.desc div.desc_title a:visited,
table.topic_entry td.desc div.desc_title a:hover,
table.topic_entry td.desc div.desc_title a:active {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	margin-bottom: 5px;
}
table.topic_entry td.desc div.desc_author {
	margin-bottom: 5px;
}
table.topic_entry div.desc_biblerefs {
	margin-bottom: 5px;
}
table.topic_entry td.link {
	width: 120px;
	background-color: #E7F0F7;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	text-align: right;
	vertical-align: top;
	padding: 10px 10px 10px 0;
	font-size: 12px;
}
a.button:link,
a.button:visited {
	display: block;
	margin: 0 0 10px 0;
	border: 1px solid #7E8AA2;
	padding: 4px 2px;
	text-align: center;
	text-decoration: none;
	color: #000000;
	background-color: #DDE2EB;
	-moz-border-radius: 2px;
}
a.button:hover,
a.button:active {
	display: block;
	margin: 0 0 10px 0;
	border: 1px solid #69768F;
	padding: 4px 2px;
	text-align: center;
	text-decoration: none;
	background-color: #C3CCDD;
	-moz-border-radius: 2px;
}
a.button img {
	vertical-align: middle;
	margin-top: -2px;
}

.home_news {
	padding-left: 20px;
}
.home_news div {
	margin-bottom: 5px;
	font-weight: bold;
	color: #4173A6;
}
.home_news a:link,
.home_news a:visited {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.home_news a:hover,
.home_news a:active {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
.home_news table {
	border-top: 1px solid #D5D5D5;
}
.home_news table tr:hover td {
	background-color: #E7F0F7;
}
.home_news table td {
	padding: 4px 4px;
	border-bottom: 1px solid #D5D5D5;
}

.tagcloud {
	text-align: center;
	padding: 0 40px;
	vertical-align: baseline;
	line-height: 30px;
	border: 1px solid #A26E49;
	-moz-border-radius: 4px;
	margin-bottom: 10px;
}
.tagcloud a:link,
.tagcloud a:visited {
	vertical-align: baseline;
	text-decoration: none;
}
.tagcloud a:hover,
.tagcloud a:active {
	vertical-align: baseline;
	text-decoration: underline;
}
