       <style type="text/css">
		div#bogus {
			/** For some reason the browser is ignoring the first set of style 
			sheet definitions in the file */
		    position: absolute;

		}
		/*
		Place margins around the images so the text will not come up rignt next to it.
		*/
		.imageMargins {
			margin-right: 2%;
			margin-left: 2%;
			margin-bottom: 2%;
		}
		/*
		 Define the h1
		*/
		h2 {
		 
		   margin-right: 2%;
		   margin-bottom: 2%;
		   font-weight: 900;
		   clear: right;
		   font-size:140%;
		}		
		/*
		 Define the h3
		*/
		h3 {
		 
		   margin-right: 2%;
		   margin-bottom: 2%;
		   font-weight: 800;
		   clear: right;
		   font-size:120%;
		}
		
		#floatright { float: right;}
		h2 {
			clear: right;
		}

			  

					 
               div#middle {
                  position: absolute;
		  min-height: 100%;
		  top: 2%;
		  width: 95%;                     
		  left: 2%;
		  
		  font-family: sans-serif;
		  font-size: 13px;
		  padding: 5px;

		  /* align the text to left */
		  text-align: left;	
               }
	       

	div#lightGrayBack {
		background-color: #F5F2F2;
	}
	/* over ride color for links */
	a.linkchanges:link {color: black; font-weight: bold; }
	a.linkchanges:visited {color: black;  font-weight: bold;}
	
	/* Cause background color change on mouse over */
	a.linkchanges:hover {background: #6699CC; }
	
	a.bluelink {
		height: 20px;
		color:blue;
	}
	li.standard {
		font-size: 15px;
	}
	h2 {
	clear: right;
	}


	
	/* Special paragraph */
	p.centerP {
		/* Align the text to the center */
		text-align: center;
		/* Bold the center text */
		font-weight: bold;
		/* Increase size of the text */
		font-size: 15px;
	}
	
	#speciallink { font-size: 15px; color: red; font-style: italic;};
	#floatright { float: right; }
	
	/* ********************* Changes for divs that will close and open ******************************** */
	.infobox
	{
			width:99%;
			padding:0px;
			border:1px solid #aaccff;
			background: black;
			color: white;
			
	}
	.tdbox
	{
	   color: black;
	    /* background: #ccddee; */
	    background:#6699ff;
	 }			
 </style>

