#topnav {
   background-color: #AA9E88;
}

#topnav ul li a {
   background-color:#AA9E88;
}

#topnav ul li a:hover {
	background-color: #7F7766;
}

#topnav ul li #thispage {
	background-color: #554842;
}

#colourstripe {
   background-color: #554842;
   height: 5px;
}

#leftnav {
   background: #FFF url(../images/home_left_gradient.jpg) repeat-x bottom left;
   height: 500px;
}

#leftnav a {
	background: #EFEDE4 url(../images/headerimages/bullet_dkbrown.gif) no-repeat left center;
	color: #7F7766
}

#leftnav a:hover {
	background: #554842 url(../images/headerimages/bullet_white.gif) no-repeat left center;
}

#leftnav .downarrow {
	background: #EFEDE4 url(../images/headerimages/bullet_dkbrowndown.gif) no-repeat left center;
}

#leftnav .downarrow:hover{
	background: #554842 url(../images/headerimages/bullet_whitedown.gif) no-repeat left center;
}
#mainContent strong {
	font-size: 1.2em;
}
#leftnav a#activelink{
	background: #554842 url(../images/headerimages/bullet_white.gif) no-repeat left center;
	color: #fff;
}