* {
  margin:0px;
  padding:0px;
}

body {
  background-color:#fff;
  font-family:verdana, arial, sans-serif;
  font-size:100%;
  margin-left: 2em;
  margin-bottom: 1em;
}

p {
  margin:0.8em 1em 0.8em 0;
}

h1, h2, h3, h4, h5, h6 {
  color:#069;
  margin:1em 0;
}

h1 {font-size:1.7em}
h2 {font-size:1.4em}
h3 {font-size:1.3em}
h4 {font-size:1.2em}
h5 {font-size:1.1em}
h6 {font-size:1.1em}

a:link {
  color:blue;
}
a:visited {
  color:green;
}
a:hover {
  text-decoration:none;
  background-color:yellow;
}
a:active {
  color:blue;
}

div.heading { 
  background-color:#f5f9fb;
  margin: 5px 25px 2px 1px;
  border:0px none #eec;
}
div.heading h1 {
  font-size:200%;
  padding-left:1em;
}
div.heading img {
  margin:1px 50px 1px 1px;
}

div.nav {
  margin:1px 10px 1px 20px;
}

p.copyright { font-size: small }
p.copyright small { font-size: small }

p.byline {
  font-family:cursive;
  font-size:0.85em;
  color:#008000;
}

p.fineprint {
  font-size:0.76em;
  text-align:left;
}

table {
  font-size: 10pt; 
  border-collapse: collapse;
  spacing: 0;
  padding: 2px;
  border:none;
}

th, td {
  text-align:left;
  spacing: 2px;
  padding: 2px;
  border: 1px solid #e3f0f7;
}

th {
  background-color: #cfe1eb;
}

td {
  background-color: #f3f8fb;
}

hr {
  height: 1px;
  color:#069;
  margin: 0.8em 2em 1em 0;
}

ol, ul { 
  color: #003399; 
  font-size: 11pt;
  margin-left: 4em;
}
          
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;
  font-variant:small-caps
}

.equation {
  color: #069; 
  font-size: 11pt; 
  font-weight: bold;
}

img.shadowed {
  margin:1px 2px 1px 2px;
  border-right: 5px solid #f7fafc; 
  border-bottom: 5px solid #f7fafc; 
}

div#contentarea {
  border-bottom: 1px none #069; 
}

div#column1 {
  width:220px;
  float:left; 
  padding:0 0 0 0; 
  margin:0.6em 0 0 0; 
  background-color:#fffffb;
  border:0px none #069;
  font-size:0.74em;
}

div#column2 {
  float:left; 
  margin:0.6em 0 0 0; 
  padding: 0 0;
}

/* 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 \*/
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */