/* CSS Document */
 			/* PASTEL COLOURS 		  */
			/* Purple   : #CCCCFF     */
			/* Yellow   : #FFFFCC     */
			/* Green    : #CCFFCC     */
			/* Blue     : #CCFFFF     */
			/* Mauve    : #FFCCFF     */
			/* Peach    : #FFCCCC     */
   body
		{
			background-color:white;
		}

		#heading
		{
			background-color: gray;
		}

		#accessibility
		{
			background-color: white;
		}

		#navigation
		{
			background-color:white;
		}
		#items
		{
			background-color: #EEEEEE;
			color: #white;
		}
		#content, #access, #size, #colour
		{
			background-color: #DDDDDD;
			color: black;
		}

		#small, #default, #large
		{
			background-color: white;
			color: black;
		}

		#purple, #medium, #red, #blue, #brown, #system, #save
		{
			color: white;
		}
        #def
        {
            background-color: white;
            color: black;
        }

		#leftcol
		{
			background-color: white;
		}

		#rightcolrow1, #rightcolrow2, #rightcolrow3, #rightcolrow4
		{
			background-color: white;
		}

		#textboxleftrow1, #textboxleftrow2, #textboxleftrow3, #textboxleftrow4
		{
			color: white;
			background-color: #DDDDDD;
		}

		#textboxrightrow1, #textboxrightrow2, #textboxrightrow3, #textboxrightrow4
		{
			color: white;
			background-color: #DDDDDD;
		}

		#minutes
		{
			background-color: #DDDDDD;
		}

		#inset
		{
			background-color: #DDDDDD;
		}


		#footermenu, #main
		{
			background-color: white;
		}
    #footer
    {
			background-color: #99CCFF;
			background-image: url(../images/footer_bkg.jpg);
    }
		h1, h3, h4, h5, h6, p, ul, ol, dl, a
		{
			color: blue;
		}
		a:hover
		{
			color: blue;
		}		


		#copyright
		{
			color: silver;
		}


