@charset "UTF-8";
/* CSS Document */
body  {
	color: #000000;
	background-color: #FFCC66;
}
#header { 
	background-image:url(/assets/templates/info/smithyHeaderBg.gif);
	background-repeat:no-repeat;
} 
#contentWrapper { 
	background-image:url(/assets/templates/info/contentBoxBG.gif)
	}
#contentBoxTop {
	background:url(/assets/templates/info/contentBoxTop.gif) no-repeat top;
	}
#contentBoxEnd {
	background:url(/assets/templates/info/contentBoxFtr.gif) no-repeat bottom;
	}
#leftNavWrapper { 
	background-image:url(/assets/templates/info/leftNavBg.gif)
	}
#leftNavTop {
	background-image:url(/assets/templates/info/leftNavTop.gif);
	}
#leftNavEnd {
	background:url(/assets/templates/info/leftNavEnd.gif) no-repeat bottom;
	}
#footer {
	
	}
	
h1, h2, h3 {
	color:#CC0033;
	}

#navlist ul
{

margin-left: 5px;
padding-left: 5px;

list-style: none;
color:#FFFFFF;
}

#navlist li
{
list-style: none;
color:#FFFFFF;
}

#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;
text-decoration:none;
}
#navlist li a:hover
{
padding-left: 14px;
background-image: url(/assets/images/icons/navBullet_r.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}
#navlist li a:visited
{
}
