/*
For background color, replace the word 'color' after the colon with either a standard named color or a color in RGB format, ex. #FF0000
*/
body {}

/*
For banner_top, replace 'ext' with the correct file extension, this will likely be jpg or gif. 
The top Banner must be 960px wide and 202px in height
*/
#banner_top { background-image: url("/_branding/_banners/181RobertW_top.jpg"); }

/*
For banner_btm: 
1) replace 'ext' with the correct file extension, this will likely be jpg or gif  
2) enter the correct bottom banner height in pixels, as this value can be different for each branding.
3) The bottom banner width must be 960px.
*/
#banner_btm { background-image: url("/_branding/_banners/181RobertW_btm.jpg"); height:223px; display:block;}

/*
Hide standard website banner and show custom banner to allow for branding
*/
#banner_back {display:none;}
#banner_top {display:block;}

/*
Custom background color
*/

.contentContainerCell {background-color:#d8e6e8;}