		body {
			margin: 0;
			padding: 0;
			font: 70% 'trebuchet ms',helvetica,sans-serif;
			color: #000;
			background-color: #D6D3CC;
			background-repeat: repeat-x;
		}
		
		#container {
			margin: 1.5em 10% 2.5em 10%;
			background-color: #fff;
			background-repeat: repeat-y;
			border: 0px solid #fff;
		}
		
		#banner {
			background-color: #fff;
			border-bottom: 0px solid #EAEBE6;
			margin-bottom: 0px;
			height: 100px; 
			background: url(../images/hdrbg.jpg) repeat-x left top; 
			text-align: right; 
			padding-right: 2px;
		}
		
		#banner h1 {
			margin: 0;
			padding: .25em .35em;
		}
		
		#banner h2 {
			margin: 0;
			padding: .25em .35em;
		}

		.roundtop { 
			background: url(../images/tr.gif) no-repeat top right;
			background-color: #fff; 
		}

		.roundbottom {
			background: url(../images/br.gif) no-repeat top right;
			background-color: #EAE8E3;
			margin-bottom: 15px; 
		}

		img.corner {
		   	width: 15px;
		   	height: 15px;
		   	border: none;
		   	display: block !important;
		}


		body#introduction li#nav-introduction,
		body#ecosystems1 li#nav-ecosystems1,
		body#ecosystems2 li#nav-ecosystems2,
		body#studentprep li#nav-studentprep,
		body#studentrole li#nav-studentrole,
		body#instructorrole li#nav-instructorrole,
		body#lsrole li#nav-lsrole,
		body#beforestarting li#nav-beforestarting,
		body#conclusion li#nav-conclusion
		{
 			background: transparent url(../images/triangle.gif) left center no-repeat;
  			margin-left: .25em;
  			color: #EAEBE6;
  			font-weight: bold;
		}

		#nav {
			height: 100%;
			float: left;
			width: 180px;
			margin-left: 0px;
			padding-top: 0em;
		}
		
		#navhdr { 
			padding: 0.35em 0.35em 0.35em 0.25em;
			margin-bottom: .25em;
			margin-left: 8px;
			margin-top: .85em;
			background-color: #EAEBE6;
			color: #444;
			font-weight: bold;
		}
	
		div #navlist {
			margin: 0;
			padding: 0;
		}
		
		#navlist ul {
			padding-left: 0;
			margin-left: 0;
			margin-top: 0;
			width: 200px;
			font-size: 100%;
		}

		#navlist li	{
			list-style: none;
			margin: 0 .25em 0 .25em;
			padding: 0 0.25em 0.25em 1.25em;
		}
		
		#navlist li a { 
			text-decoration: none;
			font-size: 100%;
			color: #0E1D6D;
		}

		#navlist li a:hover {
			text-decoration: underline;
			background-color: #EAEBE6;
			color: #CC0000;
		}
		
		#navbottom {
			height: 235px;
			background: url(../images/elearning.jpg) no-repeat center center;
			padding: 0.35em 0.35em 0.35em 0.25em;
			margin-bottom: .25em;
			margin-left: 8px;
			margin-top: .85em;
			border-top: 1px solid #ccc;
		}
	
		#navbottom ul {
			padding-left: 0.25em;
			margin-left: 0;
			margin-top: 5px;
			width: 200px;
			font-size: 100%;
		}		

		#navbottom li {
			display: inline;
			list-style-type: none;
			padding-right: 0px;
		}
	
		#content {
		        min-height: 450px;
			height: auto;
			background-color: #fff;
			padding: 1em 20px;
			margin: 0 0 0 180px;
		}
		
		#content h1 { margin-top: 0; }
		
		#content h2 {
			margin: 0;
			color: #0E1D6D;
			font-size: 140%;
			line-height: normal;
		}
		
		#content p { margin-left: 10px;	}

		#content dl { margin-left: 10px; }

		#content dt {
			font-weight: bold;
			color: #393925;
			font-size: 120%;
			line-height: normal;
			margin-top: 10px;
		}

		#content dd {
			margin-left: 10px;
			margin-top: 10px;
		}
		
		.alpha {
			list-style: lower-alpha;
			margin: 5px;
			padding-left: 30px;
		}
		
		.alpha li {
			margin: 5px;
			margin-bottom: 10px;
		}

		#bnav{
			clear: both;
			padding-bottom: 10px;
		}

		.bnav {
  			font-size: 100%;
  			text-align: center;
  			margin-top: 35px;
  			margin-left: 0px;
  			border-top: 1px solid #ccc;
  			width: 99%;
  			clear: both;
		}

		#next {
  			width: 35%;
  			text-align: right;
		}

		#next a {
  			width: 35%;
  			text-decoration: none;
		}

		#next a:hover {
  			width: 35%;
  			text-decoration: underline;
  			color: #CC0000;
			background-color: #EAEBE6;
		}

		#back {
  			width: 35%;
  			text-align:left;
		}

		#back a {
  			text-decoration: none;
  			width: 35%;
		}

		#back a:hover {
  			width: 35%;
  			text-decoration: underline;
  			color: #CC0000;
			background-color: #EAEBE6;
		}

		#home {
  			line-height: 25px;
  			text-align: center;
  			padding: 0 38%;
		}

		#home a: hover {
			text-decoration: underline;
			color: #CC0000;
		}
		
		#footer	{
			clear: both;
			background-color: #EAEBE6;
			padding: 10px 10px 0 10px;
			text-align: center;
			border-top: 4px double #EAEBE6;
			margin-bottom: 0px;
		}
