/* Overrides for the photo on the right side of the header */
.photo {
  /*background-image: url(grot.jpg);*/
  background-color: #003300;
}

/* Overrides for the banner/title area on the left side of the header */
.banner {
  background-color: #003300;
  background-image: url(../_banners/constructionsr.jpg);
}

/* Overrides for the part of the page below the header */
.pagebody {
  background-color: white;
}

/* Overrides for the side or menu bar */
.sidebar {
  background-color: #848400;
  color: white;
}

.sidebar .item a{
	color: white;
}

.sidebar .item a:visited {
  color: #EFE;
}

.loginlink {
  color: #757540;
}

/* Defines the contents of the page */
.pagecontents {
  background-color: white;
}
