/* CSS Document */
	.mainnav_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
	a.mainnav_text:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
	a.mainnav_text:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
	a.mainnav_text:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: yellow;
	text-decoration: underline;
	}

	.sidenav {
	font-family: sans-serif, Helvetica, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}

	.sidenav:link {
	font-family: sans-serif, Helvetica, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
	
	.sidenav:visited{
	font-family: sans-serif, Helvetica, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}

	.sidenav:hover {
	font-family: sans-serif, Helvetica, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #8E0C0C;
	text-decoration: none;
	}
	.pagetext {
	font-family: sans-serif, Helvetica, Arial;
	font-size: 13px;
	color: white;
	}
	.pagetitle {
	font-family: sans-serif, Helvetica, Arial;
	font-size: 25px;
	color: #8E0C0C;
	font-weight: normal;
	}
	.kids_pagetext {
	font-family: "Comic Sans MS";
	font-size: 13px;
	color: white;
	font-weight: bold;
	}
	.kids_pagetitle {
	font-family: "Comic Sans MS";
	font-size: 25px;
	color: yellow;
	font-weight: bold;
	}


	.bulletcolour {
	background-color: 		#8B7F5E;
	font-family: 			Arial, Helvetica, sans-serif;
	font-size: 				10pt;
	font-style: 			normal;
	color: 					#FFFFFF;
	text-decoration: 		none;
	text-align: 			right;
	padding-right: 			10px;
	height: 				25px;
	background-image: 		url(../common_images/sidenav_bullet.gif);
	background-repeat: 		no-repeat;
	background-position: 	right;
	}
	.bulletcolour_highlight {
		background-color: 		#8E0C0C;
		font-family: 			Arial, Helvetica, sans-serif;
		font-size: 				10pt;
		font-style: 			normal;
		color: 					#ffffff;
		text-decoration: 		none;
		text-align: 			right;
		padding-right: 			10px;
		height: 				25px;
		background-image: 		url(../common_images/sidenav_bullet.gif);
		background-repeat: 		no-repeat;
		background-position: 	right;
	}
/* Backgrounds ------------------------------------------------------------- */

	.image_top_repeat {
		background-image: 		url(../common_images/backdrop_page.gif);
		background-repeat: 		repeat-x;
		background-position: 	top;
	}
	/* ----- */
	.image_bot { }
	/* ----- */
	.image_top_left {
		BACKGROUND-POSITION: 	left top;
		BACKGROUND-REPEAT: 		no-repeat;
	}
	/* ----- */
	.image_bot_left {
		BACKGROUND-POSITION: 	left bottom;
		BACKGROUND-REPEAT: 		no-repeat;
	}
	/* ----- */
	.image_top_right { 
		BACKGROUND-POSITION: 	right top;
		BACKGROUND-REPEAT: 		no-repeat;
	}
	/* ----- */
	.image_bot_right {
		BACKGROUND-POSITION: 	right bottom;
		BACKGROUND-REPEAT: 		no-repeat;
	}
	.kids_grade {
		background-image: 		url(../common_images/kidsite_grade.gif);
		background-repeat: 		repeat-x;
		background-position: 	top;
	}
	.temp {
	
	}
