
/* Links will turn black with violet background when cursor hovers over them and not be underlined */
a:hover	{ text-decoration: none; color : #000000; background-color : #FF99FF;}
a {text-decoration : none}


/* Navigation division on a top-level page */
.navdiv {position : absolute; top: 2px; left: 275px; height: 55px; width: 625px;}
         


/* Main division on a top-level page */
.maindiv {position: absolute; top: 55px; left: 365px; height: 600px;  width: 740px;
          background-image: url(fallsbg.jpg); 
          color : #000099;font-family : Tahoma, Verdana, sans serif; font-size : 0.9em} 
         

/* Main division on second-level page*/
.centerdiv {position : absolute; top : 100px; left : 350px; height :600px; width : 650px; 
            color : #000099; font-family : Tahoma, Verdana, sans serif; font-size : 0.9em;
            background-image : url(fallsbg.jpg)}
            
/* Image division on both top-level and second-level pages */
.imagediv {position : absolute; top :55px; left : 65px; height : 500px; width : 250px;
          color : #000099;font-family : Tahoma, Verdana, sans serif; font-size : 0.9em} 
          
/* Division for Back link on second-level page */
.backdiv {position : absolute; top :45px; left : 600px; height : 55px; width : 55px;
          color : #000099;font-family : Tahoma, Verdana, sans serif; font-size : 0.9em; text-align : center}
          
/* Tahoma or Verdana in dark blue */
.bluetext {color : #000099;font-family : Tahoma, Verdana, sans serif; font-size : 0.9em;}
          

