body {
    font-family: sans-serif;
    font-size: 10pt;
    padding: 0;
    margin: 0;
    border: none;
    color: black;
	background: white;
}


div#mainbox {
    border-right: 3px solid green;
    padding: 20px;
    margin: 0 200px 0 0;
}

div#menubox {
    float: right;
    width: 190px;
    padding: 0px 5px;
}

div#menubox ul {
    padding: 5px 0px;
    margin: 0px;
    list-style-position: inside;
    list-style-type: disc;
    color: green;
}

div#titlebox {
    text-align: center;
    padding: 5px;
    background-image: url(../../../../images/BearDwarf.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    min-height: 90px;
}

ul#menu {
    margin: 0;
    padding: 2px 3px;
    text-align: right;
    border-top: 3px solid green;
    border-bottom: 3px solid green;
}

ul#menu li { 
    display: inline;
    padding: 3px;
    margin: 0;
}

ul#menu a {
    text-decoration: none;
}













a {
    color: green;
    text-decoration: none;
}

a:visited {
    color: olive;
}

h3 {
    font-size: 12pt;
    border-bottom: 2px solid green;
}

h4 {
    font-size: 10pt;
    border-bottom: 1px solid green;
}

p.equation {
	padding: 3px;
	padding-left: 3em;
}

p.equation span.eqnum {
	float: left;
	padding-right: 3em;
}

table.figure {
	caption-side: bottom;
	width: auto;
	text-align: center;
	margin: 1em;
}

