﻿/* *************************************************** */
/* -------------- LEFT-HAND CATEGORIES --------------- */
/* *************************************************** */
#sidebar {
	background-color: #eadaa7;
	border-right: 3px #F3C787 groove;
	border-bottom: 3px #F3C787 ridge;
	padding-bottom: 100px;
	padding-top: 30px;
	margin-left : -10px;
	margin-right: 10px;
	float:left;
	position:relative;
	top:-58px; /*IE7 and Firefox*/
	width: 250px;
	display:block;
}
html*#sidebar { /*safari and IE6 hack*/
	top:-55px;
	_top:-58px;
}
#leftstretch {
	float: left;
	font-variant: small-caps;
	text-align: left;
}
#leftstretch img {
	height: 8px;
	width: 8px;
	padding: 6px 5px 0 20px;
}

.subtable {}

.catlink {
	text-decoration: none;
	font-size: 13px;
	line-height: 18px;
	white-space: nowrap;
	width:200px;
	display:block;
	float:left;
}
a.catlink:link, a.catlink:visited {
	color: #1f1d17;
}
a.catlink:hover, a.catlink:active {
	color: #A2422B;
}
.cathighlight {
	color: #A2422B;
	text-decoration: none;
	font-size: 13px;
	padding-bottom: 0px;
	display: block;
	white-space: nowrap;
}
.subcatlink {
	text-decoration: none;
	font-size: 11px;
	line-height: 10px;
	padding-left: 5px;
	white-space: nowrap;
}
a.subcatlink:link, a.subcatlink:visited {
	color: #1f1d17;
}
a.subcatlink:hover, a.subcatlink:active {
	color: #A2422B;
}
.subcathighlight {
	color: #A2422B;
	text-decoration: none;
	font-size: 11px;
	padding-left: 5px;
	padding-bottom: 3px;
	margin-top: -2px;
	display: block;
	font-weight: bold;
	white-space: nowrap;
}
.relatedlink {
	text-decoration: none;
	font-size: 11px;
	text-align: center;
	font-variant: small-caps;
	font-family: "Times New Roman" , Times, serif;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}
a.relatedlink :link, a.relatedlink :visited {
	color: #1f1d17;
}
a.relatedlink:hover, a.relatedlink:active {
	color: #A2422B;
}