ul { list-style: none; }
* { font-family: 'Helvetica'; }

div.leftPane {
    float: left;
    /*margin: auto 50px 0 auto;*/
    padding-right: 20px;
    border-right: 1px solid #cccccc;
}

div.content {
    width: 700px;
    margin: 30px auto 40px auto;
    text-align: justify;
    min-height: 700px;
}

h2, h3, h4 {
    text-align: center;
}

.chaptertitle { font-weight: normal; }

a {color: #0099ff;}
a:hover {color: #66ccff;}

.header a img {
    border: none;
}

.search {
    /*background-image: url(../images/list-m.jpg);
    height: 80px;*/
    width: 400px;
    padding: 10px;
}

.search p {
    margin-top: 0;
    color: white;
    font-size: larger;
    font-weight: bold;
    /*text-align: center;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;*/
}

h4.clckbl {
    margin: 0;
    padding: 0;
    display: inline;
    color: #0099ff;
    cursor: pointer;
}

.article ul { padding: 0; }
.article ul ul { padding-left: 20px; }

.artlist { list-style: none; }
.artlist li { margin: 10px 0 0 0; }


ul.no { font-size: 11pt; padding-left: 0 !important; list-style: none !important;}
ul.ex { font-size: 10pt; padding-left: 0 !important; list-style: none !important;}

div.list { width: 410px;}
div.list a { font-weight: bold; }
div.list img { border: none; }
div.list ul { padding-left: 15px; }
div.list li { margin: 5px 0; }

.footnotes { border-top: 1px solid #cecece; font-size: smaller; margin-bottom: 10px;}
.footnotes p { margin: 0; margin-top: 2px;}
.recom { text-align: center; }

.footer {
    font-size: small;
    border-top: 1px solid #cecece;
    margin: 60px 0 30px 0;
    text-align: center;
}

.emph {
    background-color: yellow;
}

.glossary {
    padding-left: 20px; 
    text-indent: -20px;
}

.right {
    float: right;
}

table td {
    padding-right: 20px;
}

.dates td:first-child {
    text-align: right;
}