body {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	background-color: #eeeeee;
	margin:0;
	padding:0;
}



h1 {
	font-size: 150%;
	color: #330065;
}


/* ============================================================= */
h1.welcome {
	font-size: 200%;
	color: #330065;
}




ul {
	list-style-image: url(../images/bulletarrowwhite.gif);
}

a:link, a:visited  {
	color: #000000;
}

a:hover, a:active  {
	text-decoration: none;
}


/* ====================================== */

.purple_medium {
	color: #312063;
	font-weight: bold;
	font-size: medium;

}

.lmstitle {
	font-size: 24px;
	color: #7668A6;
	margin-bottom:0px;
	margin-top:0px;
	padding-bottom:0px;
	padding-bottom:0px;
}


.smalltext {
	font-size:80%;
}

.tinytext {
	font-size:70%;
}

.errormsg {
	display:block;
	color:#FFFFFF;
	background:#FF0000;
}





/*  ============================  SPECIFIC lms STUFF */  



/* ================= About Us left menu Links ===================== */
 
.aboutusmenu {
	margin:0;
	padding:0;
}

.aboutusmenu a , .aboutusmenu a:link, .aboutusmenu a:visited {
	color:#0000FF;
}

.aboutusmenu a:hover {
	background-color:#0000FF ;
	color:#FFFFFF;
}

.aboutnav {
	font-size: small;
	font-weight: bold;
	color: #0000FF;
}


/* ================= News left menu Links ===================== */

.newsmenu a  , .newsmenu a:link , .newsmenu a:visited  {
	color:#660066;
}

.newsmenu a:hover {
	background-color: #660066 ;
	color:#FFFFFF;
}

/* ================= Schools left menu Links ===================== */

.schoolsmenu a , .schoolsmenu a:link, .schoolsmenu a:visited {
	color:#FF0000;
}

.schoolsmenu a:hover , .schoolsmenu a:active , .schoolsmenu a:focus {
	background-color: #FF0000;
	color:#FFFFFF;
}

/* ================= Centres left menu Links ===================== */


.centresmenu a  , .centresmenu a:link , .centresmenu a:visited {
	color:#FF6600;
}

.centresmenu a:hover , .centresmenu a:active , .centresmenu a:focus{
	background-color:#FF6600;
	color:#FFFFFF;
}

/* ================= Teachers left menu Links ===================== */

.teachersmenu a  ,  .teachersmenu a:link ,  .teachersmenu a:visited {
	color:#00CC00;
}

.teachersmenu a:hover , .teachersmenu a:active , .teachersmenu a:focus {
	background-color:#00CC00;
	color:#FFFFFF;
}


/* ================= Contact Us left menu Links ===================== */

.contactmenu a , .contactmenu a:link , .contactmenu a:visited {
	color:#3399FF;
}

.contactmenu a:hover , .contactmenu a:active , .contactmenu a:focus {
	background-color:#3399FF;
	color:#FFFFFF;
}

/* ======================================================== */

/* special class for the Google search form */
/* =========================================*/

.googleform {
	vertical-align:bottom;
	text-align:right;
}

.googleform form {
	margin:0px;
	padding-right:37px;	
}

.pagename {
	color: #eeeeee;
}



/* these are the ID that control the position of the parts of the page */
/* ====================================================================*/


#wholepage {
	position: relative;
	width: 880px;
	margin:auto;
	background-color: #FFFFFF;
	padding-top:10px;
	
	/*
	background-image:url(../images/rainbow_long.jpg);
	background-repeat:repeat-y;
	background-position:left top;
	*/

}

#container {
	padding:0 0 0 0;
}





/*  this bit defines the colour of the left menu list */
/*====================================================*/

#leftmenu {
	width: 155px;
	float:left;
	padding:0 0 0 5px;
/*	
	position: absolute;
	left: 2px;
	top: 50px;	
*/
}

#leftmenu ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0 ;
	width: 100%;
}

#leftmenu ul li {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
	margin-bottom: 3px;
/*

	background-image: url(../images/silver/tab_r.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
*/	
	
}

#leftmenu ul li a {
	text-decoration: none;
	display: block;
/*
	background-color: #FFFFFF;
	background-image: url(../images/silver/tab_r.gif);
	background-repeat: no-repeat;
	background-position: right top;
*/
	padding: 2px;
}

#leftmenu ul li a:hover {
/*
	background-image: url(../images/silver/tab_r_over.gif);
*/	
}


#maintext {
	float:right;
	width:700px;
	padding:25px 10px 0 5px;
	position:relative;
	color: #000000;

/* the 25px padding at the top is to make room for the drop-down topmenu which is positioned absolutely, underneath the banner and abothe the container 
*/

}

#footer {
	clear:both;
	text-align:center;
}


/* ============top menu rules.  topmenu is within the Container. =================== */
/* ==container is positioned relatively and topmenu is positioned absolutely within container === */

#topmenu {
	background-color: #9999FF;
	position: absolute;
	left: -3px;
	top: 5px;
	height: 18px;
	width: 2px;
	/* 
	width: 660px;
	*/
}


#topmenu ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#topmenu ul li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #00FF00;
	width: 80px;
	margin-right: 5px;
}


#footer {
}


schoolheading {
	font-size: x-large;
	font-style: normal;
	color: #00CC00;
}

.news {font-size: x-large;
	color: #990066;
}

.aboutus {font-size: x-large;
	color: #0000FF;
}

.contactus {font-size: x-large;
	color: #319AFF;
}

.musiccentres {font-size: x-large;
	color: #FF6500;
}

.schools {font-size: x-large;
	color: #FF0000;
}

.schoolssub {font-size: medium;
	font-weight: bold;
	color: #FF0000;
}

.newssub {font-size: medium;
	font-weight: bold;
	color: #9C0063;
}

.aboutsub {
	font-size: medium;
	font-weight: bold;
	color: #0066FF;
}

.newssubm {font-size: medium;
	font-weight: bold;
	color: #9C0063;
}

.musiccentresub {font-size: medium;
	font-weight: bold;
	color: #FF6500;
}

.contactussub {font-size: medium;
	font-weight: bold;
	color: #319AFF;
}

.newsnav {
	font-size: small;
	color: #9C0063;
	text-decoration: none;
	font-weight: bold;
}

.centrenav {
	font-size: small;
	font-weight: bold;
	color: #FF6500;
}

.schoolsnav {
	font-size: small;
	font-weight: bold;
	color: #FF0000;
}	

.teachersnav {
	font-size: small;
	font-weight: bold;
	color: #00CC00;
}

.contactnav {
	font-size: small;
	font-weight: bold;
	color: #319AFF;
}


/* ============================================================= */

#newsticker {
	width:250px;
	height:70px;
	padding:0 0 0 0;
	margin:0 0 0 8px;
	position:relative;
	overflow: hidden;/*	
	background:#FFCCCC url(../images/furniture/news_bg.gif) center left no-repeat;

	border:1px solid black;
*/
}


#newscontrols {
	width : 100px;
	height: 20px;
}

#newscontrols ul {
		list-style:none none outside;
		margin:0 0 0 0;
		padding:0 0 0 0;
}


#newscontrols li {
	float: left; 
}

#newscontrols li a {
	background-image:url(../images/ticker_buttons.gif);
	background-repeat:no-repeat;
	margin: 0px 0px 0px 4px; 
	cursor: pointer; 
	
}

/* Define rules for the THREE classes of  buttons Play/pause,   Backwards, Forwards */

a.news_start, a.news_stop, a.news_prev , a.news_next {
	height:17px;
	display:block;
	text-decoration:none;
	background-image:url(../images/ticker_buttons.gif);
	background-repeat:no-repeat;
}


a.news_start{
	width:20px;
	background-position:0px 1px ;
	margin-right:1px;
	margin-top:0px;
}


a.news_start:hover {
	background-position:0 -17px ;
}


a.news_stop	{
	width:20px;
	background-position:-23px 1px ;
	margin-right:1px;
	margin-top:0px;
}

a.news_stop:hover {
	background-position:-23px -17px ;
}


a.news_prev	{
	width:17px;
	background-position:-46px 1px ;
}

a.news_prev:hover {
	background-position:-46px -17px ;
}

a.news_next	{
	width:17px;
	background-position:-66px 1px ;
}

a.news_next:hover {
	background-position:-66px -17px ;
}


/* =============================== */


#newscontainer {
	padding:0 0 0 0;
	margin:0 0 0 0;
	position:relative;
	overflow: hidden;
	display:block;
	width:100%;
	height:50px;/*	
	height:26px;
	background:#FFCCCC url(../images/furniture/news_bg.gif) center left no-repeat;
*/
}


#newscontainer ul {
	position:absolute;
	top:0;
	left:0px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	list-style: none none outside;
}

#newscontainer ul li {
/*	
	position:absolute;
	top:0;
	left:0;

	position:relative;
*/
	height:20px;
	line-height:20px;
}

#newscontainer a , #newscontainer a:link, #newscontainer a:visited {
	margin:0 0 0 0 ; 
	padding: 0 0 0 0;
	text-decoration: none;
	display:block;
	height:20px;
	line-height:20px;
	color:#000000;
	padding:0 0 0 10px;
}

#newscontainer a:hover {
	text-decoration:underline;
}


#newscontainer .tickls {
	font-weight:bold;
	color:#cc2222;
}

#newscontainer a .tickls {
	text-decoration:none;
}


/* set millions of background images green boxes*/
.grbroundbox { background: url(gnt.gif) repeat; }
.grbtop div { background: url(gtl.gif) no-repeat top left; }
.grbtop { background: url(gtr.gif) no-repeat top right; }
.grbbot div { background: url(gbl.gif) no-repeat bottom left; }
.grbbot { background: url(gbr.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.grbtop div, .grbtop, .grbbot div, .grbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.grbcontent { margin: 0 7px; }
.grbroundbox { width: 50%; margin: 1em auto; }

