body {
	background-color: #E6E6E6;
}

.photo-background {
	background-color: #E6E6E6;
}

#container {
	background-color: #FFFFFF;
}

#top h1 {
	color: #666666;
}

#top h2 {
	color: #666666;
}

a:link {
	color: #0080FF;
	text-decoration: underline;
}

a:visited {
	color: #0080FF;
	text-decoration: underline;
}

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

#header {
	background: #FFFFFF;
}

#footer {
	background: #ABABAB;
}

#topsidebar {
	background: #FFFFFF;
}

.bottombar {
	background-color: #FFFFFF;
}

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

#footer a:visited {
	color: #FFFFFF;
}

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

#header2 {
	background: #FFFFFF;
}

#hdrwrap {
	background: #FFFFFF;
}

#top {
	background: #FFFFFF;
}

/* @group Menu */

#navcontainer #current {
	border-bottom-color: #CCCCCC;
}

#navcontainer .currentAncestor {
	border-bottom: 5px solid #CCCCCC;
}

/* Parent - Level 0 */

#navcontainer a {
	border-bottom: 5px solid #CCCCCC;
	color: #4C4C4C;
}

#navcontainer a:visited {
	color: #4C4C4C;
}


#navcontainer a:hover {
	border-bottom-color: #7A7A7A;
	color: #2D2D2D;
}

/* @end */