It looks like you have 2 domains:
http://www.komenshreveportbossier.org/
which is a frames with only 1 frame in the set, pulling the information from
your other domain:
http://www.komenshreveport-bossier.org/
The frameset page has an empty title tag in the head section, which is why
your title is not displayed::
<html>
<head>
<title></title>
</head>
<!-- Redirection Services RED-01A-SEF H1 -->
If you go directly to the 2nd URL, your TITLE shows as desired
IMHO, it looks like you just need a better method of redirection, as this
methodology could be confused with duplicate content, which search engines
frown on.
What I would do, seeings you are on a Windows host make your home page on
domain 1 an ASP page, with the following code:
<%@ Language=VBScript %>
<%
Response.Status="301 Moved Permanently"
Response.AddHeader "Location", "
http://www.komenshreveport-bossier.org/"
%>
Which will take the traffic and any SE rankings over to the real website
Then go to your second page and fix all of your table issues, and then FF
may be able to render it- it has serious issues as previously noted
<table align="left" bgcolor="#ECD7DF" border="0" cellpadding="0"
cellspacing="0" width="750" height="359">
<tr>
<td </td height="359" width="750">
******look at the above cell code!
<div align="center">
<table border="0" cellpadding="0" style="border-collapse: collapse"
width="750" bgcolor="#ECD7DF" id="table1">
<tr>
<td width="480">
<img border="0" src="images/index_r1_c1newdaisylogonew.jpg"
width="484" height="359"></td>
*******your image has a width wider than its containing cell