/* $Revision: 100 $ $Date: 2005-10-25 16:21:13 -0700 (Tue, 25 Oct 2005) $ */

#header .left,
#header .middle, 
#header .right {
    /* ie bug?: have to center text in each div instead of in header div b/c
     * otherwise absolute positioning of left div gets superceded by the
     * text-align: center
     */
    text-align: center;
}

#header h1,
#header .h1style {
    color: black;
    font-size: 1.4em;
    font-weight: bold;
}

#header .normalstyle {
    font-size: 1em;
    font-weight: bold;
}

#header .left h1 a
{
    display: block;
    height: 60px;
    background: transparent url(/images/logo60.gif) no-repeat;
    text-indent: -2000px;
    text-decoration: none;
}

/* hack to get text to vertically center */
#header .right {
    line-height: 60px;
    vertical-align: middle;
}
