* {
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    font-family: verdana, arial, sans-serif;
    font-size: 100%;
}

body {
    padding-top: 0.5em;
    font-size: 1em;
}

A { color: blue }
A:visited { color: 333333 }
A:active { color: white }
A:hover { color: red }

table {
    margin: 0.1em;
}

td,th {
    margin: 0.1em;
    padding: 0.1em;
    font-size: 1em;
}

td#navmenu-cell {
    width: 160px;
    background-color: #eeeeff;
}

@media handheld,only screen and (max-device-width:480px) {
td#navmenu-cell {
    width: 120px;
}
}

div#navmenu {
    padding: 0;
    margin: 0;
    font-size: 0.7em;
    border-width: 0;
    border-style: solid;
    border-bottom-width: 1px;
    border-color: black;
    width: 100%;
}

div#navmenu ul {
    /* margin-left: 0.2em; */
}

div#navmenu ul li {
    width: 100%;
    padding-left: 0.2em;
}

/* draw a box around the menu */
div#navmenu>ul {
/*
    border-width: 1px;
    border-style: solid;
    border-color: black;
*/
}

/* eliminate the top border of the first item */
div#navmenu>ul>li:first-child {
    /* border-width: 0; */
}

/* leave cursor and color for the associated classes */
div#navmenu li {
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    list-style-type: none;
    border-width: 0;
    border-style: solid;
    border-top-width: 1px;
    border-color: black;
}

.navmenu-li {
    background-color: #eeeeff;
    cursor: default;
}

.navmenu-li-hover {
    background-color: #ddd;
    cursor: pointer;
}

div#navmenu li.navmenu-li-group {
    font-size: 1em;
    font-weight: bold;
    line-height: 2em;
    border-top-width: 2px;
    background-color: #eeeeff;
    cursor: default;
}

div#navmenu li.navmenu-li-group-hover {
    font-size: 1em;
    font-weight: bold;
    line-height: 2em;
    border-top-width: 2px;
    background-color: #ddd;
    cursor: pointer;
}

div#navmenu * li a {
    text-decoration: none;
}

li span {
    border-width: 0;
    border-bottom-width: 1px;
    border-color: black;
    border-style: solid;
}

div#content {
    margin: 0 1em 0 0.25em;
    font-size: 0.8em;
}

div#content * {
    margin: 0;
}

div#content .h0 {
    font-size: 1.3em;
    font-weight: bold;
    background-color: #aaaaff;
    padding: 0 0.2em;
}

/* title */
div#content h1 {
    font-size: 1.3em;
    font-weight: bold;
    background-color: ffff77;
    padding: 0 0.2em;
}

div#content h2 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 1em 0 0 0;
    padding-top: 0.1em;
    background-color: #eeeeee;
}

div#content span.emphasis {
    font-weight: bold;
}

div#content p {
    margin: 0em 2em 1em 0;
}

div#content ul {
    margin: 0 0 0 1.25em;
}

.quote {
    margin: 0.5em 0;
    font-family: serif;
    font-size: 0.75em;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    background-color: eeeeff;
}

div#section-nav {
    margin: 0.3em 0 1em 0;
    padding-bottom: 0.75em;
    width: 40%;
    position: relative;
}

@media handheld,only screen and (max-device-width:480px) {
    div#section-nav {
        width:auto;
    }
}

div#section-nav span {
   width: 50%;
}

div#section-nav a {
    font-size: 0.75em;
}

div#section-nav img {
    padding-left: 0.3em;
    padding-right: 0.3em;
}

span.section-nav-rspan {
    position: absolute; 
    right: 5px;
    text-align: right;
}

.ttlSubtext {
    font-family: serif;
    font-size: 1em;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    background-color: #eeeeff;
    margin: 0.5em 0.2em 0.5em 0.2em;
    padding:  0 0.2em 0 0.2em;
}

div#readings {
}

div#readings h1 {
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    text-transform: capitalize;
    background-color: white;
    margin: 0.1em 0 0;
    padding-bottom: 0.1em;
}

div#readings li {
    margin: 0 0 0 2em;
}

.actionSubtext {
    font-size: 0.9em;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    background-color: #ffdddd;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    padding-left: 0.1em;
}

    dt {
       text-indent: 3em;
    }

/*
    p {
	font-family: serif;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
    }

    .body {
	font-family: serif;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
    }
*/

    .footnote {
        font-family: serif;
	font-size: 80%;
	font-weight: normal;
	text-decoration: none;
    }

    .ftrSite {
        font-family: serif;
	font-size: 80%;
	font-weight: lighter;
	text-decoration: none;
    }

    .heading1 {
        font-family: serif;
	font-size: 125%;
	font-weight: bold;
	text-decoration: none;
    }

    .heading2 {
        font-family: serif;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
    }

    .sectionHeading {
        padding-top: 10px;
	font-weight: bold;
        text-decoration: underline;
    }

    .hdgBook {
        font-family: serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
    }

    .hdgSummary {
        font-family: serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
    }

    .ttlBook {
        font-family: serif;
	font-size: 100%;
	font-weight: normal;
	/* text-decoration: underline; */
    }

    .bdyBook {
        font-family: serif;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
        display:inline;
    }

    .navlink {
        font-family: serif;
	font-size: 80%;
	font-weight: normal;
        background-color: ffff77;
    }

    .superscript {
        font-size: 60%;
        vertical-align: super;
    }

    .toc {
        font-family: serif;
	font-size: 100%;
	font-weight: bold;
    }

    .toc1 {
        font-family: serif;
	font-size: 80%;
	font-weight: normal;
    }

    .footer {
        font-family: serif;
	font-size: 75%;
	font-weight: normal;
    }
