/* WEB PAGE BACKGROUND */
body.web-new-theme  {
  background:#ECE8DF; /* Tan */
}
a {font-weight:bold; }

/* HEADER BACKGROUND */
.gw-header { background-color:#F7F1EC; !important; } /* dark gray */
.gw-header-content > div img {
        padding: 0px 0px 0px 20px !important;
	width: auto !important;
}
.gw-header { position: relative; min-height: 50px; }
.gw-header .text-right { position: absolute; bottom: 0; }
.gw-header .text-left { position: absolute; bottom: 0; right: 0; }

/* TITLE AND FOOTER COLORS */
body.web-new-theme .page-title-block, body.web-new-theme .footer-block {
  background:#1D4DA3; /*blue*/
  color: white;
}

/* START PAGE ICONS AND INFO BLOCK COLORS */
body.web-new-theme .card-box-item, body.web-new-theme .card-box-info-block {
  background: #ECF4F9;  /* light blue  */
  border: 1px solid #296382 !important; /* dark blue */
}
body{
background: #ECE8DF !important;
}
/*if banner has words that need to be center add the following to CSS Styles*/
header {
background-position: 50% 50% !important;
}