/* TEXT COLORS */

body {
	background-color: #000000;
}

#pageHeader h1 {
	color: #008000;
}

#pageHeader h2 {
	color: #FF9900;
}

h1, h2, h3, h4, h5 {
	color: #333333;
}

#contentContainer{
	color: #333333;
}

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

a:hover {
	color: #999999;
}

/* TAB COLORS */

#navcontainer a {
	color: #000000;
}

#navcontainer a:hover {
	color: #999999;
}

#navcontainer a.current, #navcontainer a.currentAncestor {
	color: #FF9900 !important;
}

/* SUB COLORS */

#subPages a, #subPageChild span a {
	color: #008000;
}

#subPages a:hover, #subPageChild span a:hover {
	color: #999999;
}

#subPages a.current, #subPages a.currentAncestor, #subPageChild span a.current, #subPageChild span a.currentAncestor {
	color: #008000 !important;
}

/* SUB CHILD COLORS */

#subPageChild span a {
	color: #444444;
}

#subPageChild span a:hover {
	color: #999999;
}

#subPageChild span a.current, #subPageChild span a.currentAncestor {
	color: #222222 !important;
}

/* FOOTER COLORS */

#footer {
	color: #339900;
}

#footer a:link {
	color: #FF9900;
}

#footer a:hover {
	color: #AAAAAA;
}


/* SIDEBAR MENU */

#sidebarContainer .sideHeader {
	color: #333333;
}