/* containers for ELM and DEL */
body {
 background-color: rgb(255, 255, 239);
 text-align:center;
}
/* for ELM course-level; DEL Archives */
div#sitecontainer { 
	width: 720px;
	margin: 20px auto;
	position: relative;
}

body#elmbody div#sitecontainer {
	width: 600px;
	margin: 0 auto;
	text-align: center;
}

div#delWrapper { /* for index pages, UserGuide */
	width: 600px;
	margin: 0 auto;
	text-align: center;
}

div#headtitle {
  text-align: center;
}
div#headtitle h1 {
  height: 50px; line-height: 45px;
  font-size: 30px; margin: 0; padding: 0;
}

/* delText
  ================================== */

iframe#delText {
	  position: absolute; top: 0; width: 78%; right: 5px; height:680px;
	  background-color: #FFFF66;

}
#delText  {text-align: left; padding-top: 10px;}
#delText > h2 {
  padding: 5px 0; margin:0;
}
#delText > h3 {
  padding: 0; margin:0 0 0 10px;
}
#delText > p {
  padding: 5px 0; margin:0;
}
#delText  li {
  padding: 0; margin: 0 0 3px 15px;
}

span.deltermdef {font-weight: 600; font-style: italic;}
/* #delText  {padding-left: 20px;} #delText h2 {margin-left: -20px;}*/

/* toc 
  ================================== */

  #toc {
    position: fixed; float: left;
    top: 50px; left: 10px;
    height:auto; width:150px;
    background-color: #DAE6E6;
    border: solid 2px maroon; 
  }
  #toc ul, toc li {
    text-decoration: none; 
    list-style-type: none; 
    margin:0; padding:0;
 }  
  
  #toc a.atoc.ex:link, #toc a.atoc.ex:visited  {
    background-color: #FFCC99; 
    border-top:0;
  }
#toc a.noshow {display:none;}

#toc a.atoc:link, #toc a.atoc:visited {
    display: block;
    text-decoration: none;
    width: 150px;
    height: 30px;
    line-height: 30px;
    color: #000;
    text-decoration: none;
    font-variant: small-caps; font-weight: 600;
    font-size: 14px;
    text-indent: 10px;
    border-bottom: solid 1px #369;
  }
  
  #toc a.atoc:hover {
   background-color: #369;
   color: #fff;
  }
  #toc a.atoc.ex:hover {
   background-color: #369;
   color: #fff;
  }

/* MAP image floated right
  ================================== */

  #imgRight {
    position: relative; float: right; 
    margin-right: -190px; 
    padding: 0;
    border: solid 1px maroon; 
    text-align: center;
  }
  
  #imgRight > p {
    margin:0;padding:0; background-color:#ffffef; 
    color: #CC0033; font-weight: 600;
    border-top: 0; 
    border-right: solid 1px maroon;
    border-bottom: solid 1px maroon;
    border-left: solid 1px maroon;
  }

/* nav 1; check class="nav" */

div#nav1 ul, div#nav1 li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#nav1 {
	width: 100%;
	position: relative;
	height: 4%;
	line-height: 25px;
	text-align: center; /* new aug 5 */
  list-style: none;
  background-color:#999;
}

	div#nav1 ul ul {
		width: 100%;
	}

	div#nav1 li {
		float: left;
		width: 110px;
	}
	
	div#nav1 li li {
		float: none;
		width: auto;
		text-indent: 10px;
		padding-bottom: 0;
	}

/*** nav1 li first, to center nav1 ***/
	div#nav1 li.first.five600 {
		margin-left: 25px;
	}
	div#nav1 li.first.five720 {
		margin-left: 85px;
	}	
	div#nav1 li.first.six720 {
		margin-left: 30px;
	}	

/*** div menutree styles */

ul.menutree a {
	text-decoration: none;
}

div#nav1 ul.menutree  {
	margin-left: 0px;
}

ul.menutree ul {
	display: none;
	position: absolute;
}

ul.menutree ul.foldOut {
	display: block;
}

ul.menutree li {
	position: relative;
}

ul.menutree li.highlight {
	z-index: 10;
}

div#nav1 ul.menutree ul {
	top: 24px;
	left: 0;
}

div#nav1 ul.menutree ul ul {
	top: 10px;
	left: 100px;
}

div#nav1 a, div#nav2 a {
	display: block;
}
	
/*** nav2
*************************************/
 
div#nav2 {
	clear: both;
	width: 150px;
	height: 350px;
	float: left;
	margin:10px 0 0 0; padding:0;
	line-height: 30px;
        background-color: #DAE6E6;
	border-left: 4px solid #009DDC; 
	border-top: 4px solid #009DDC; 
	border-bottom: 4px solid #009DDC; 
}

#nav2ul {
    text-decoration: none;
	margin: 0; padding: 30px 0 0 0;
    }
#nav2ul li {
	margin: 0; padding: 0;
    	background-color: #DAE6E6; 
    	border-top:0;
    text-decoration: none;
    list-style-type: none; 
    border-bottom: solid 1px #369;
}

#nav2ul a:link, #nav2ul a:visited {
    display: block;
    width: 150px;
    height: 30px;
    line-height: 30px;
    color: #000;
    text-decoration: none;
    font-variant: small-caps; font-weight: 600;
    font-size: 14px;
    background-color: #DAE6E6; 
 }
  

#nav2ul a:hover {
   background-color: #369;
   color: #fff;
}

	
/* shared by ELM and archive-level in DEL 
	margin: 10px 0 0 0;
	padding: 0 0 24px 0;
****/

div#main {
	width: 560px;
	height: 350px;
	margin:10px 0 0 0; padding:0;
	
	float: left;
}

	div#mainContent  p {
	  margin: 0 0 5px 0;
	  text-indent: 3em;
	}

	div#forcontent >  p {
	  margin: 0 0 5px 0;
	  text-indent: 3em;
	}


div#extra { // in ELM
	width: 0px;
	float: right;
	padding: 10px 20px;
}

	div#extra ol,div#extra li {
		margin-left: 10px;
		padding: 0;
		list-style-type: decimal;
	}

/* Contents of the main DIV in ELM*/
	
#crsDescr {
	margin-top:0px; background-color:#ffffef; 
	width:100%; height:100%; overflow:hidden;
	border-left: 4px solid #009DDC; border-right: 4px solid #009DDC; 
	border-top: 4px solid #009DDC; border-bottom: 4px solid #009DDC; 
	font-size: 18px; 
	font-weight: normal; 
}
  
#crsTitle { display: none;
color:maroon; text-align: center; padding:4px; margin-top: 30px;
background-color:#DAE6E6; width: 100%; height: 30px} 

#mainContent {
  height: 350px;
  margin-left:10%; margin-right:10%; margin-top: 30px;
  padding:10px;
  text-align: left;
}
/*   font-family:Verdana, Arial, Helvetica, sans-serif; font-weight: bold; */
