/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 4 Oct 2021, 17:47:27
    Author     : mckillnm
*/


.handbookImage {
    position: relative;
    font-size: 10pt;
    margin: 10pt 10pt 40px 10pt;
}

.handbookNav ul {
    list-style: none;
    margin:0;
    padding:0;
}

.handbookNav ul li {
    list-style: none;
    margin:5px 0;
}

.handbookImage img {
    width: 100%;
}

.handbookImageCaption {
    font-family: arial,verdana,sans-serif;
    left: 0;
    background-color: #000;
    color: #FFF;
    opacity: 0.85;
    width: 100%;
    padding: 8pt;
    margin: 0;
}

.handbookStyle p {
    font-size:12pt;
}

.handbookStyle h1 {
    margin-bottom: 15px;
}

.handbookStyle h2 {
    margin-bottom: 15px;
    background: none;
    padding-bottom:5px;
    border-bottom: 1px solid #888;
    color: #000;
    text-align: left;
}
