/* ------------------------------------------------ */
/*          stylesheet for TEMA                     */
/* ------------------------------------------------ */


/* ------------------------------------------------ */
/* ------------------ colours start --------------- */
a
	, ul#footerNav li a
	, ul.onPageNav li a
	, ul.onPageNav li a:visited
	, ul.quickLinksList li a:visited
	, ul.sectionlist li a
	, ul.linkslist li a
	, h1, h2, h3, h4, h5, h6
{
	color: rgb(0,100,0);
    background: inherit;
}

div#masthead
{
    background: rgb(0,100,0);
}
span#logotema
{
    border : 0;
    margin : 0 0 0 10px;
    padding : 0;
    height : 50px;
    text-decoration : none;
    font-size : 35px; /*2.9em;*/
    font-weight : bold;
    font-family : arial, verdana, helvetica, sans-serif;
    float:left;
	
	background: inherit;
	color: rgb(0,128,0);
}

ul#navigationLeft li a
{
    border : 1px solid rgb(206,206,206);
    background : rgb(206,206,206);
    color: rgb(255,255,255);
}
ul#navigationLeft li#activeNavItem a
{
    border: 1px solid rgb(0,100,0);
    background: rgb(0,100,0);
    color: rgb(255,255,255);
}

ul#navigationLeft li a:hover
{
    border: 1px solid rgb(206,206,206);
    background: rgb(251,251,249);
    color: rgb(0,100,0);
}

ul#navigationLeft li#activeNavItem a:hover
{
    border: 1px solid rgb(60,179,113);
    background: inherit;
    color: rgb(0,100,0);
}


div#sectionBottom div#breadcrumbBottom
{
    background: rgb(0,128,0);
    color: rgb(255,255,255);
}
div#breadcrumbBottom a
	, a#logoTop
{
    color : rgb(255,255,255);
	background: inherit;
}

a:visited
{
    background: inherit;
    color: rgb(60,179,113);
}

/* ------------------ colours end ----------------- */
/* ------------------------------------------------ */


/* ------------------------------------------------ */
/* ------------------------------------------------ */

