@charset "UTF-8";
/* CSS Document */
body  {
	color: #fff;
	background-color:#FFD116;
}
#header { 
	background:url(../assets/templates/pupils/smithyHeaderBg.gif);
	background-repeat:no-repeat;
} 
#contentWrapper { 
	background-image:url(../assets/templates/pupils/contentBoxBG.gif)
	}
#contentBoxTop {
	background:url(../assets/templates/pupils/contentBoxTop.gif) no-repeat top;
	}
#contentBoxEnd {
	background:url(../assets/templates/pupils/contentBoxFtr.gif) no-repeat bottom;
	}
#leftNavWrapper { 
	background-image:url(../assets/templates/pupils/leftNavBG.gif)
	}
#leftNavTop {
	background-image:url(../assets/templates/pupils/leftNavTop.gif);
	}
#leftNavEnd {
	background:url(../assets/templates/pupils/leftNavEnd.gif) no-repeat bottom;
	}
#footer {
	background:url(../assets/templates/pupils/footerBG.gif)
	}
	
h1, h2, h3 {
	color:#FFFFFF;
	}
	/* navigation*/
a:link, a:visited 
{
color:#FFFF00;
text-decoration:none;
}
#footer a:link, #footer a:visited 
{
color:#C411CE;
text-decoration:none;
}
	
#navlist
{
margin-left: 5px;
padding-left: 5px;
list-style: none;
color:#FFFFFF;
}

#navlist li
{

color:#0000CC;
}

#navlist li a:link, #navlist li a:visited, #navlist li a:active
{
padding-left: 14px;
background-image: url(../assets/images/icons/navBullet.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
color:#0000CC;
text-decoration:none;
}
#navlist li a:hover
{
color:#FFFF00;
padding-left: 14px;
background-image: url(../assets/images/icons/navBullet_r.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}
#navlist li a:visited
{
color:#336699;
}

.showTell, .showTell a:link,  .showTell a:visited {
background-color:#FFFFFF;
color:#9900FF;
font-weight:bold;
}