/*Colors common to v4 and v5*/
body {
	color: #000000;
	font: 90% "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 0px 12px 12px;
	padding: 0px;
	background-color: #FFFFFF;
}
a:link {
	color: #996600;
}
a:visited {
	color: #795200;
}
a:hover {
	text-decoration: none;
}
#divFooter a:link, #divFooter a:visited, #divFooter a:active {
	color: #4F3523;
	font-weight: bold;
	text-decoration: none;
}
.SidebarHeader {
	color: #7E6B5E;
	background-color: #EFE6D0;
	padding: 2px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}
#divRightSidebar p, #divPromoArea p {
	margin-top: 0px;
	border: 1px solid #DCCF9B;
	border-top: #EFE6D0;
	padding: 5px;
	font-size: 12px;
	color: #808080;
}

/*v4 positioning*/
/*Use the footer for the main nav in NN4*/
#divFooter {
	position: absolute;
	top: -150px;
	left: 250px;
}
#divFooter a:hover {
	font-weight: bold;
	text-decoration: underline;
}
#divWrapper {
	position: absolute;
	left: 12px;
	top: 160px;
}
#divLogo {
	position: absolute;
	left: 12px;
	top: 13px;
}
/*Hide the headers, they don't work well in NN4.*/
#divHeader, #divHeaderBottom {
	display: none;
}
#divCategoryForm {
	position: absolute;
	left: 16px;
	top: 116px;
}
.NewsHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0.1em;
}
