﻿body {
	font-family : arial, sans-serif;
	font-size : 10pt;
	background-color: #FFF;
	max-width : 1000px;
	margin-left: auto;
	margin-right: auto;
}
p {
	margin-left : 5%;
	margin-right : 5%;
}
p.NotNarrowed {
	margin-left : 0px;
	margin-right : 0px;
}
p.ImageCaption {
	text-align : right;
	font-size : 70%;
}
h1 {
	Text-Align : Right;
	Font-Size : 240%;
	padding-bottom: 10px;
	border-bottom: 2px solid #e9b06e;
	clear: both;
}
h2 {
	Text-Align : Left;
	Font-Size : 160%;
	margin-left: 0%;
}
h3 {
	Text-Align : Left;
	Font-Size : 140%;
	margin-left: 5%;
}
h4 {
	Text-Align : Left;
	Font-Size : 120%;
	margin-left: 10%;
	margin-top: 10px;
	margin-bottom: 10px;
}
h5 {
	Text-Align : Left;
	Font-Size : 110%;
	margin-left: 0%;
	margin-top: 10px;
	margin-bottom: 10px;
}
ol {
	Margin-Left : 10%;
	Margin-Right : 10%;
}
ul {
	Margin-Left : 10%;
	Margin-Right : 10%;
}
li {
	margin-top: 4px;
	margin-bottom: 2px;
}
#page{
	margin: auto;
	width: 1000px;
	position:relative;
}
.navigation {
	position: absolute;
	width: 20%;
	left:0px;
	top:20px;
	padding:20px;
	text-align: left;
	background-color: #DDD;
	border: 2px solid #e9b06e;
}
.content {
	position: absolute;
	width: 70%;
	right:0px;
	top:20px;
	padding:20px;
	background-color: white;
	text-align: left;
	overflow: auto;
}
#floatingnav {
	width: 220px;
	height: auto;
	z-index: 1;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: -50px;
	padding: 10px;
	background-color: #DDD;
	border: 2px solid #e9b06e;
}
#featured {
	margin: 0px;
	padding: 10px;
	background-color: white;
	text-align: left;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: -20px;
	overflow: auto;
	float:right;
}
a:link {
	color : #448;
	font-weight: bolder;
	text-decoration: none;
}
a:visited {
	color : #448;
	font-weight: bolder;
	text-decoration: none;
}
a:hover {
	color : #A33;
}
a:focus {
	color : #A33;
}
a:active {
	color : #000;
}
tt {
	Font-Family : "Courier New", monospace;
}
table {
	Font-Size : 10pt;
	Font-Family : Arial, Sans-Serif;
}
p.broadcrumps {
	margin-left: -50px;
	margin-right:-50px;
	text-align: right;
	padding: 5px;
	background-color: #DDD;
	border: 2px solid #e9b06e;
}
p.header {
	Text-Align : left;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	background-color: #DDD;
	border: 2px solid #e9b06e;
	margin: 0px;
	margin-left: -50px;
	margin-right: -50px;
}
p.search
{
	text-align:right;
	margin-right:-50px; 
	margin-left:10px;
	float:right; 
	padding:5px;
}
p.comment {
	background: none;
	color: #040;
	margin-left: 5%;
	margin-right: 5%;
}
p.indentedcomment {
	background: none;
	color: #040;
	margin-left: 10%;
	margin-right: 5%;
}
p.mathjax { 
	color:#040; 
	font-size: 9pt;
	margin-left: 50px;
}
ul.comment {
	color: #040;
	margin-left : 10%;
	margin-right: 10%;
	padding-left: 0px;
}
h1.title {
	Text-Align : Right;
	Font-Size : 240%;
	padding-bottom: 10px;
	border-bottom: 2px solid #e9b06e;
}
h1.comment {
	Text-Align : Right;
	Font-Size : 160%;
	padding-bottom: 10px;
	border-bottom: 2px solid #e9b06e;
}
h2.comment {
	text-align: right;
	Font-Size : 130%;
	padding-bottom: 8px;
	border-bottom: 2px solid #e9b06e;
	clear: both;
}
pre {
	margin-Left : 15%;
	Font-Family : "Courier New", monospace;
	background: #EEE;
	padding: 10px;
}
pre.comment {
	background: none;
	color: #040;
	margin-left: 7%;
}
pre.functioncomment {
	background: none;
	color: #000;
	margin-left: 5%;
}
pre.prompt {
	color: maroon;
	margin-left: 0%;
	background: #EEE;
	padding: 10px;
}
pre.output {
	color: black;
	background: none;
	margin-left: 5%;
}
pre.udf {
	color: #006;
	margin-left: 5%;
}
p.filecomment {
	Margin-Left : 5%;
	padding-bottom: 10pt;
	border-bottom: 2px solid #e9b06e;
}
pre.function {
	color: black;
	margin-left: 5%;
	padding-top: 10pt;
	padding-bottom: 10pt;
}
pre.maxima {
	color: #000;
	background: #FFF;
	margin-left: 0%;
	padding-bottom: 10pt;
}
pre.assignment {
	margin-left: 5%;
	margin-bottom: 0pt;
	margin-top: 0pt;
}
p.image {
	text-align: center;
}
img.euler {
	margin-left: 20px;
}
.command {
	color: #A20;
}
.matlab {
	color: #260;
}
