html {
	font-family: Veranda, sans-serif;
	font-size: 10pt;
	overflow-y: scroll;
}

body {
    background-image: url(img/qb-backg.jpeg);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

h1 {
    text-shadow: #888 2px 1px 4px;
}
div.outline-2 h2 {
    background-color: #e5e5f5;
    padding-left: 0.2em;
    text-shadow: #fff 0px 1px 1px;
}

code {
 font-family: Courier;
}

th, td {
    font-size: 10pt;
}

a:link {
    color:blue;
    text-decoration:none;
}
a:visited {
 color:blue;
 text-decoration:none;
}
a:focus {
 color:CornflowerBlue;
 text-decoration:underline;
}
a:hover {
 color:CornflowerBlue;
 text-decoration:underline;
}
a:active {
 color:LightBlue;
 text-decoration:underline;
}

img#logo {
    float: left;
    position: absolute;
    top: 5px;
}

div#content > p {
    margin-left: 16em;
    text-align: justify;
}

div#content > ul {
    margin-left: 16em;
}

div#navb {
	float: right;
	width: 25%;
	margin-top: 3em;
	margin-left: 1.5em;
	margin-bottom: 1em;
	color: #f0f0ff;
	background-color: #202240;
	padding: 0.5em;
	box-shadow: #555 2px 1px 2px;
}

div#navb h2 {
	margin: 0;
	font-size: 100%;
}

div#navb ul {
	margin: 2px;
}

div#navb li {
	margin-left: -2.3em;
	font-size: 90%;
	font-weight: bold;
	color:silver;
}

div#navb a:link {
    color:silver;
    text-decoration:none;
}
div#navb a:visited {
 color:silver;
 text-decoration:none;
}
div#navb a:focus {
 color:white;
 text-decoration:none;
}
div#navb a:hover {
 color:white;
 text-decoration:none;
}
div#navb a:active {
 color:LightBlue;
 text-decoration:none;
}

div#table-of-contents {
	position: fixed;
	top: 1em;
 	width: 17em;
	height: 63%;
	overflow: auto;
	margin-top: 105px;
	padding-left: 1em;
	padding-right: 1em;
	font-size: 80%;
	text-shadow: #333 3px 2px 4px;
}

div#table-of-contents li {
	margin-left: -2.7em;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	font-weight: bold;
}

div#table-of-contents a:link {
    color:black;
    text-decoration:none;
}
div#table-of-contents a:visited {
 color:black;
 text-decoration:none;
}
div#table-of-contents a:focus {
 color:CornflowerBlue;
 text-decoration:underline;
 text-shadow:none;
}
div#table-of-contents a:hover {
 color:CornflowerBlue;
 text-decoration:none;
 text-shadow:none;
}
div#table-of-contents a:active {
 color:LightBlue;
 text-decoration:none;
 text-shadow:none;
}

div.outline-2 {
    margin-left: 16em;
    text-align: justify;
}

div#footnotes {
    margin-top: 1em;
    margin-left: 16em;
    border-top: 1px solid #aaa;
    border-left: 1px solid #ccc;
    border-right: 1px solid #eee;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    background-color: #dde;
    color: #555;
}

div#postamble {
    margin-left: 16em;
    color: #aaa;
    text-align: right;
}
div#postamble p {
	margin-top: 0;
	margin-bottom: 0;
}
div#postamble a:link {
    color:#aaa;
    text-decoration:none;
}
div#postamble a:visited {
 color:silver;
 text-decoration:none;
}
div#postamble a:focus {
 color:silver;
 text-decoration:none;
}
div#postamble a:hover {
 color:silver;
 text-decoration:none;
}
div#postamble a:active {
 color:silver;
 text-decoration:none;
}
