	/*  the following style sheet entries control the pages presented on the screen  */

		body {font: 80% arial, helvetica, sans-serif; margin: 0;}
		
		ul {list-style-type: disc;}

		h1 {text-align: center;}
		h2 {margin-top: 0;}
		h3 {margin-top: 0;}
		a {text-decoration: none;}
		img {border: 0; margin: 0;}

		table {table-layout: fixed; width: 100%; border-collapse: collapse; 
			border: 1px solid blue; margin-bottom: 2em;}	
		td, th {font: 80% arial, helvetica, sans-serif; margin: 0; padding: 0 0 0 1em; border: 1px solid blue;}

		.trone {background: #b6b6b6;} 
		.trtwo {background: #f5f5f5;}
		.tdone {background: blue; width:270; height:280; color:white;}
		.tdtwo {margin: 0; padding: 0; text-align: center;}
		.lione {color: blue;}
		.litwo {color: white;}
		.ultwo {padding: 0; margin: .5em; list-style-type: none;font-size: 1.2em;} 

		#cornerlogo {position: absolute; top: 0; left: 0; border: 10px solid blue}
		#header {height: 3em; color: white; background-color: blue;}
		#navigation {position: absolute;left: 0; top: 7em; width: 13em;}
			#navigation a:link {color: white;}
			#navigation a:visited {color: white;}
			#navigation a:hover {color: white; background-color: aqua;}
		#content {border-left: 13em solid blue; padding: 1em; width: 75%;}
			#content a:hover {background-color: aqua;}
			#content a:visited {color: green;}
		#content-background {border-left: 13em solid blue; padding: 1em; width: 75%;
			 background-image: url(../images/background-drawing2.jpg);
			background-repeat: no-repeat;
			background-position: center;}
			#content a:hover {background-color: aqua;}
			#content a:visited {color: green;}
		#content-table {border-left: 13em solid blue; padding: 1em; width: 90%;}
			#content a:hover {background-color: aqua;}
			#content a:visited {color: green;}
		#bottompic {width: 15em; height: 12em; float: right; padding: 1em; margin: 0;}
		#bottompic2 {float: right; padding: 1em; margin: 1em 0	1em 1em;}
		#toppic {width: 15em; height: 12em; float: left; padding: 1em; margin: 0 1em 0 0;}
		#toppic2 {float: left; padding: 1em; margin:  1em 1em 1em 0;}
		#toppic3 {float: left; padding: 1em; margin; 1em 1em 1em 0; width: 30em;}
	