﻿body, html
{
    padding: 0;
    margin: 0; 
    background:#002117;
}
a:link
{
    color: #663300;
    text-decoration: underline;
}
a:hover
{
    color: #d59275;
    text-decoration: none;
}
a:visited
{
    color: #8A6362;
    text-decoration: underline;
}

#banner
{
     width:900px; 
     height:70px;
     border: 1px solid gray; 
     margin: auto; 
     clear:both;
    }
#container
{
    width: 880px;
    height: auto;
    margin: auto;
    padding: 10px 10px 0 10px;
    text-align: left;
    border: 1px solid gray; 
    border-top:none; 
    background:white; 
    font-family:Arial;
}
#leftarticle
{
    width: 670px;
    float: left;
    padding: 0;
    margin: 0 10px 20px 10px;
    font-size: 11pt;
    color: #3e4024;
    line-height: 180%;
    font-weight: normal;
    border: 1px solid gray;
}
#leftarticle h2
{
    font-size: 13pt;
    color: #2E4A5F;
    line-height: 220%;
    font-weight: bold;
    padding: 5px 10px 10px 20px; 
    text-decoration:underline;
}
#leftarticle p
{
    font-size: 11pt;
    color: #3e4024;
    line-height: 180%;
    padding: 5px 10px 10px 20px;
    font-weight: normal;
}
#leftarticle .small
{
    font-size: 10pt;
    color: #666666;
    line-height: 190%;
    margin: 0px 10px 15px 10px;
    font-family: Arial;
    text-align: right;
    font-weight: bold;
}

#righlink
{
    float: left;
    padding: 0;
    margin: 0 0 0 5px;
    font-family: Arial;
    width: 175px;
}
#righlink .entry
{
    padding: 10px 0 10px 0;
    font-size: 11pt;
    line-height: 190%;
    color: #666666;
    text-align: center;
    border: 1px solid gray;
    font-weight: bold;
}
.highlight
{
    clear: both;
    font-size: 12pt;
    margin: 0 10px 10px 10px;
    line-height: 200%;
    text-indent: 5px;
    letter-spacing: 1px;
    background: #FFD900;
    color: #554400;
    font-weight: bold; 
    font-family:Arial;
}
.highlight .imp
{
    font-size: 13pt;
    color: Red;
    font-weight: bold;
}
#table
{
    clear: both;
    margin: 0 10px 10px 10px;
    padding: 0 5px 0 5px;
    width: 850px;
    text-align: center;
    font-family: Arial;
}

#table .books
{
    width: 166px;
    margin: 2px;
    float: left;
    text-align: center;
    line-height: 190%;
    color: Black;
    font-size: 10pt;
}
#table .books .title
{
    width: 160px;
    margin: 3px;
    float: left;
    text-align: center;
    line-height: 190%;
    border: 1px dashed #3F4432;
    color: #CB3D6C;
    font-size: 11pt;
}
#table .books .imp
{
    font-size: 12pt;
    color: Red;
    font-weight: bold;
}
#table .books .des
{
    text-align:left;
    line-height: 190%;
    color: #3C3100;
    font-size: 10pt;
    margin: 5px 10px 10px 15px;
    font-weight: bold;
}
#footer
{
    clear: both;
    font-size: 11pt;
    margin: 10px;
    line-height: 200%;
    letter-spacing: 1px;
    background: #FFD900;
    color: #554400;
    font-weight: bold;
    text-align: center;
    border-bottom: 8px solid #554400;
    font-family: Arial;
}
#footer .imp
{
    font-size: 12pt;
    color: Red;
}
