﻿body, html
{
    padding: 0;
    margin: 0; 
    background:#EBE1D2;
}
a:link
{
    color: #663300;
    text-decoration: underline;
}
a:hover
{
    color: #d59275;
    text-decoration: none; 
    font-weight:normal;
}
a:visited
{
    color: #8A6362;
    text-decoration: underline;
}

#banner
{
     width:900px; 
     /*border: 1px solid gray;  */
     border-bottom:none;
     margin: auto; 
     clear:both;
    }
#content
{
    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; 
    /*border-bottom:10px solid #595F46;*/
}
#content .title
{
    text-align:left; 
    clear:both; 
    margin:10px 0 5px 20px; 
    padding:2px 0 0px 5px;
    border-left:8px solid #78805F; 
    border-bottom:1px solid #78805F;  
    height:35px; 
    font-size:12pt; 
    line-height:180%; 
    font-weight:bold; 
    letter-spacing:2px; 
    color:#554400;
}
#content p
{
    font-size: 12pt;
    color: #3e4024;
    line-height: 180%;
    padding: 0 10px 5px 30px;
}

#content .table
{
    clear: both;
    margin: 20px 10px 10px 10px;
    padding: 0 5px 0 5px;
    width: 850px;
    text-align: center;
}

#content .table .books
{
    width: 166px;
    margin: 10px 2px 5px 2px;
    float: left;
    text-align: center;
    line-height: 190%;
    color: Black;
    font-size: 10pt;
}
#content .table .books .btitle
{
    line-height: 190%;
    font-size: 10pt; 
    font-weight:bold;
}
#content .table .books .imp
{
    font-size: 11pt;
    color: Red;
    font-weight: bold;
}
#content .table .books .des
{
    text-align:left;
    line-height: 190%;
    color: #213544;
    font-size: 10pt;
    margin: 5px 15px 10px 25px;
    font-weight: bold;
}
    /*#content .hr
{
    clear:both; 
border-top:1px solid #213443;
    margin:0 0 5px 20px; 
}*/
#content .gotop
{
    clear: both; 
    text-align:right;
    margin: 0 10px 10px 10px;
    padding: 20px 25px 0 0;
    width: 850px; 
    font-size:10pt;
}
#content .gotop a:link
{
    color:#003869; 
    text-decoration:underline;
}
#content .gotop a:hover
{
    color:Red; 
    text-decoration:none;
}
#content .gotop a:visited
{
    color:#003869; 
    text-decoration:underline;
}
#footer
{
    clear: both;
    font-size: 11pt;
    line-height: 200%;
    letter-spacing: 1px;
    background: #FFD900;
    color: #554400;
    font-weight: bold;
    text-align: center;
    border-bottom: 8px solid #554400;
    font-family: Arial;
    padding:0;
}
#footer .imp
{
    font-size: 12pt;
    color: Red;
}
