/* TEXT COLORS */

body {
	background-color: #252B35;
}

#pageHeader h1 {
	color: #C1DF74;
}

#pageHeader h2 {
	color: #A2A593;
}

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

#contentContainer{
	color: #222730;
}

a:link, a:visited{
	color: #575B63;
}

a:hover {
	color: #BAD770;
}

/* TAB COLORS */

#navcontainer a {
	color: #575B64;
}

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

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

/* SUB COLORS */

#subPages a, #subPageChild span a {
	color: #4F525A;
}

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

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

/* SUB CHILD COLORS */

#subPageChild span a {
	color: #555961;
}

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

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

/* FOOTER COLORS */

#footer {
	color: #232832;
}

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

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


/* SIDEBAR MENU */

#sidebarContainer .sideHeader {
	color: #A4A795;
}