#xxx {height: 100;}

p {
   font-family: "Garamond", serif;
   color: blue;
}
h2 {
   font-size: 110%;
   color: black;
   background: white;
}
.note {
   color: red;
   background: yellow;
   font-weight: bold;
}
p#paragraph1 {
   margin: 0;
}
a:hover {
   text-decoration: none;
}
#news p {
   color: blue;
}

/* Mast head is simulation of top frame */
#mastHead{ position: relative;
           top: -16px;
/*           left: 140px; */
			left: 0px;
           width: 800px;
           height: 90px;
	   padding: 0px 0px;
	   margin-top: 0em;
	   text-align: left;
	   
}

/* Link Index is the simulation of left index/browsing frame */
#linkIndex{ position: absolute;
            left: 0px;
/*	    top: 0px;*/
            top: 90px; 
            width: 140px;
	    height: 100%;
            padding: 3px;
	    background-color:white;
}

#contentsBox{ position: relative;
/*              overflow: scroll; */
              top: 0px;
              left: 140px;
              width: 540px;
	      height: 100%;
/*              border: 2px solid #00DD33;
              padding: 0px 5px 0 5px;
*/}

#rightBox{ position: absolute;
/*	 	top: 0px;*/
              top: 90px; 
              left: 700px;
              width: 160px;
/*	      background-color: #AAAAAA;
              border-left: 2px solid #AAAAAA;*/
              padding: 0px 0px;
}


