/* This is all for the nav */

#home a {
	width: 150px;
	height: 42px;
	color : #FFFFCC;
	font-weight : normal;
	text-decoration : none;
	background-image:url(images/home_up.gif);
	background-repeat:no-repeat;
	float : left;
	font-size: 1px;

}

#home a:hover {
	background-color : #FFFFCC;
	background-image:url(images/home-over.gif);
        background-repeat:no-repeat;
}

#welcome a {
	width: 150px;
	height: 42px;
	color : #FFFFCC;
	font-weight : normal;
	text-decoration : none;
	background-image:url(images/welcome_up.gif);
	background-repeat:no-repeat;
	float : left;
	font-size: 1px;

}

#welcome a:hover {
	background-color : #FFFFCC;
	background-image:url(images/welcome-over.gif);
	background-repeat:no-repeat;
}


#ourschool a {
	width: 150px;
	height: 42px;
	color : #FFFFCC;
	font-weight : normal;
	text-decoration : none;
	background-image:url(images/ourschool_up.gif);
	background-repeat:no-repeat;
	float : left;
	font-size: 1px;

}

#ourschool a:hover {
	background-color : #FFFFCC;
	background-image:url(images/our-school-over.gif);
	background-repeat:no-repeat;
}

#news a {
	width: 150px;
	height: 42px;
	color : #FFFFCC;
	font-weight : normal;
	text-decoration : none;
	background-image:url(images/news_up.gif);
	background-repeat:no-repeat;
	float : left;
	font-size: 1px;

}

#news a:hover {
	background-color : #FFFFCC;
	background-image:url(images/news-over.gif);
	background-repeat:no-repeat;
}

#newsletters a {
	width: 150px;
	height: 42px;
	color : #FFFFCC;
	font-weight : normal;
	text-decoration : none;
	background-image:url(images/newsletters_up.gif);
	background-repeat:no-repeat;
	float : left;
	font-size: 1px;

}

#newsletters a:hover {
	background-color : #FFFFCC;
	background-image:url(images/newsletters_over.gif);
	background-repeat:no-repeat;
}


#yeargroup a {
	width: 150px;
	height: 42px;
	color : #FFFFCC;
	font-weight : normal;
	text-decoration : none;
	background-image:url(images/year_up.gif);
	background-repeat:no-repeat;
	float : left;
	font-size: 1px;

}

#yeargroup a:hover {
	background-color : #FFFFCC;
	background-image:url(images/year-over.gif);
	background-repeat:no-repeat;
} 


#whoswho a {
	width: 150px;
	height: 42px;
	color : #FFFFCC;

	font-weight : normal;
	text-decoration : none;
	background-image:url(images/whoswho_up.gif);
	background-repeat:no-repeat;
	float : left;
	font-size: 1px;

}

#whoswho a:hover {
	background-color : #FFFFCC;
	background-image:url(images/whoswho_over.gif);
	background-repeat:no-repeat;
}

#tour a {
	width: 150px;
	height: 100px;
	color : #FFFFCC;

	font-weight : normal;
	text-decoration : none;
	background-image:url(images/tour_up.gif);
	background-repeat:no-repeat;
	float : left;
	font-size: 1px;

}

#tour a:hover {
	background-color : #FFFFCC;
	background-image:url(images/tour_over.gif);
	background-repeat:no-repeat;
}


	
.headings {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#FCFA54;
	font-size: medium;
	color: #006600;
    font-weight: bold;
	}

