.ContentBox {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #ffffff;
	margin: 5px;
	overflow: auto;
	display: block;
	height: 400px;
	width: 386px;

}
.TopicBox {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #ffffff;
	margin: 5px;
	overflow: auto;
	display: block;
	height: 400px;
	width: 167px;
}
.TopicCell {
	border-top-width: medium;
	border-right-width: 1px;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-right-color: #ac887c;
}
.FooterCell {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
}
.NavLink {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #5A3C32;
	text-decoration: none;
	background-color: #A6945D;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #594F32;
	border-bottom-color: #594F32;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 2px;
	background-image: url(images/button.gif);
	background-repeat: repeat-x;
	background-position: left;
	/*padding-right: 3px;
	padding-left: 3px;*/
	display: block;
	width: 200px;

}
.TopicList {
	list-style-position: outside;
	list-style-type: square;
}
.TopicList a {
	text-decoration: none;
}
.TopicHeader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	width: 167px;


}
.ContentHeader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	width: 386px;


}
.NavCellFixedTop {
	background-image: url(images/web2_04.gif);
	background-repeat: no-repeat;
	background-position: left top;

}
.NavCellFixedBottom {
	background-image: url(images/web2_04.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
