#main h1 span{
    display:none;
}
 
#main h1{
    display:block;
    height: 50px; /*change to the height of the image*/
    background:url(../images/h1hometitle.png) no-repeat left top;
    border: none;
}
#feeds h2 span{
    display:none;
}
 
#feeds h2{
    display:block;
    height: 30px; /*change to the height of the image*/
    background:url(../images/h2hometitle.png) no-repeat left top;
    border: none;
}
#feeds h3 span{
    display:none;
}
 
#feeds h3{
    display:block;
    height: 30px; /*change to the height of the image*/
    background:url(../images/h3hometitle.png) no-repeat left top;
    border: none;
}
#feeds h4 span{
    display:none;
}
 
#feeds h4{
    display:block;
    height: 30px; /*change to the height of the image*/
    background:url(../images/h4hometitle.png) no-repeat left top;
    border: none;
}
#feeds h5 span{
    display:none;
}
 
#feeds h5{
    display:block;
    height: 30px; /*change to the height of the image*/
    background:url(../images/h5hometitle.png) no-repeat left top;
    border: none;
}

#slideshow-screen {width: 500px; height: 333px; background: #333; border: solid 4px #971b1e;}

#newsbox {width: 506px; height: 339px; background: #333; margin: 10px;}

#slideshow-screen-small {width: 292px; height: 192px; background: #333; border: solid 4px #2a2e78;}

.logo {float: left; margin-left: 10px; margin-top: 10px;}

.separator {margin-top: 5px;}

.sectionHome #mainNavigation #linkHome a {/* automation for active tab */
		background: #636466 url(../images/active-tab-background.gif) repeat-x 100%;
		border-top: 1px solid #a44244;
		color: #ffffff;
}

.sectionHome #mainNavigation #linkHome a:hover {/* hover over-ride for automated tab */
		color: #a44244;
		border-top: #971b1e;
}