/* General page attributes.  */

body	{
	background-image: url(graphics/background1.jpg);
	font-family: "Comic Sans", "Comic Sans MS", cursive;
	/*font-size: 0.8em;*/
		align: center;
	color: midnightblue;
	background-color: oldlinen;
	margin-left:2px;
	/* was margin-left: 05%*/
		margin-right:15%;
	margin-top:2px;
	/* was margin-top: 3% */
		margin-bottom: 10%;
	length: 1000px;
		}

/* list-style-position: outside is default */

ul	{list-style-type: disc;
		list-style-position: outside}

ul ul 	{list-style-type: circle}



/* Headers */

h1 	{color: midnightblue;
	 font-size: 2em;}

h2	{text-decoration: none;
	 font-size: 1.5em}


/* This is for the banner that is at the top of every page. */
.banner		{
		 top: 10px;     
		 width: 800;
		 height: 100px;
		 left: 30px; 	
		}

/* Display area with information. */
.display	{position: absolute;
		 top: 135px;
	/*	 bottom: 20px;		*/
		 background-color: oldlace;
		 left: 245px;
		 overflow: scroll;
		 font-size: 0.7em;
		 padding: 10px;
		 color: midnightblue;
		 width: 501px;		
		 /* was width: 583px; */
		 length: 900px;		
		 border: 1px ridge midnightblue;
		 }


/* Navigational pane set-up. */
.navigate	{position: absolute;
		 top: 125px;
		 bottom: 20px;
		 padding-top: 10px;
		 font-size: 0.7em;
		 background-color: transparent;
		 color: midnightblue;
	/*	 border: 1px solid midnightblue;   */
		 left: 2px;
		 /* was left: 10px */
		 width: 172px;
		 /* was width: 222px; */
}
