/* Most text styles are defined in skin.css, and
are overridden here to set the BHP colors. */

#banner
{
  background-image: url(BHP-banner-background.jpg);
  background-repeat: repeat-x;
  height: 148px;
}

#header
{
	background: #3a3d69;
	color: White;
}

#menubar
{
  background-image: url(BHP-menu-background.gif);
  background-position: top left;
  background-repeat: repeat-x;
}

#menubar-left
{
  background-image: url(BHP-menu-left.gif);
  background-position: top left;
  background-repeat: no-repeat;
}

#menubar-center
{
}

/* The module title within the container title area.  Font size and weight
are defined in skin-specific stylesheets so that the various panes can
declare default styles for each module within them.  The container-specific
stylesheet can override these.
*/
.module-title,
h1,
h2,
h3,
h4,
h5,
h6
{
	color: #3a3d69;
}

#contentArea .container-title,
#leftArea .container-title,
#rightArea .container-title
{
	border-bottom: 1px solid #3a3d69;
}

#contentArea h1,
#contentArea h2,
#contentArea h3,
#contentArea h4,
#contentArea h5,
#contentArea h6
{	color: #3a3d69;
}

a.SkinObject:link,
a.SkinObject:active,
a.CommandButton:link,
a.CommandButton:active,
a.BreadcrumbLink:link,
a.BreadcrumbLink:visited,
a:link,
a:hover,
a:active
{   color: #3a3d69;
}

a.SkinObject:visited,
a.CommandButton:visited,
a:visited:
{   color: #444C57;
}
