/*Logistics styles*/

div#pageWrapper {
	background: url(images/pageBack.jpg) no-repeat;
}
#altLogo {
	background: url(images/logo.jpg) no-repeat;
}

.sectionTop {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://dpra.com/layoutData/75/111/5/images/topBand.png');
}

/* IE ignores styles with [attributes], so it will skip the following. */
.sectionTop[class] {
	background-image:url(images/topBand.png);
}
.sectionTop a:link, .sectionTop a:visited, .sectionTop .menuName {
	color: #fff;
}

/*Section Colors*/
h1, h2, h3, h4, h5, h6 {
	/*primary color*/
	color: #AFB585;
}
a:link {
	/*primary color*/
	color: #AFB585;
}
a:hover, a:active {
	/*pastel color*/
	color: #D7DAC2;
}
/* Left Menu */
#navL a:hover, #navL a:active {
	/*primary color*/
	color: #AFB585;
}
#navL a.current  {
	/*primary color*/
	color: #AFB585;
}
#navL .current span {
	/*primary color*/
	color: #AFB585;
}
