/* hacks -- for IE6 */
#shadow-left, #shadow, #container, #content { position: relative; }
#content, #container { height: 1%; }
#shadow-left { width: 900px; }

/* minor layout adjustments */
#head #tabs ul li a
{
    padding-bottom: 3px;
}
#content p, #content ul
{
    margin-top: 0.5em;
    margin-bottom: 0.8em;
}
#content p.push
{
    margin-top: 24px;
    padding-left: 10%;
    padding-right: 10%;
}
#sidebar .column
{
    height: 250px;
    background-color: white;
}
#sidebar .column h2
{
    margin-top: -2px;
}
#sidebar .column h2 a
{
    color: #5994CE;
}

h5 a
{
    color: black;
}

.clear-box
{
    font-size: 1px;
    line-height: 1px;
    height: 1%;
}