﻿body
{
    width: 900px;
    margin: 10px auto 0 auto;
    background-color: White;
    font-family: Arial;
}

body a
{
    color: #881831;
}

body img
{
    border: 0;
    display: block;
}

#border-top
{
    min-width: 899px; /* for modern browsers */
    width: auto !important; /* for modern browsers */
    width: 900px; /* for IE5.x and IE6 */
    background-color: Darkred;
    margin-bottom: 7px;
    height: 17px;
    float: none;
    _height: 5px;
}

#border-left
{
    min-height: 555px; /* for modern browsers */
    height: auto !important; /* for modern browsers */
    height: 555px; /* for IE5.x and IE6 */
    background-color: Darkred;
    width: 10px;
    float: left;
    margin-right: 8px;
}

#border-right
{
    min-height: 555px; /* for modern browsers */
    height: auto !important; /* for modern browsers */
    height: 555px; /* for IE5.x and IE6 */
    background-color: Darkred;
    width: 10px;
    float: right;
}

/* HEADER */
#header
{
    width: 864px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px darkred;
}

/* FAUX LAYOUT WRAPPER */
#wrapper
{
    background-color: #fff;
    width: 872px;
    border-left: solid 10px darkred;
    border-right: solid 10px darkred;
    padding-left: 8px;
}

/* SIDEBAR */
#sidebar
{
    float: right;
    width: 210px;
    min-height: 398px; /* for modern browsers */
    height: auto !important; /* for modern browsers */
    height: 398px; /* for IE5.x and IE6 */
    margin-right: 8px;
    padding-top: 10px;
    background-image: url(/images/sidebar-bg.gif);
    background-repeat: repeat;
}

/* MAIN CONTENT */
#content
{
    width: 640px;
    min-height: 408px; /* for modern browsers */
    height: auto !important; /* for modern browsers */
    height: 408px; /* for IE5.x and IE6 */
}

#content > span
{
    position: absolute;
}

/* FOOTER */
#footer
{
    width: 864px;
    background-color: #fff;
    margin-top: 10px;
    border-top: solid 1px #ABA08A;
    padding: 0px;
    padding-top: 2px;
    font-size: 0.8em;
    font-family: Arial;
}

#footer a
{
    color: #ABA08A;
    font-weight: bold;
    font-size: 0.9em;
    text-decoration: none;
}

#footer ul
{
    margin-left: 0;
    padding-left: 0;
    display: inline;
    list-style-image: url(/images/keyhole_bullet.gif);
}

#footer ul li
{
    margin-left: 0;
    padding: 0 9px 0 9px;
    border-left: 1px solid #ABA08A;
    list-style: none;
    display: inline;
}


#footer ul li.first
{
    margin-left: 1;
    border-left: none;
    list-style: none;
    display: inline;
}
#copyright
{
    color: DarkRed;
    text-align: right;
    font-size: 0.7em;
    font-family: Arial;
    padding-top: 2px;
}
/*
#quote
{
    font-family: "Baskerville Old Face";
    font-size: .34in;
    padding-top: 2px;
    margin-right: 15px;    
    height:404px; 
    width: 350px;
    color: white;
    display: table;
    float: right;
    position: relative;
    line-height: 22pt;
    cursor: default;
    overflow:hidden;
}
*/
#quote
{
    font-family: "Baskerville Old Face";
    font-size: .34in;
    color: white;
    line-height: 22pt;
    cursor: default;
}
#quote #caption
{
    font-size: .17in;
    line-height: 12pt;
    padding-top:6px;
}

.dropCap {
  float: left;
  font: normal 60pt/0.8em Helvetica, Verdana, Arial, sans-serif;
  margin-right: 3px;
}

#weeklyquote
{
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
}
.newsList
{
    list-style-image: url(images/keyhole_bullet.gif);
}

.newsList li
{
    padding: 5px 10px 5px 0;
}

.newsList li a
{
    font-weight: bold;
    font-style: italic;
}

.newsList li a:hover
{
}