/* CSS Document */



.homelink {
	background:url(nav/buttonrollover.gif) 0 0;
	position: absolute;
	width:23px; 
	height:23px; 
	top: 240px;
	left: 155px;
		}

.homelink:hover {
	background:url(nav/buttonrollover.gif) 0 23px;
	position: absolute;
	width:23px; 
	height:23px; 
	top: 240px;
	left: 155px;
	cursor:pointer;
		}
		
.aboutlink {
	background:url(nav/buttonrollover.gif) 0 0;
	position: absolute;
	width:23px; 
	height:23px; 
	top: 266px;
	left: 155px;
		}

.aboutlink:hover {
	background:url(nav/buttonrollover.gif) 0 23px;
	position: absolute;
	width:23px; 
	height:23px; 
	top: 266px;
	left: 155px;
	cursor:pointer;
		}
		
.whatlink {
	background:url(nav/buttonrollover.gif) 0 0;
	position: absolute;
	width:23px; 
	height:23px; 
	top: 292px;
	left: 155px;
		}

.whatlink:hover {
	background:url(nav/buttonrollover.gif) 0 23px;
	position: absolute;
	width:23px; 
	height:23px; 
	top: 292px;
	left: 155px;
	cursor:pointer;
		}
		
.findlink {
	background:url(nav/buttonrollover.gif) 0 0;
	position: absolute;
	width:23px; 
	height:23px; 
	top: 318px;
	left: 155px;
		}

.findlink:hover {
	background:url(nav/buttonrollover.gif) 0 23px;
	position: absolute;
	width:23px; 
	height:23px; 
	top: 318px;
	left: 155px;
	cursor:pointer;
		}
		
.helplink {
	background:url(nav/buttonrollover.gif) 0 0;
	position: absolute;
	width:23px; 
	height:23px; 
	top: 344px;
	left: 155px;
		}

.helplink:hover {
	background:url(nav/buttonrollover.gif) 0 23px;
	position: absolute;
	width:23px; 
	height:23px; 
	top: 344px;
	left: 155px;
	cursor:pointer;
		}
		
.studylink {
	background:url(nav/buttonrollover.gif) 0 0;
	position: absolute;
	width:23px; 
	height:23px; 
	top: 370px;
	left: 155px;
		}

.studylink:hover {
	background:url(nav/buttonrollover.gif) 0 23px;
	position: absolute;
	width:23px; 
	height:23px; 
	top: 370px;
	left: 155px;
	cursor:pointer;
		}
		
.daylink {
	background:url(nav/buttonrollover.gif) 0 0;
	position: absolute;
	width:23px; 
	height:23px; 
	top: 396px;
	left: 155px;
		}

.daylink:hover {
	background:url(nav/buttonrollover.gif) 0 23px;
	position: absolute;
	width:23px; 
	height:23px; 
	top: 396px;
	left: 155px;
	cursor:pointer;
		}
/* flash nav */	
.navText {
	position: absolute;
	top: 240px;
	left:180px;
	width: 170px;
	height:229px;
	text-align:left;
	line-height:26px;
	}		
		
/* plain text links for nav on all pages */
a.navLinks:link {
	color: #000000;
	font-family: "Gill Sans MT", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	z-index:10;
	}     /* unvisited link */
	
a.navLinks:active {
	color: #000000;
	font-family: "Gill Sans MT", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:14px;
	font-weight: bold;
	text-align:left;
	z-index:10;
	}   /* selected link */
	
a.navLinks:visited {
	color: #000000;
	font-family: "Gill Sans MT", Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	z-index:10;
		}  /* visited link */
	
a.navLinks:hover {
	color: #000000;
	font-family: "Gill Sans MT", Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size:14px;
	text-align:left;
	z-index:10;
		}   /* mouse over link */	
	
