body {
	background: repeat url(/images/body_bg.png) 0px 0px;
	color: #000000;
}

a:link, a:visited {
	color: #33568f;
}

#top_grad {
	background: url(/images/body_bg.png) repeat 0px 0px;
}

#container {
	border-right: inherit;
	background: url(/images/content_bg.png) repeat-y;
}

#pageHeader {
	background: no-repeat url(/images/header_bg2.gif);
}


html > body #pageHeader h2 {
}

#sidebarContainer .sideHeader {
	color: #33568f;
}

#footer { 
	background: no-repeat center url(/images/footer_bg.png);
}

#footer a:link, #footer a:visited {
	background: no-repeat left bottom url(/images/footer_divider.png);
}

#navcontainer {
	background: url(/images/menu_bg.gif) repeat-x;
}

#navcontainer #current {
	background: repeat-x url(/images/button_over.png) left bottom;
	color: #000000;
}

#navcontainer .currentAncestor {
	background: repeat-x url(/images/button_over.png) left bottom;
	color: #000000;
}

#navcontainer li {
	background: no-repeat right top  url(/images/menu_divider.png);
}

#navcontainer a:hover {
	background: no-repeat url(/images/button_over.png) left bottom;
	color: #000000;
}

#navcontainer ul ul {
	border-top: 1px solid #6e90bc;
}

#navcontainer ul ul a {
	background: url(/images/sub_menu_bg.png)  no-repeat;
}

#navcontainer ul ul a:hover{
	background: url(/images/sub_menu_bg.png)  no-repeat;
}

#navcontainer ul ul #current{
	background: url(/images/sub_menu_bg.png) transparent no-repeat;
}

#navcontainer ul ul .currentAncestor {
	background: url(/images/sub_menu_bg.png) transparent no-repeat;
}

#contentContainer #content li {
	background: url(/images/list_item.gif) no-repeat left 7px ;
	line-height: normal;
}

td.tblList {
	background: url(/images/list_item.gif) no-repeat left 7px ;
	width:7px;
	height: 7px;
	vertical-align:top;
	line-height: normal;
}

#contentContainer #content li.secondLevel {
	background: url(/images/list_item_level2.gif) no-repeat left 7px ;
	line-height: normal;
}

.filesharing-item-title a:hover {
	color: #33568f;
}

.photo-background {
	color: #7ba3d3;
}

.photo-navigation {
	background: repeat-x url(/images/top_grad.png) left -100px;
}

.photo-links {
	background: no-repeat url(/images/photo_header.png);
}

.photo-navigation a:link, .photo-navigation a:visited {
	background: no-repeat right bottom url(/images/menu_divider.png);
}

.photo-navigation a:hover {
	color: #334766;
	background: no-repeat url(/images/button_over.png) right bottom;
}

html > body .photo-caption {
	border-bottom: 1px solid #2d5592;
}