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

a:hover {
	color: #6B6B6B;
}

a:active {
	color: #5D5D5D;
}

#header h1 {
	color: #FFFFFF;
}

#header h2 {
	color: #FFFFFF;
}

body {
	background-color: #7D7E7D;
}

#container {
	border: #000000 solid;
}

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

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

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

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

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

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

.navcontainer a:link {
	color: #666666;
}

.navcontainer a:visited {
	color: #666666;
}

.navcontainer a:hover {
	color: #3D3D3D;
}

.subnavcontainer ul ul a {
	background-color: #666666;
	color: #FFFFFF;
}

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

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

body {
	color: #666666;	
}
