/* TEXT COLORS */

body {
	background-color: #0E608C;
}

#pageHeader h1 {
	color: #888888;
}

#pageHeader h2 {
	color: #444444;
}

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

#contentContainer{
	color: #666666;
}

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

a:hover {
	color: #D7D7D7;
}

/* TAB COLORS */

#navcontainer a {
	color: #666666;
}

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

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

/* SUB COLORS */

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

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

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

/* SUB CHILD COLORS */

#subPageChild span a {
	color: #777777;
}

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

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

/* FOOTER COLORS */

#footer {
	color: #FFFFFF;
}

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

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

/* SIDEBAR MENU */

#sidebarContainer .sideHeader {
	color: #999999;
}
