body {
	background: url(left-bg.gif) no-repeat;
	}

/* STYLES*/

h2 {
	font-size: 1.4em;
	color: #471B7E;
	}


/* MAIN*/


.newsevent {
	border: 1px solid #F7A666;
	}

.newsevent h3 {
	color:#FFF;	
	background-color: #F7A666;
	}



/* NAV*/


#navigation ul.level2 {	
	border: 1px solid #F38025;
	background: #F9C69E;
	}

#navigation ul.level2 li a:hover{
	background: #FCE2CE;

	}

#navigation ul.level2 {
    border: 1px solid #F38025;
    background: #F9C69E;
    }

    * html #navigation ul.level2 li{
            border-bottom: 1px solid #F9C69E;
        }

    #navigation ul.level2 li a:hover {
        background: #FCE2CE;
        }

#navigation ul.level3 {
    border: 1px solid #F38025;
    background: #F9C69E;
    }

    #navigation ul.level3 li a:hover {
        background: #FCE2CE;
        }






/* CONTENT*/


.box-shaded {
	padding: 10px;
	background: #fff3e9;
	}

.box {
	padding: 10px;	
	}

.news-article h3 {
	background: #fff3e9;
	}

.search {
    background: #fff3e9;
}

.penpics {
    background: #fff3e9;
 }

/*Secure section*/
/*Programme*/


  /*Same color */

    .programme table#moduleSelect,
    .programme table#keywordSearch,
    .sectionTitle{
        background: #fef7f2;
        }

    .secureList table td,
    .programme table.results td{
        border: 1px solid #fef7f2;
        }

    .secureList table th,
    .programme table.results th{
        background: #fef7f2;
        }


  /*end*/

 /*Same color */

    .secureList table,
    .programme table.results,
    .secureList table td{
        border: 1px solid #FCE2CE;
        }

     td.moduleHeader {
            background: #FCE2CE;
            }




