* {
  margin:0px;
  padding:0px;
}

body {
  background-color: white;
  font-family: verdana, arial, sans-serif;
  font-size:0.95em;
  margin-top: 0px;
  margin-left: 2em;
  margin-bottom: 1em;
}

p {
  margin:0 0 0.6em 0;
}

h1, h2, h3, h4, h5, h6 {
  color:#069;
  margin:1em 0;
}

h1 {font-size:170%}
h2 {font-size:140%}
h3 {font-size:130%}
h4 {font-size:120%}
h5 {
  font-size:110%;
  color:maroon;
}
h6 {font-size:105%}

img {
  margin: 0px 0px 0px 0px;  
}

.slides {
  margin:0px 0.8em 0px 0px;
}

a:link {
  color:blue;
}
a:visited {
  color:green;
}
a:hover {
  text-decoration:none;
  background-color:yellow;
}
a:active {
  color:blue;
}

div.heading {
  font: 25px cooper black, verdana, arial, sans-serif;
  background-color: white;
  border-width: 0px 0px 4px 0px;
  border-style: solid;
  border-color: #f5f3f3;
}
div.heading h1 {
  font: 100% cooper black;

}
div.heading img {
  margin:0px 50px 1px 1px;
}

div.nav {
  background-color: white;
  border-width: 0px 8px 8px 0px;
  border-style: none;
  border-color: lightgrey;
  padding:1em 1.6em;
}

p.copyright { font-size: small }
p.copyright small { font-size: small }

p.byline {
  font-family:verdana, tahoma, sans-serif;
  font-size:0.86em;
  color:#008000;
}

.fineprint {
  font-size:0.85em;
  text-align: center;
}

.smallprint {
  font-size:0.85em;
  text-align:left;
}

table {
  font-size: 10pt; 
  border-collapse: collapse;
  border-style: none;
}

th, td {
  text-align:left;
  border-style: none;
}

th {
  background-color: #eee;
  border-style: none;
}

td {
  background-color: white;
}

.alttable {
  background-color:white;
  font-size:100%;
  width:90%;
}

.alttable caption {
  text-align:left;
  font-size:125%;
  margin-top:1em;
  font-style:bold;
  color:steelblue;
}

.alttable th {
  font-style:bold;
  background-color:#e8eff8;
  border:1px solid #edebeb;
  padding:1em 2em 1em 1em;
}
.alttable td {
  border:1px solid #edebeb;
  padding:1em 2em 1em 1em;
}

.newtable {
  background-color:white;
  font-size:100%;
  width:90%;
}

.newtable caption {
  text-align:left;
  font-size:125%;
  margin-top:1em;
  font-style:bold;
  color:steelblue;
}

.newtable th {
  font-style:bold;
  background-color:#eef6fa;
  border:1px solid #edebeb;
}
.newtable td {
  border:1px solid #edebeb;
  padding-top:3px;
  padding-bottom:3px;
}

.softline {
  height: 1px;
  color:#069;
  margin: 0.8em 2em 1em 0;
}

ol, ul, li { 
  color: #003399; 
  font-size: 0.95em;
  margin-left: 1.5em;
}
          
dt { 
  color: #003399; 
  font-size: 11pt; 
  margin-left: 2em;
  font-variant:small-caps
}
          
dd { 
  color: #003399; 
  font-size: 11pt;
  margin-left: 2em;
}

.fig { 
  color: #069; 
  font-size: 11pt
}

.example {
  color: #069;
  font-size: 1em;
  margin:1em 0em 1em 0em;  
  font-variant:small-caps
}

.equation {
  color: #069; 
  font-size: 11pt; 
  font-weight: bold;
}

div#contentarea {
  border-bottom: 1px none #069; 
}

div#column1 {
  width:180px;
  float:left; 
  padding:0 0 0 0; 
  margin:0.6em 0 0 0; 
  background-color:#fffffb;
  border:0px none #069; 
}

div#column2 {
  float:left; 
  margin:0.6em 0 0 0; 
  padding: 0 0;
}

.printout {
  padding:3px 5px 3px 35px;
  border:1px solid #98be10;
  margin-left:20px;
  margin-top:3px;
  font-family:"Courier New";
  font-size:10pt;
  background:#fff;
  width: 80%;
}

.printout p {
  margin:3px 0;
  padding:0 5px;
  background:#f7f7f5; // brown background line
}

.notepad {
  padding:3px 5px 3px -10px;
  border-left:1px solid #ff8f8f;
  margin-left:60px;
  margin-top:3;
  font-family:"Courier New";
  font-size:10pt;
  background:#fff;
  width: 80%;
}

.notepad p {
  margin:3px 0 0 -40px;
  padding:0 0 0 70px;
  border-bottom: 1px solid #a5acf6;
}

/* Alsetts clearfix method */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */