body {
	background-color: #001c60;
	background-image: url(../../images/bgcolor/bgblue.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}

#pageHeader h1 {
	color: #001c60;
}

#pageHeader h2 {
	color: #001c60;
}

a {
text-decoration: none;
color: #001c60;
font-weight: bold;
}

a:hover {
text-decoration: underline;
color: #001c60;
font-weight: bold;
}

.sideHeader {
	color: #001c60;
}

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

/*navigation*/

#navbar ul li a {
color: #575757;
}	
	
#navbar ul li a:hover {
color: #001c60;
}

#navbar ul li #current {
color: #001c60;
}

.filesharing-item-title a {
	color: #001c60;
}

.photo-title {
	color: #001c60;
	background-color: #f3f3f3;
	}
	
/*Movie Thumbnail view*/

.movie-page-title {
	color: #001c60;
}


