a:link, a:visited {
	color: #0000FF;
}

a:hover {
	color: #0000CC;
}

a:active {
	color: #0000B2;
}

#header h1 {
	color: #666666;
}

#header h2 {
	color: #3366CC;
}

body {
	background-color: #FFFFFF;
}

#container {
	border: #FF9966 solid;
}

#breadcrumb a:link {
	color: #4C4C4C;
}

#breadcrumb a:visited {
	color: #4C4C4C;
}

#breadcrumb a:hover {
	color: #5B5B5B;
}

#breadcrumb a:active {
	color: #3C3C3C;
}

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

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

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

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

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

.subnavcontainer ul ul a {
	background-color: #FFCC66;
	color: #000033;
}

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

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

body {
	color: #666666;	
}

