/*=============================================================================
    Copyright (c) 2005 Joel de Guzman
    http://spirit.sourceforge.net/

    Use, modification and distribution is subject to the Boost Software
    License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
    http://www.boost.org/LICENSE_1_0.txt)
=============================================================================*/

.top_page 
{
    background: url(spirit_mist.jpg) no-repeat left top;
    background-color: #000043
}

.top_quote
{
    float: right;
    text-align: right;
    color: #FFFFFF;
    font-family: sans-serif;
    font-size: 8pt;
    margin: 0em 1em 0em 1em;
}

.email
{
    color: #0000FF;
}

p
{
    text-align: left;
    font-family: sans-serif;
}

pre 
{
    font-size: 11pt;
    margin: 0em 2em 0em 2em;
}

.body_text
{
    font-family: sans-serif;
    font-size: 11pt;
}

.date
{
    color: #903030;
}

.menu
{
    font-size: 9pt;
}

a
{
    text-decoration: none; /* no underline */
}

a:hover
{
    text-decoration: underline;
}

.sidebar 
{
  background: url(sidebar-shadow-bottom.png) no-repeat left bottom;
}

.sidebar-0 
{
  background: url(sidebar-shadow-right.png) no-repeat right top;
}

.sidebar-1 
{
  padding: 0px 8px 8px 0px;
  background: url(sidebar-shadow-bottom-right.png) no-repeat right bottom;
}

.sidebar-2 
{
  border: 1px solid #c8dae3;
}

.sidebar-3 
{
  padding: 0em 0.5em 0.5em 0em;
}

.footer
{
    margin: 0em 2em 4em 2em;
    color: #808080;
    font-family: sans-serif;
    font-size: 9pt;
}

.footer a
{
    color: #707070;
}
