/*_bfmc.css 20080809*/


#boxcontents{
    border:solid 0.1em;
    width:65%;
    padding:0 0 0.4em 0.4em;
    }

.pagecontents{
    line-height:1.5em;
    }
.leftindex {
    width:15%;
    }
.centerleft {
    width:35%;
    }
.centerright {
    width:15%;
    }
.rightindex {
    width:35%;
    height:150px;
    }
.leftindex, .centerleft, .centerright, .rightindex {
    float:left;
    padding-bottom:10px;
    }
/*
** text around book covers
*/
div.floatbooks img{
    float:left;
    padding-right:1em;
    margin-top:1em;
    }
/*
** main contents
*/
ul#h-mainmenu li{
    margin-left:0;
    text-align:left;
    }
/*
** used three times
*/
.w100border{
    width:100%;
    border:solid;
    }
.w100{
    width:100%;
    }
.w100left{
    width:100%;
    text-align:left;
    }
/*
** remove borders
*/
img{
    border:0;
    }
/*
**setting for general layout and background
*/
body{
    background-image:url(images/J-P_chalk_traditional90-90.jpg);
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:10pt;
    line-height:12pt;
    color:#000000;
    text-align:center;
    margin:5px 0px 0px 5px;
    }
p {
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;    

    font-size:1em;
    line-height:1.5em;
    margin-top:0;
    margin-bottom:0;
    text-align:left;
    }
li {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:0.9em;
    line-height:1.3em;
    margin-top:0;
    margin-bottom:0;
    margin-left:2em;
    text-align:left;
    }
h1{
    color:red;
    font-size:1.3em;
    line-height:1.4em;
    margin:0px 10px 10px 10px;
    padding-top:10px;
    }
h2{
    color:green;
    font-size:1.2em;
    line-height:1.3em;
    }
h3{
    color:blue;
    font-size:1.1em;
    line-height:1.2em;
    }
.left{
    text-align:left;
    }

.blue {
    color:#0000ff;
    }
.black {
    color:#000000;
    }
.cyan{
    color:#33FFFF;
    }
.green{
    color: #009933;
    }
.red{
    color: #ff0000;
    }
.blue, .black, .cyan, .green, .red {
    font-weight:bold;
    display:inline;
    }

