html {
	background-image: url(images/right_side.gif);
	background-repeat: repeat-y;
	background-position: top right;
	margin: 0;
}

  BODY { 
    margin: 0;
  	background-image: url(images/left_side.gif); 
  	background-repeat: repeat-y;
 	// background: #99CCCC;
  	color: #333399;
  	font: 10pt Geneva, Tahoma, Verdana, Arial, Helvetica, sans-serif;
  	
  }

  A { text-decoration: none }
  A:link { color: #990033 }
  A:visited { color: #CC3333 }
  A:active { color: #666666 }

	#logo {
		  background: #000033;
		  position: relative;
		  width: auto;
		  top: 0px;
		  padding: 0px;
		  padding-right: 37px;
		  
		  margin-left: 60px;
		  margin-right: 60px;
	}
	
  
	#edincrest {
		margin-top: 10px;
		margin-left: 10px;
		margin-bottom: 5px;
		vertical-align: middle;
	}


	#msclink {
 		text-decoration: none;
	 	color: #cccccc;
	 	font-size: x-small; 
	 	font-weight: bold;
	 	margin-left: 5px;
	 }

	#CNLhead {
		color: white; 
		font-size: 26pt;
		font-family: Tahoma, Helvetica;
		font-variant: small-caps; 
		font-weight: 900;
	}


	#menubar {
		position: relative;
		bottom: 0px; top: 0px;
		padding: 3px;
		background-color: #FF9D24;
		color: black;
		text-align: right; 
		
		margin-left: 60px;
		margin-right: 60px;
		padding-right: 50px;

	}

  A.menubaritem { 
  	color: black;
  	font-size: 7pt;
	font-weight: bold;

  }

  A:visited.menubaritem {
  	color: black; 
  }

  A:active.menubaritem {
  	color: black; 
  }
  
  
	#page {
		position: relative;
		background-color: white;
		margin-left: 60px;
		margin-right: 60px;
		padding-right: 50px; 

//  		background-image: url(gifs/baw_background.gif); 
/*
		bottom: 5px; left: 5px; right: 5px; top: 0px;
		width: 100%;
		height: 400px;
		overflow: scroll; 
*/		
	}
	
	#navigmenu {
 		  float: left;  
		  background-color: transparent;
		  margin-top: 20px;
		  margin-left: 10px;
	}

	IMG.imgmenubar {
		padding: 2px;
	}


	#actualcontent {
		font: 9pt Geneva, Tahoma, Verdana, Arial, Helvetica, sans-serif;
		background-color: white;
		margin-left: 70px;
		// padding: 30px;
		padding-left: 40px;
		padding-top: 40px;
	}
	


  H1 {
  	color: #000066;
  	font-family: Tahoma;
  }

  H2 {
  	color: navy;
  	font-size: 14pt;
  	font-family: Geneva;
  }

  H5 {
  	color: navy;
  }
  
  DIV.DownloadNote {
	position: relative;
  	color: #6666CC;
  	text-align: center;
  	font-size: x-small;
	border-top: 1px #666666 solid;  
	border-bottom: 1px #666666 solid;
	padding: 8;
  }


  DIV.AttentionNote {
	position: relative;
  	text-align: justify;
	border: 1px #003366 solid;  
	padding: 8;
	background-color: #FFFFCC;
  }

  SPAN.Note {
  	color: #6666CC;
  	font-size: x-small; 
  }
  
  SPAN.LectHead {
  	 color: #FF6600;
  	 font-size: 8pt;
  	 font-family: Geneva;
  }
  
  P {
  	font-family: Geneva;
  }
  
  DIV.lecture {
  	margin-left: 20pt;
	padding-bottom: 24pt;
  }
    
  P.matdownload  
  {
  	font-size: x-small;
  	display: none;
  }

  P.readings {
  	margin-left: 15pt;
  	text-indent:-15pt
  }
  
  P.demos {
  	margin-left: 0pt;
  }

  DIV.copyright {
	color: gray; 
	text-align: center;
	font-size: x-small; 
	border-top: 1px #666666 solid;  
	border-bottom: 0px;  
	padding: 8;

  }
