.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 122px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	z-index: 999;
}
#sidebar1 ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#sidebar1  a {
	text-decoration: none;
}
#sidebar1 ul li a {
	display: block;
	height: 1.8em;
	line-height: 1.8em;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: groove;
	border-right-style: groove;
	border-left-style: groove;
	border-top-color: #900;
	border-right-color: #900;
	border-left-color: #900;
	padding-left: 5px;
}
.red {
	color: #F06;
}
.sidehead {
	margin-bottom: 4px;
	font-weight: bold;
	margin-top: 30px;
}
.suppressSpace {
	margin-top: 4px;
	margin-bottom: 0px;
}
.bottBorder {
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #900;
}
.newNav {
	margin-bottom: 4px;
}
