#contentheader {
background: #88c94c; width: 420px; padding: 22px; margin: 0 0 35px 0;
}

#contentheader h1 {
color: #ffffff;
}

#contentheader h5 {
color: #ffffff; text-transform: uppercase; font: 11px Helvetica; font-weight: bold;
}

#contentheader ul#breadcrumb {
margin: 0;
}

#contentheader ul#breadcrumb li a {
color: #ffffff; background: none;
}

ul#breadcrumb li a:hover {
color: #ffffff;
}

ul#pagetools {
height: 27px; width: 424px; position: absolute; left: 0; top: -35px; border-bottom: 1px solid #ffffff; padding: 12px 40px 0 0;
}

ul#pagetools li {
border-right: 1px solid #ffffff; padding: 0 8px 0 0; margin: 0 8px 0 0;
}

ul#pagetools li:first-child {
border: 0;padding: 0; margin: 0;
}

ul#pagetools a {
color: #ffffff;
}


table.personnel td {
padding: 0 25px 0 0; vertical-align: top;
}

table.personnel h3 {
color: #B63C39;
}

table.personnel img {
display: block; border: 1px solid; margin: 15px 0 15px 0;
}

/* GREEN STYLE */

#contentheader.green {
background: #88c94c;
}

#contentheader.green ul#pagetools {
background: #368800 url(/img/bg_pagetools_green.gif) no-repeat left top;
}

#contentheader.green ul#breadcrumb li a {
background: url(/img/arrow_white_ongreen.gif) no-repeat left;
}


/* RED STYLE */

#contentheader.red {
background: #b65418;
}

#contentheader.red ul#pagetools {
background: #e2b31e url(/img/bg_pagetools_red.gif) no-repeat left top;
}

#contentheader.red ul#breadcrumb li a {
background: url(/img/arrow_white_onred.gif) no-repeat left;
}

/* BLUE STYLE */

#contentheader.blue {
background: #8EBAE5;
}

#contentheader.blue ul#pagetools {
background: #456590 url(/img/bg_pagetools_blue.gif) no-repeat left top;
}

#contentheader.blue ul#breadcrumb li a {
background: url(/img/arrow_white_onblue.gif) no-repeat left;
}




