@charset "UTF-8";
/* CSS Document */
body  {
	color: #000000;
	background-color:#FFFE00;
}
#header { 
	background:url(../assets/templates/council/smithyHeaderBg.gif);
	background-repeat:no-repeat;
} 
#contentWrapper { 
	background-image:url(../assets/templates/council/contentBoxBG.gif)
	}
#contentBoxTop {
	background:url(../assets/templates/council/contentBoxTop.gif) no-repeat top;
	}
#contentBoxEnd {
	background:url(../assets/templates/council/contentBoxFtr.gif) no-repeat bottom;
	}
#leftNavWrapper { 
	background-image:url(../assets/templates/council/leftNavBG.gif)
	}
#leftNavTop {
	background-image:url(../assets/templates/council/leftNavTop.gif);
	}
#leftNavEnd {
	background:url(../assets/templates/council/leftNavEnd.gif) no-repeat bottom;
	}
#footer {
	background:url(../assets/templates/council/footerBG.gif)
	}
	
h1, h2, h3 {
	color:#CC0033;
	}
#contentBoxTop {
	height: 56px;
	}
	
/* navigation */

#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;
}
