body {
    background: url( left-bg.gif ) no-repeat;
}

*html body {
    background: url( left-bg-ie6.gif ) no-repeat;
    background-color: white;
}

/* STYLES*/

h2 {
    font-size: 1.4em;
    color: #471B7E;
}

h3 {
    background: #eff6fb;
}

/* MAIN*/

.newsevent {
    border: 1px solid #0177c1;
}

    .newsevent h3 {
        color: #FFF;
        background-color: #0177c1;
        }

/* NAV*/

#navigation ul.level2 {
    border: 1px solid #0177c1;
    background: #8dc2e3;
    }

    * html #navigation ul.level2 li{
            border-bottom: 1px solid #8dc2e3;
        }

    #navigation ul.level2 li a:hover {
        background: #c7e1f1;
        }

#navigation ul.level3 {
    border: 1px solid #0177c1;
    background: #8dc2e3;
    }

    #navigation ul.level3 li a:hover {
        background: #c7e1f1;
        }

/* CONTENT*/

.box-shaded {
	padding: 10px;
    background: #eff6fb;
}

.search {
    background: #EFF6FB;
}

.penpics {
    background: #EFF6FB;
 }


/*Secure section*/
/*Programme*/


     /*Same color */

    .programme table#moduleSelect,
     .programme table#keywordSearch,
     .secureList table th,
    .programme table.results th{
        background: #eff6fc;
        }

    .secureList table td,
    .programme table.results td{
        border: 1px solid #eff6fc;
        }

    /*end*/

   /*Same color */

    .sectionTitle {
        background: #c7e1f0;
        }

    .secureList table,
    .programme table.results{
        border: 1px solid #c7e1f0;
        }


     td.moduleHeader {
            background: #c7e1f0;
            }

      /*end*/
