/* IMPORTANT: For the cascade of properties to inherit as designed, the stylesheets must be linked in the head of the document in the correct order.*/

.colortop
	{
	background-color: #87AEC5;
	margin: 0px;
	}

.colorsidenav
	{
	background-color: #87AEC5;
	}

/* These declarations change the color and text-decoration properties of navtop (initially defined in style1.css) to achieve the mouseover effect. */
	
A.navtop:hover
	{
	color: #003399;
	text-decoration: underline;
	} 		

/* These declarations change the color and text-decoration properties of navside (initially style1.css) to achieve the mouseover effect. */

A.navside:hover 	
	{
	color: #003399;
	text-decoration: underline;
	}

/* Use the URhere class on plain text in the left nav to indicate that you are on the page that is named. Use the URhere class on a link to indicate that you are on a lower level page in the section indicated. */
.URhere
	{
	color: #003399;
	} 		

A.URhere:hover 	
	{
	color: #003399;
	text-decoration: underline;
	}
	
/* These selectors change the color of the headings throughout the site. */
h1, h2, h3
	{
	color: #003399;
	}
	
th
	{
	color: #FFFFFF;
	font-size: 80%;
	background-color: #003399;
	padding: .2em;
	}
