﻿body
{
    border: thin solid #C0C0C0;
    background: #FFFFFF;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: small;
    color: #cccccc;
    width: 900px;
    margin-left: 40px;
}

a:link
{
    color: #DDDDDD;
    text-decoration: none;
}

a:visited
{
    color: #DDDDDD;
    text-decoration: none;
}

a:active
{
    color: #d0d0d0;
    text-decoration: underline;
}

a:hover
{
    color: #dddddd;
    text-decoration: underline;
}

div.masthead
{
    background-position: right;
    border-color: #C0C0C0;
    border-width: thin;
    background: white;
    color: Black;
    height: 175px;
    width: 100%;
    font-family: 'Century Schoolbook' , Times, serif;
    font-size: large;
    font-weight: bold;
    text-align: left;
    border-bottom-style: solid;
    margin: 0px;
    text-indent: 240px;
    background-image: url(    'images/whitetosilver.png' );
    background-repeat: repeat-y;
}

div.masthead h1
{
    line-height: 2ex;
    padding-top: 60px;
}
div.masthead h2
{
    color: #800000;
}

div.topmenu
{
    height: 35px;
    width: 100%;
    border-color: #C0C0C0;
    border-color: #C0C0C0;
    border-width: thin;
    border-bottom-style: solid;
    vertical-align: middle;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0;
    background-image: url(    'images/redtogray.png' );
    background-repeat: repeat-x;
    background-color: #800000;
    font-weight: bold;
}

div.topmenu ul
{
    padding-left: 210px;
}

div.topmenu li
{
    list-style-type: none;
    list-style-position: outside;
    display: inline;
    padding-right: 1em;
    padding-top: 4px;
}

div.topmenu a:link, a:visited, a:active, a:hover
{
    color: #DDDDDD;
}

div.sidebar
{
    padding: 40px 10px 10px 10px;
    color: #dddddd;
    width: 191px;
    z-index: 10;
    position: absolute;
    top: 230px;
    left: 54px;
    height: 280px;
}

div.sidebar p
{
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 2px;
}

div.sidebar ul
{
    padding: 0px 0px 0px 1em;
    margin: 0px 0px 2px 0px;
    list-style-type: none;
    list-style-position: outside;
    display: run-in;
}

div.sidebar a:link, a:visited, a:active, a:hover
{
    color: #dddddd;
}
div.content
{
    position: relative;
    top: 0px;
    padding: 10px 10px 10px 220px;
    background: #800000;
    color: #eeeeee;
    left: 0px;
    text-align: left;
    background-image: url(      'images/red-black-stripe.gif' );
    background-repeat: repeat;
}

div.content h1
{
    color: #cccccc;
    border-bottom-style: dashed;
    border-bottom-width: thin;
    border-bottom-color: #800000;
    padding-bottom: .5em;
}

table.definition
{
    margin: 5px;
    padding: 10px;
    border: medium solid #800000;
    table-layout: fixed;
    width: 620px;
}

span.triptych
{
    text-align: center;
    white-space: nowrap;
}

span.example
{
    margin: 50px;
    text-align: center;
    white-space: nowrap;
}

td.terminology
{
    font-weight: bold;
    width: 150px;
    vertical-align: top;
}

td.mainentry
{
    font-weight: bold;
    color: #800000;
}
td.mainentry a:link, a:active
{
    color: #880000;
    text-decoration: underline;
}

td.mainentry a:active a:hover
{
    font-weight: bold;
    color: #800000;
}


td.partofspeach
{
    font-style: italic;
}

div.content img
{
    border: 10px solid #FFFFFF;
    padding: 0px;
    margin: 2px; /* display: block; */
    text-align: center;
}

div.footer
{
    background-position: right;
    border-width: thin;
    border-color: #C0C0C0;
    background: white;
    height: 90px;
    text-align: center;
    display: block;
    position: static;
    border-top-style: solid;
    vertical-align: middle;
    background-image: url(    'images/whitetosilver.png' );
    background-repeat: repeat-y;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #666666;
}

div.footer a:visited
{
    color: #333333;
}

div.footer a:link
{
    color: #333333;
}

div.logo
{
    z-index: 20;
    top: 20px;
    left: 30px;
    position: absolute; /* background-image: url( 'together_240.gif' );      background-repeat: no-repeat; */
}

.floater
{
    float: left;
    border: 0px none;
    margin-left: 5px;
    margin-top: 2px;
}

blockquote {

margin : 15px;
padding : 0 0 10px 30px;
background : url('images/blockquote.png') no-repeat 0 0;
}

blockquote p {

margin : 1em 2em 0 0;

}

.colorred a:link
{
    color  : #800000;
    text-decoration : underline ;
}