/*
 * This printing-only style sheet is organized based on the order the styles are
 * used on a page with the "generic" settings coming first.
 */

/*
 * Generic site wide style settings.
 */
body
{
    color: #000000;
    font-size: 1em;
    font-family: "Lucida Grande", "Arial", "Helvetica", "Swiss", "SunSans-Regular", sans-serif;
    text-indent: 0em;
    text-decoration: none;
    position: relative;
    margin: 0;
    padding: 0;
}

p
{
    font-size: small;
    font-weight: normal;
}

b 
{
    font-size: small;
    font-weight: bold;
}

a:link, a:visited
{
    text-decoration: none;
}

a:hover 
{
    text-decoration: none;
}

a:active 
{
    text-decoration: none;
}

/*
 * The settings for the header block which has Titles & Logo at the top of all pages.
 */
#header
{
    text-align: center;
    /* Opera uses media="screen" body bgcolor (bug); this helps a bit */
    background-color:#ffffff !important;
}

#beginHeader
{
    clear: both;
}

#headerTitle
{
    font-size: x-large; 
    font-weight: bold;
    white-space: nowrap;
    vertical-align: middle;
}
#headerTitleSmall
{
    font-size: large; 
    font-weight: bold;
}

#headerTitle span
{
    white-space: nowrap;
    vertical-align: middle;
}

#endHeader
{
    clear: both;
}

/* Just make the toolbar vanish */
.toolbarItem
{
    list-style-type: none;
    list-style-position: inside;
    display:none;
}

/*
 * The settings for the content block.
 */
#content
{
    font-size: small;
    padding-left: 0.5em;
    display: block;
    min-height: 12em;
    /* Opera uses media="screen" body bgcolor (bug); this helps a bit */
    background-color:#ffffff !important;
}

.sectionHeader span
{
    font-weight: bold;
    font-size: larger;
}
.contentImageLeft
{
    float: left;
    padding-right: 5px;
}
.contentImageRight
{
    float: right;
    padding-left: 5px;
}

/*
 * The settings for the footer.
 */
#footer  
{
    color: #000000;
    border-width: 0;
    text-align: center;
    font-size: x-small;
    margin-top: 30px;
    clear: both;
    /* Opera uses media="screen" body bgcolor (bug); this helps a bit */
    background-color:#ffffff !important;
}
