/* CSS Document */

/* 	this sheet contains colour palettes for backjgrounds and font colours only
	in the format:
	
	.[element] - COLOR_NAME  (ad defined in the page color table in CMS)    */


/* MENU MOUSEOVER - classes for menus from page section colours   *** */
/* this fixed palette ideally matches CMS   ****     */
.menu-green {
	background-color:		#2DA34B;
}
.menu-red {
	background-color:		#CC0000;
}
.menu-blue {
	background-color:		#000099;
}
.menu-purple {
	background-color:		#b50eb5;
}
.menu-orange {
	background-color:		#ff6600;
}
.menu-lightblue {
	background-color:		#00A7D4;
}
/*  etc */



/* PAGE TITLE COLOURS - to write page titles into color code  */
.title-green {
	color:				#2DA34B;
}
.title-red {
	color:				#CC0000;
}
.title-blue {
	color:				#000099;
}
.title-purple {
	color:				#b50eb5;
}
.title-orange {
	color:				#ff6600;
}
.title-lightblue {
	color:				#00A7D4;
}
/* etc */


/* IMAGE DISPLAY BORDERS - left and right box borders for displayed images  */
.image-green {
	background-color:		#2DA34B;
}
.image-red {
	background-color:		#CC0000;
}
.image-blue {
	background-color:		#000099;
}
.image-purple {
	background-color:					#b50eb5;
}
.image-orange {
	background-color:					#ff6600;
}
.image-lightblue {
	background-color:		#00A7D4;
}
/*  etc */


/* RELATED PAGES BOXES - colors for the sides of related article boxes  */
.side-green {
	background-color:	#2DA34B;
}
.side-blue {
	background-color: #000099;
}
.side-orange {
	background-color: #ff6600;
}
.side-purple {
	background-color: #b50eb5;
}
.side-red {
	background-color:	#cc0000;
}
.side-lightblue {
	background-color:	#00A7D4;
}

/* RELATED PAGES BOXES - images for the sides of related article boxes   */
.box-green {
	background-image:	url(images/box-3-img-43x140.jpg);
}
.box-blue {
	background-image:	url(images/box-6-img-43x140.jpg);
}
.box-orange {
	background-image:	url(images/box-5-img-43x140.jpg);
}
.box-purple {
	background-image:	url(images/box-7-img-43x140.jpg);
}
.box-red {
	background-image:	url(images/box-4-img-43x140.jpg);
}
.box-lightblue {
	background-image:	url(images/box-8-img-43x140.jpg);
}