/* Headers */
h2.generic { background: #006385 url(/images/headerBackgroundGeneric.gif); }
h2.lime { background: #88cc13 url(/images/headerBackgroundLime.gif); }
h2.teal { background: #006385 url(/images/headerBackgroundTeal.gif); }
h2.aqua { background: #7e543b url(/images/headerBackgroundAqua.gif); }
h2.ruby { background: #b70005 url(/images/headerBackgroundRuby.gif); }
h2.navy { background: #979433 url(/images/headerBackgroundNavy.gif); }
h2.charcoal { background: #515659 url(/images/headerBackgroundCharcoal.gif); }
h2.amber { background: #ec7c00 url(/images/headerBackgroundAmber.gif); }
h2.maroon { background: #701575 url(/images/headerBackgroundMaroon.gif); }

/* Boxes */
div.genericcolumn { background: url(/images/columnGradientGeneric.gif) repeat-y top right; }
div.genericfade { background: url(/images/fadeGeneric.gif) repeat-y top right; }
div.generic { background: url(/images/logoGeneric.jpg) no-repeat right 50px; }

div.limecolumn { background: url(/images/columnGradientLime.gif) repeat-y top right; }
div.limefade { background: url(/images/fadeLime.gif) repeat-y top right; }
div.lime { background: url(/images/logoLime.jpg) no-repeat right 50px; }

div.tealcolumn { background: url(/images/columnGradientTeal.gif) repeat-y top right; }
div.tealfade { background: url(/images/fadeTeal.gif) repeat-y top right; }
div.teal { background: url(/images/logoTeal.jpg) no-repeat right 50px; }

div.aquacolumn { background: url(/images/columnGradientAqua.gif) repeat-y top right; }
div.aquafade { background: url(/images/fadeAqua.gif) repeat-y top right; }
div.aqua { background: url(/images/logoAqua.jpg) no-repeat right 50px; }

div.rubycolumn { background: url(/images/columnGradientRuby.gif) repeat-y top right; }
div.rubyfade { background: url(/images/fadeRuby.gif) repeat-y top right; }
div.ruby { background: url(/images/logoRuby.jpg) no-repeat right 50px; }

div.navycolumn { background: url(/images/columnGradientNavy.gif) repeat-y top right; }
div.navyfade { background: url(/images/fadeNavy.gif) repeat-y top right; }
div.navy { background: url(/images/logoNavy.jpg) no-repeat right 50px; }

div.charcoalcolumn { background: url(/images/columnGradientCharcoal.gif) repeat-y top right; }
div.charcoalfade { background: url(/images/fadeCharcoal.gif) repeat-y top right; }
div.charcoal { background: url(/images/logoCharcoal.jpg) no-repeat right 50px; }

div.ambercolumn { background: url(/images/columnGradientAmber.gif) repeat-y top right; }
div.amberfade { background: url(/images/fadeAmber.gif) repeat-y top right; }
div.amber { background: url(/images/logoAmber.jpg) no-repeat right 50px; }

div.greycolumn { background: url(/images/columnGradientGrey.gif) repeat-y top right; }
div.greyfade {background-color:#e6e6e6; }
div.grey { background: url(/images/logoGrey.gif) no-repeat top right; }

div.marooncolumn { background: url(/images/columnGradientMaroon.gif) repeat-y top right; }
div.maroonfade { background: url(/images/fadeMaroon.gif) repeat-y top right; }
div.maroon { background: url(/images/logoMaroon.jpg) no-repeat right 50px; }