/* CSS Document */
/******* for all browsers except IE *******/

body {background-image:url(images/bkgd.gif)}
p { 
	clear:both; 
	margin-left: 15px; 
	margin-right: 15px; 
	text-align:justify; 
}

table.center {
	margin-left:auto; 
	margin-right:auto;
}
td a { text-decoration:none; font-size:10px; }

.spacer {clear: inherit }
.para { clear:left; text-align:left; margin: 20px 5% 0 15px; }

.copyright { 
	text-align:center; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color:#333333;
	margin: 1em auto;
	padding-bottom:10px;
}

/* body tag */
body{
  margin:0;
  border:0;
  padding:0;
  height:100%; 
  max-height:100%; 
  background:#eee; 
  font-family:arial, verdana, sans-serif; 
  font-size:76%;
  overflow: hidden; 
}

h1, h2 {
 	font-family:Arial, Helvetica, sans-serif;
	color:black;
 }  

.header {
	position:absolute; 
	top:0; 
	left:0; 
	width:100%; 
	height:90px; 
	color:#600;
	text-align:center; background:#edb; padding: 4px;  
}
  
.mosaic {
	position:absolute;
	top:66px;
	left:0;
	width:100%;
	height:23px;
 	background-image:url(images/mosaic2.jpg);
}
  
.footer {
	position:absolute; 
	bottom:0; 
	left:0;
	width:100%; 
	height:50px; 
	text-align:center; 
	background:#edb;
  }

.contents {
	position:fixed;	/* Internet Explorer doesn't understand position:fixed */
	top:90px;
	left:0;
	bottom:40px; 
	right:0; 
	background:#ffe;
  } 
  
.menubar {
	position:fixed;	/* Internet Explorer doesn't understand position:fixed */
	top:90px;
	left:0;
	right: 140px;
	bottom: 40px;
	background:#C96;
}

.toc	
{	background-color:#c96;
	width:124px;
	left: 2px;
	border-left: solid 1px black;
/*	border-bottom: solid 1px black;*/
	margin-bottom: 5em;
	margin-top:2px;
}

.toc a:link, .toc a:visited
{   background-color: #c63;
    border-bottom: #303 solid 1px;
    border-right:#303 solid 1px;
    border-left: #fcc solid 1px;
    border-top:#fcc solid 1px;
    color:white;
    font-family:arial,helvetica,sans-serif;
    font-size:12px;
    font-weight:bold;
    letter-spacing: .5pt;
    padding:2px;
	padding-left: 3px;
    text-decoration:none;
    width:145px;
	display: block;
}

.toc a:hover
{   background-color:#633;}

/* depress effect on click */
.toc a:active, a:focus 
{   border-bottom:#99ccff solid 1px;
    border-left:#003399 solid 2px;
    border-right:#99ccff solid 1px;
    border-top:#003399 solid 1px;
    letter-spacing: .3pt;
    width:145px;
}

.narr {
	position:fixed;
	top: 90px;
	left:155px;
	right: 0;
	background:#ffe;
	overflow: auto;
    bottom:40px; 
	line-height: 1.6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.ender {
	text-align: center;    /* centers inline paragraphs */
	margin-left: auto;
	margin-right: auto;
	background-color: #ffe;
	padding: 0 0 1em 0;
}
.ender p {
	display: inline;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:red;
}