#contentContainer, .photo-frame {
	background-color: #2d367d;
	color: #bbe5f4;
}

a:link, a:visited {
	color: #ccc;
	text-decoration: underline;
}

a:hover, a:active {
	color: #fff;
	text-decoration: none;
}

#navcontainer ul ul a:link, #navcontainer ul ul a:visited {
	text-decoration: none;
	color: #ccc;
}

#navcontainer ul ul a:hover, #navcontainer ul ul a:active {
	text-decoration: none;
	color: #fff;
}

#navcontainer ul ul ul a:link, #navcontainer ul ul ul a:visited {
	text-decoration: none;
	color: #ccc;
}

#navcontainer ul ul ul a:hover, #navcontainer ul ul ul a:active {
	text-decoration: none;
	color: #fff;
}

#navcontainer ul ul ul ul a:link, #navcontainer ul ul ul ul a:visited {
	text-decoration: none;
	color: #ccc;
}

#navcontainer ul ul ul ul a:hover, #navcontainer ul ul ul ul a:active {
	text-decoration: none;
	color: #fff;
}

#navcontainer ul ul a#current {
	color: #ffffff;
}

#navcontainer ul ul ul a#current {
	color: #ffffff;
}

#navcontainer ul ul ul ul a#current {
	color: #ffffff;
}

#navcontainer ul ul a.currentAncestor {
	color: #fff;
}

#navcontainer ul ul ul a.currentAncestor {
	color: #fff;
}

#navcontainer ul ul ul ul a.currentAncestor {
	color: #fff;
}

#contentContainer #content h1 {
	color: #fff;
}

#contentContainer #content h2 {
	color: #fff;
}

#contentContainer #content h3 {
	color: #fff;
}

/* @group File Sharing */

.filesharing-item {
	background-color: #4B5780;
	margin-bottom: 10px;
	padding: 5px;
}

.filesharing-item-title {
	color: #eee;
}

.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
	color: #fff;
}

.filesharing-item-title a:visited {
}

.filesharing-item-description {
	color: #ccc;
}

/* @end */

