#leftcolumn.lightyellow {
    background-color:#ffffbe;
    background-image:url(images/gradient_sidebar.jpg);
    background-repeat:repeat-x;
}

/*** h1, h2, h3, h4, h5, h6 ***/
#leftcolumn h1,
#leftcolumn h2,
#leftcolumn h3,
#leftcolumn h4,
#leftcolumn h5,
#leftcolumn h6 {
    margin:10px 0px 10px 0px;
    border-width:1px;
    border-style:solid;
    font-family:Arial,sans-serif;
}

#leftcolumn h1.red,
#leftcolumn h2.red,
#leftcolumn h3.red,
#leftcolumn h4.red,
#leftcolumn h5.red,
#leftcolumn h6.red {
    border-color:#ed1c24;
    background-color:#ed1c24;
    color:#fff;
}

#leftcolumn h1.orange,
#leftcolumn h2.orange,
#leftcolumn h3.orange,
#leftcolumn h4.orange,
#leftcolumn h5.orange,
#leftcolumn h6.orange {
    border-color:#f7941d;
    background-color:#f7941d;
    color:#000;
}

#leftcolumn h1.yellow,
#leftcolumn h2.yellow,
#leftcolumn h3.yellow,
#leftcolumn h4.yellow,
#leftcolumn h5.yellow,
#leftcolumn h6.yellow {
    border-color:#fff200;
    background-color:#fff200;
    color:#000;
}

#leftcolumn h1.green,
#leftcolumn h2.green,
#leftcolumn h3.green,
#leftcolumn h4.green,
#leftcolumn h5.green,
#leftcolumn h6.green {
    border-color:#009651;
    background-color:#009651;
    color:#fff;
}

#leftcolumn h1.blue,
#leftcolumn h2.blue,
#leftcolumn h3.blue,
#leftcolumn h4.blue,
#leftcolumn h5.blue,
#leftcolumn h6.blue {
    border-color:#005496;
    background-color:#005496;
    color:#fff;
}

#leftcolumn h1.indigo,
#leftcolumn h2.indigo,
#leftcolumn h3.indigo,
#leftcolumn h4.indigo,
#leftcolumn h5.indigo,
#leftcolumn h6.indigo {
    border-color:#662d91;
    background-color:#662d91;
    color:#fff;
}

#leftcolumn h1.violet,
#leftcolumn h2.violet,
#leftcolumn h3.violet,
#leftcolumn h4.violet,
#leftcolumn h5.violet,
#leftcolumn h6.violet {
    border-color:#92278f;
    background-color:#92278f;
    color:#fff;
}

#leftcolumn h1.black,
#leftcolumn h2.black,
#leftcolumn h3.black,
#leftcolumn h4.black,
#leftcolumn h5.black,
#leftcolumn h6.black {
    border-color:#000;
    background-color:#000;
    color:#fff;
}

#leftcolumn h1.white,
#leftcolumn h2.white,
#leftcolumn h3.white,
#leftcolumn h4.white,
#leftcolumn h5.white,
#leftcolumn h6.white {
    border-color:#fff;
    background-color:#fff;
    color:#000;
}

#leftcolumn h1.gray,
#leftcolumn h2.gray,
#leftcolumn h3.gray,
#leftcolumn h4.gray,
#leftcolumn h5.gray,
#leftcolumn h6.gray {
    border-color:#959595;
    background-color:#959595;
    color:#fff;
}

#leftcolumn dt {
    font-weight:bold;
}

#leftcolumn dd {
    margin-left:0;
    margin-bottom:1em;
}