/* -------------------------------------------------------------- */
/* --------  Grand Canyon CSS Master Style Sheet -------------- */
/* -------------------------------------------------------------- */

 body { font-family: Verdana, Lucida, Arial, sans-serif;
    	font-size: small;
    }

  h1 {
	font-family: Times, "Times New Roman", serif;
	font-size: 200%;
	color: #996633;	
        }

  h2 {	font-family: Times, "Times New Roman", serif;
        font-size: 175%;
        }

  h3 {	font-family: Times, "Times New Roman", serif;
		font-size: 150%;
        }
		
  .big {font-family: Times, "Times New Roman", serif;
	font-size: 200%;
	color: #996633;	
	}		
	
/* -------------------------------------------------------------- */
/* ----- Navigation Bar, Top ------------------------------ */

#nav {
	float: left;
	width: 90%;
	list-style: none;
    }

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style: none;
	margin-right: 15px;
	background-image: url(images/home/gradtan.jpg);
	border: 1px solid green;
        }

#nav li a {
	float: left;
	list-style: none;
	display:block;
	padding: 4px 8px;
	text-decoration: none;
	}

#nav a:hover {
	color: #006600;
	text-decoration: underline;
	background-image: url(images/home/gradblue2.jpg);		
              }


/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
  #content {
	margin: 5px;
	padding: 10px;
	position: absolute;
	top: 94px;
	left: 10px;
	}
 
 .river { 
	background:#99FFFF
}

.flag {
	background:#99FFFF;
	background-color: #FFFF99;
}
 
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
  #lastu {
	text-align: right;
	font-size: 85%;
	padding-bottom: 4px;
	border-bottom-color: #0066CC;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
