a:link, a:visited {
	color: #868686;
}

a:hover {
	color: #6B6B6B;
}

a:active {
	color: #5D5D5D;
}

#header h1 {
	color: #D6D3AD;
}

#header h2 {
	color: #D6D3AD;
}

body {
	background-color: #F8FADC;
}

#container {
	border: #D6D3AD solid;
}

#breadcrumb a:link {
	color: #AEAEAE;
}

#breadcrumb a:visited {
	color: #AEAEAE;
}

#breadcrumb a:hover {
	color: #D0D0D0;
}

#breadcrumb a:active {
	color: #8B8B8B;
}

#breadcrumb {
	background: #FFFFFF url(images/menu_overlay.png) repeat-x;
}

.navcontainer {
	background: #F8FADC url(images/menu_overlay.png) repeat-x;
}

.navcontainer a:link {
	color: #8A8A8A;
}

.navcontainer a:visited {
	color: #8A8A8A;
}

.navcontainer a:hover {
	color: #525252;
}

.subnavcontainer ul ul a {
	background-color: #E6E6E6;
	color: #4C4C4C;
}

.subnavcontainer ul ul .current a {
	background-color: #B3B3B3;
}

.subnavcontainer ul ul a:hover {
	background-color: #CFCFCF;
}

body {
	color: #626262;	
}

