﻿@import url( simple-leftnav.css );

body, #leftColumn .content
{
	background: #c8c0d0;
}

a { color: #887799 }

#leftColumn .field.LinkBuilder, #leftColumn .boxedContent, #leftColumn .contentFeedback
{
	background-color: #B7B0BF;
}

ul.nav 
{
	background: #887799;
}

ul.nav A:hover, ul.nav .current A
{
	color: #887799;
	background: #c8c0d0;
}

/* subnav */
ul.nav ul li a
{
	color: #887799;
}

