body {
	padding: 1em 1em 1em 1em;
	margin-left: 190px;
	font-family: serif;
	color: black;
	background: white;
}


:link { color: #00C; background: transparent }
:visited { color: #609; background: transparent }
a:active { color: #C00; background: transparent }

a:link img, a:visited img { border-style: none } /* no border on img links */

a img { color: white; }        /* trick to hide the border in Netscape 4 */
@media all {                   /* hide the next rule from Netscape 4 */
	a img { color: inherit; }    /* undo the color change above */
}

th, td { /* ns 4 */
	font-family: serif;
}

div.quote {

	margin-left: 4em;
	font-family: sans-serif;
	font-size: 90%;
}

h1, h2, h3, h4 { text-align: center }
h5, h6 { text-align: left }
h1 { font: 170% sans-serif }
h2 { font: bold 140% sans-serif }
h3 { font: 120% sans-serif }
h4 { font: bold 100% sans-serif }
h5 { font: bold 100% sans-serif }
h6 { font: italic 100% sans-serif }

.hide { display: none }

p.copyright { font-size: small }
p.copyright small { font-size: small }

@media screen {  /* hide from IE3 */
a[href]:hover { background: #ff8 }
a.pict[href]:hover { background: #fff }
}

pre { 
	margin-left: 4em;
	font-family: monospace;
}

dt, dd { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */
dt { font-weight: bold }

code { font-family: monospace } /* navigator 4 requires this */

ul.toc {
	list-style: disc;		/* Mac NS has problem with 'none' */
	list-style: none;
}

@media aural {  
	h1, h2, h3 { stress: 20; richness: 90 }
	.hide { speak: none }
	p.copyright { volume: x-soft; speech-rate: x-fast }
	dt { pause-before: 20% }
	pre { speak-punctuation: code } 
}

/*the navBar!*/
div.navBar {
  margin: 0;
  font-size: 100%;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  position: fixed;
  top: 1em;
  left: 0em;
  margin-left:10px;
  width: 180px;
  right: auto;
  background: #008c31;
}
div.navBar p {
  margin: 0; 
  font-family: Arial, sans-serif;
  color: black;
}

div.navBar a, div.navBar em { display: block; margin: 0 0.5em; text-align: left; }
div.navBar a:first-child { border-top: none }
div.navBar em { color: #CFC }

div.navBar a:link { text-decoration: none; color: black }
div.navBar a:visited { text-decoration: none; color: #722 }
div.navBar a:hover { background: #4a4; color: black }

img.right {
	float: right;
	margin: .5em;
}

.center { text-align: center; }

td#final { text-align:center; }

p.mainPage { font-size: 120%; text-align: center}
.rightFloat { float: right; margin-left: .5em }
div.innerTitle { font-size: 120% ; font-weight: bold }
