<!--
	  body{
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	} 
      #main{
	margin:30px auto;
	padding:0;
	width:770px;
	position:relative;
      }
      #logo{
	position: absolute;
	height:20%;
	width:20%;
	top: -20px;
	left: 625px;
	z-index: 0;
      }
      a, a:link, a:visited{
	color: black;
	text-decoration: none;
      }
      a img{
	text-decoration: none;
	border : 0 none;
      }
      #head{
	position: absolute;
	width: 760px;
	height: 20px;
	top: 102px;
	left: 5px;
	z-index: 0;
	background:  #ccccff;
	padding-top:10px;
	font-weight: bold;
      }      
      #head ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
      }
      /*Top level list items*/
      #head ul li{
	position: relative;
	display: inline;
	float: left;
      }
      #head ul li a{
	display: block;
	color: white;
	padding: 0px 8px;
	text-decoration: none;
      }
      #head ul li a:link, #head ul li a:visited{
	color: black;
      }
      #head ul li a:hover{
	color: #444444;
      }
      #content{
	position: absolute;
	width: 560px;
	height: 400px;
	top: 150px;
	left: 10px;
	z-index: 0;
	overflow-y: auto;
	overflow-x: none;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
    font-size: 13px ;
      }
      #section{
	position: absolute;
	height: 400px;
	top: 150px;
	left:580px;
	z-index: 0;
      }
      #section ul{
	margin: 0;
	padding: 0;
	width: 187px;
	list-style-type: none;
      }
      #section ul li{
	position: relative;
	display: inline;
	width: 130px;
      }
      #section ul li a{
	display: block;
	background: #414188; 
	color: white;
	padding: 2px 5px;
	border-right: 1px solid #778;
	text-decoration: none;
      }
      #section ul li a:link, #section ul li a:visited{
	color: white;
      }
      #section ul li a:hover{
	background: black; 
	color: white;
      }
      #subsection{
	position: absolute;
	top: 280px;
	left:580px;
	z-index: 0;
      }
      #subsection ul{
	margin: 0;
	padding: 0;
	width: 187px;
	list-style-type: none;
      }
      /*Top level list items*/
      #subsection ul li{
	position: relative;
	display: inline;
	width: 130px;
      }
      #subsection ul li a{
	display: block;
	background: #414188; 
	color: white;
	padding: 2px 5px;
	border-right: 1px solid #778;
	text-decoration: none;
      }
      #subsection ul li a:link, #subsection ul li a:visited{
	color: white;
      }

      #subsection ul li a:hover{
	background: black; 
	color: white;
      } 
      #foot{
	position: absolute;
	width: 770px;
	height: 20px;
	top: 565px;
	left: 0px;
	background: #414188;
	z-index: 0;
      }
      #foot a{
	text-decoration: none;
	color: #bbbbbb;
      }
      #foot ul{
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
      }
      #foot ul li{
	padding-right: 20px;
	padding-left: 20px;
	display: inline;
	color: #bbbbbb;
	float: left;
      }
      #chapter{
	font: bold 12px Verdana;
	background: #414141;
	width: 100%;
      }
      #chapter ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
      }
      /*Top level list items*/
      #chapter ul li{
	position: relative;
	display: inline;
	width: 110px;
	float: left;
      }
      #chapter ul li a{
	display: block;
	background: #414188; 
	color: white;
	padding: 8px 10px;
	border-right: 1px solid #778;
	text-decoration: none;
      }
      #chapter ul li a:link, #chapter ul li a:visited{
	color: white;
      }
      #chapter ul li a:hover{
	background: black; 
	color: white;
      }
      -->
