    body
		{
			background-color: #F2F2F2;
		}
    #header
    {
      background-color: #124479;    
    /* background-color: #003366;   */
    }
    #headbanner
    {
      background-color:#ACD5D7;
    }
		#accessibility
		{
			background-color: white;
		}

		#navigation
		{
			background-color: #DCEEEE;
		}

		#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;
		}


		#main
		{
			background-color: white;
		}
    #footer
    {
			background-color: #D5D5D5;
      border-top:2px solid #124479;
    }
		p, ul, ol, dl, a
		{
			color: black;
		}
		h1,h2,h3,h4,h5,h6{color:#003366;}
		.largeheading,.smallheading {color:#003366;}

		a:hover
		{
			color: blue;
		}		

		#copyright
		{
			color: silver;
		}
