/* CSS copyright seyDoggy http://www.seyDoggy.com */

/*<group=background off-white>*/

body {
	background: #f2f2f2;
	}

#contentContainer a {
	color: #2738AA;
	text-decoration: none;
}

#contentContainer a:hover {
	color: #6a94ff;
	text-decoration: none;
}

/* sidebar navigation */

#sidenavcontainer .current {
	color: #6699ff;
	font-weight: bold;
}

#sidenavcontainer li a:hover {
	color: #6a94ff;
}

#sidenavcontainer li a {
	color: #2738AA;
}

#sidenavcontainer ul ul li a {
	color: #2738AA;
}

#sidenavcontainer ul ul li a:hover {
	color: #6a94ff;
}

#sidenavcontainer ul ul .current {
	color: #6699ff;
	font-weight: bold;
}

/* end sidebar navigation */

/* this is the SIDEBAR */
	
#sidebarContainer a {
	color: #2738AA;
	text-decoration: none;
}

#sidebarContainer a:hover {
	color: #6a94ff;
}

/* end SIDEBAR */

#breadcrumbcontainer {
	color: #2738AA;
}

#breadcrumbcontainer ul {
	color: #2738AA;
}

#breadcrumbcontainer li {
	color: #2738AA;
}

#breadcrumbcontainer a {
	color: #2738AA;
}

#breadcrumbcontainer li a:hover {
	color: #6a94ff;
}

#footer {
	color: #000000;
}
	
#footer a {
	color: #2738AA;
}
	
#footer a:hover {
	color: #6a94ff;
}

.photo-navigation {
	color: #2738AA;
}

.photo-navigation a {
	color: #2738AA;
}

/*</group>*/



