/*
COLOR PALETTE
-------------
#460f0a - Brown border 
#280f0a - Main text
#ffe4b5 - Light background
#eea74f - Dark background
#8c0a00 - Header dark red
#f0ffff - Footer text
*/


/* BODY
-----------------------------------------------*/
BODY { 
    background: url(images/bg.jpg);
    margin-top: 0px; }

BODY,P,TD { 
    color : #280f0a;
    font-size : 8pt;
    font-family : verdana}
    
.more {
    font-size: 9px;
}

.text2 {
    font-family: georgia,times;
    font-size: 10pt;
    line-height:160%;
}

.gray {
    color:#808080;
    line-height: 150%;
}

.footer {
    background-color: #460f0a;
    color: #f0ffff;
    font-size: 9px;
}

.quotemark {
    font-family:times;
    font-size:30pt;
    line-height: 50%;
    font-weight: bold;
    color: #8a8a8a;
} 

/* TABLE SETUP
-----------------------------------------------*/
table.nav {
    border-width: 0px 5px 0px 10px;
	border-style: solid;
	border-color: #460f0a;
}

table.nav td {
	border-width: 0px;
}


table.content {
	border-width: 0px 5px 0px 10px;
	border-style: solid;
	border-color: #460f0a;
    
    /* Light border with sand background  T R B L */
    padding: 5px 5px 10px 10px;
    background-color: #ffe4b5;
    background: url(images/sand.jpg);
}


table.contentcolumn td {
	border-width: 0px;
    border-style: solid;
	border-color: #280f0a;
    
    /* margins within the white fields T R B L */
    padding: 10px 20px 10px 20px;
    background-color: #ffffff;
}

table.contentbox td {
	border-width: 0px;
    
    /* margins within the orange box T R B L */
    padding: 10px 10px 10px 20px;
    background-color: #eea74f;
}

table.books td {
    padding: 0 0 10px 0;
}

table.seeborder td {
    border: 1px;
    border-style: solid;
}


/* CUSTOM HEADERS 
----------------------------------------- */

.header1  {
    font-size: 11px;
    color: #8d0a00;
    font-weight: bold;
}

.header2  {
    font-family:georgia,times;
    font-size: 18px;
    color: #8d0a00;
    font-weight: bold;
}


/* LINKS 
----------------------------------------- */

a.footer:link {
        color: #ffffff;
        text-decoration: none;
}

a.footer:visited {
          color: #ffffff;
          text-decoration: none;
}

a.footer:hover  { 
          color: #ffffaa;
          text-decoration: underline;
}

a.footer:active { 
          color: #ffaaaa;
          text-decoration: underline;
}
