Firefox color issues

So I have secondary headers lined up in the template I created...the text colors appear perfectly fine in IE but when I preview in Firefox I get an entirely different color. Colors are supposed to be #FF9999 and #A23E3E. In Firefox they look blue-ish purply..I've checked the CSS and it look normal. I've even tried changing the default text color in my properties panel for the entire website. No change. Any ideas!?

here's the code for the page that's having issues...the issues also occur on any other page I use the colors on.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/Contribute.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- InstanceBeginEditable name="doctitle" -->
<title>Untitled Document</title>
<!-- InstanceEndEditable -->
<style type="text/css">
<!--
body {
    background: #F8F7DC;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
    font-size: 100%;
    background-color: #F8F7DC;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
.oneColLiqCtrHdr #container {
    width: 80%; /* the auto margins (in conjunction with a width) center the page */
    border: 0px solid #000000;
    text-align: left; /* this overrides the text-align: center on the body element. */
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    background-color: #F8F7DC;
.oneColLiqCtrHdr #header {
    background: #000000;
    padding: 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
.oneColLiqCtrHdr #header h1 {
    margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    padding: 10px 0;
.oneColLiqCtrHdr #mainContent {
    padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    background: #F8F7DC;
.oneColLiqCtrHdr #footer {
    padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    background:#F8F7DC;
.oneColLiqCtrHdr #footer p {
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    font-style: italic;
-->
</style>
<script src="../../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<link href="../../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
a:link {
    color: #a23e3e;
a:visited {
    color: #5a6053;
a:hover {
    color: #FF9999;
a:active {
    color: #A8A8A8;
.style1 {font-family: "High Tower Text", Rats-Alternate, Rats-Regular, "Adobe Garamond Pro"}
body,td,th {
    font-family: High Tower Text;
    color: #000000;
.style3 {color: #000000}
.style4 {color: #FF9999}
a {
    font-weight: bold;
h1 {
    color: #FF9999;
h2 {
    color: #a23e3e;
-->
</style>
<style type="text/css">
<!--
.style6 {
    font-size: medium;
    font-family: "High Tower Text";
    font-style: italic;
    color: #a23e3e;
-->
</style>
<!-- InstanceBeginEditable name="head" -->
<style type="text/css">
<!--
.style7 {
    font-size: 125%;
    font-weight: bold;
    color: #a23e3e;
-->
</style>
<!-- InstanceEndEditable -->
<script type="text/javascript">
<!--
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
function MM_nbGroup(event, grpName) { //v6.0
  var i,img,nbArr,args=MM_nbGroup.arguments;
  if (event == "init" && args.length > 2) {
    if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
      img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
      if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
      nbArr[nbArr.length] = img;
      for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
        if (!img.MM_up) img.MM_up = img.src;
        img.src = img.MM_dn = args[i+1];
        nbArr[nbArr.length] = img;
  } else if (event == "over") {
    document.MM_nbOver = nbArr = new Array();
    for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
      if (!img.MM_up) img.MM_up = img.src;
      img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
      nbArr[nbArr.length] = img;
  } else if (event == "out" ) {
    for (i=0; i < document.MM_nbOver.length; i++) {
      img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
  } else if (event == "down") {
    nbArr = document[grpName];
    if (nbArr)
      for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
    document[grpName] = nbArr = new Array();
    for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
      if (!img.MM_up) img.MM_up = img.src;
      img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
      nbArr[nbArr.length] = img;
//-->
</script>
</head>
<body class="oneColLiqCtrHdr" onload="MM_preloadImages('../../Web Images/Navigation Images/homebuttonover.gif','../../Web Images/Navigation Images/homebuttondown.gif','../../Web Images/Navigation Images/homebuttonoverdown.gif','../../Web Images/Buttons/donate_over.gif')">
<div id="container">
  <div id="header">
    <h1><a href="../AJBHome.html"><img src="../../Web Images/Logos/AliceJames.jpg" width="107" height="152" border="0" /></a><a href="../AJBHome.html" target="_top" onclick="MM_nbGroup('down','group1','home','../../Web Images/Navigation Images/homebuttondown.gif',1)" onmouseover="MM_swapImage('home','','../../Web Images/Navigation Images/homebuttonover.gif',1);MM_nbGroup('over','home','../../Web Images/Navigation Images/homebuttonover.gif','../../Web Images/Navigation Images/homebuttonoverdown.gif',1)" onmouseout="MM_swapImgRestore();MM_nbGroup('out')"><img src="../../Web Images/Navigation Images/homebuttonup.gif" name="home" width="400" height="75" border="0" id="home" /></a></h1>
    <ul id="MenuBar1" class="MenuBarHorizontal">
      <li><a href="Contribute.html">contribute</a></li>
    <li><a href="../About/About.html" class="MenuBarItemSubmenu">about</a>
          <ul>
            <li><a href="../About/History.html">history</a></li>
            <li><a href="../About/CurrentBoardMembers.html">current board members</a></li>
            <li><a href="../About/SupportersandPartners.html">supporters and partners</a></li>
            <li><a href="../About/AliceJames.html">alice james</a></li>
            <li><a href="#http://www.umf.maine.edu/index2.php">UMF</a></li>
            <li><a href="../About/ContactUs.html">contact us</a></li>
          </ul>
      </li>
    <li><a class="MenuBarItemSubmenu" href="../Opportunities/Opportunities.html">opportunities</a>
          <ul>
            <li><a class="MenuBarItemSubmenu" href="../Opportunities/GettingPublished.html">getting published</a>
                <ul>
                  <li><a href="../Opportunities/SubmissionGuidelines.html">Submission Guidelines</a></li>
                  <li><a href="../Opportunities/BeatriceHawleyAward.html">Beatrice Hawley Award</a></li>
                  <li><a href="../Opportunities/KinerethGenslerAwards.html">Kinereth Gensler Awards</a></li>
                  <li><a href="../Opportunities/KundimanPrize.html">Kundiman Prize</a></li>
                </ul>
            </li>
            <li><a href="../Opportunities/Internships.html">internships</a></li>
          </ul>
      </li>
    <li><a href="../News&amp;Events/NewsandEvents.html" class="MenuBarItemSubmenu">news &amp; events</a>
          <ul>
            <li><a href="#">blog page</a></li>
          </ul>
      </li>
    <li><a class="MenuBarItemSubmenu" href="../Books/Books.html">books</a>
          <ul>
            <li><a href="../Books/ForthcomingTitles.html">forthcoming titles</a> </li>
            <li><a href="../Books/Catalog.html">catalog</a></li>
            <li><a href="../Books/Ordering.html">ordering</a></li>
          </ul>
      </li>
    </ul>
    <p> </p>
  <!-- end #header --></div>
  <div id="mainContent">
    <h1><span class="style4"><!-- InstanceBeginEditable name="Header 1" -->Contribute<br />
      <span class="style6">      make your donation now</span><!-- InstanceEndEditable --></span></h1>
    <table width="80%" border="0" align="center" cellpadding="2" cellspacing="0" bgcolor="#FF9999">
      <tr>
        <td bgcolor="#F8F7DC"><div align="center"><a href="Donations.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image3','','../../Web Images/Buttons/donate_over.gif',1)"><img src="../../Web Images/Buttons/donate_up.gif" name="Image3" width="125" height="50" border="0" id="Image3" /></a></div></td>
      </tr>
      <tr>
        <td><!-- InstanceBeginEditable name="text" -->
          <p align="left" class="style7">We invite you to become a friend to Alice James</p>
          <p align="right"><em>In our family group girls scarcely seem to have had a chance.</em> <br />
            —Henry James, brother of Alice James </p>
          <p>Named for and inspired by Alice James, whose tremendous gift for  writing went unrecognized during her lifetime, Alice James Books was  founded to ensure womens’ voices “had a chance.” As time passes, this  legacy carries on in what we do. Of course, we’ve expanded our mission  to offer voice to a diverse range of poets and poetic styles out there,  becoming a home for all strong and necessary voices in the poetry  community. </p>
          <p>We continue to celebrate our roots and to be inspired by Alice  James, hoping our endeavors will ensure the continued support of poets  and poetry and lend voice to those who may be particularly  marginalized. We’ve tried earnestly to balance our mission and budget,  but deficit looms, and we need your help to achieve our modest  financial goals. </p>
          <p>We hope that you like our books and authors, and that if  you’re a reader, an Alice, a lover of poetry, you’ll feel compelled to  help and join us in our cause: the preservation of this great art.  Alice James Books needs your generosity, attention, and hope for us to  end this fiscal year in the black, which basically means we’d really  like to be able to cover operating costs. </p>
          <p>The press has grown significantly over the years, and we owe  many thanks to our generous supporters, who play a large role in  ensuring our stability and growth. Please <strong><a href="Donations.html">Make your donation</a></strong> to us now with the knowledge you’re doing something necessary and good. We invite you to enjoy the great <strong><a href="DonorBenefits.html">incentives</a></strong> we offer and to take part in AJB’s future. We hope soon to be able to  both thank and welcome you to our base of supporters, our circle of  friends. </p>
          <p>Warm regards and thanks,<br />
            Carey Salerno<br />
            Executive Director<br />
            on behalf of the Alice James Cooperative Board</p>
        <!-- InstanceEndEditable --></td>
      </tr>
      <tr>
        <td bgcolor="#F8F7DC"><div align="center"><a href="Donations.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image4','','../../Web Images/Buttons/donate_over.gif',0)"><img src="../../Web Images/Buttons/donate_up.gif" name="Image4" width="125" height="50" border="0" id="Image4" /></a></div></td>
      </tr>
    </table>
    <h2 class="style4"> </h2>
    <p> </p>
    <!-- end #mainContent --></div>
  <div id="footer">
    <p align="center" class="style1">Alice James Books, an affiliate of the University of Maine at Farmington</p>
    <p align="center" class="style1"><a href="../AJBHome.html">home</a>-<a href="../About/ContactUs.html">contact</a>-<a href="../SiteMap.html">site map</a>-<a href="../Books/Ordering.html">ordering</a>-<a href="../Books/Catalog.html">catalog</a>-<a href="../Books/ForthcomingTitles.html">forthcoming titles</a>-<a href="../Opportunities/SubmissionGuidelines.html">submissions</a>-<a href="../News&amp;Events/NewsandEvents.html">news &amp; events</a>-<a href="../Opportunities/Internships.html">internships</a>-<a href="http://www.umf.maine.edu/index2.php">umf</a></p>
  <!-- end #footer --></div>
<!-- end #container --></div>
<script type="text/javascript">
<!--
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
//-->
</script>
</body>
<!-- InstanceEnd --></html>
I created them all from a master template. Here's that code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- TemplateBeginEditable name="doctitle" -->
<title>Untitled Document</title>
<!-- TemplateEndEditable -->
<style type="text/css">
<!--
body {
    background: #F8F7DC;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
    font-size: 100%;
    background-color: #F8F7DC;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
.oneColLiqCtrHdr #container {
    width: 80%; /* the auto margins (in conjunction with a width) center the page */
    border: 0px solid #000000;
    text-align: left; /* this overrides the text-align: center on the body element. */
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    background-color: #F8F7DC;
.oneColLiqCtrHdr #header {
    background: #000000;
    padding: 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
.oneColLiqCtrHdr #header h1 {
    margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    padding: 10px 0;
.oneColLiqCtrHdr #mainContent {
    padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    background: #F8F7DC;
.oneColLiqCtrHdr #footer {
    padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    background:#F8F7DC;
.oneColLiqCtrHdr #footer p {
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    font-style: italic;
-->
</style>
<script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<link href="../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
a:link {
    color: #a23e3e;
a:visited {
    color: #5a6053;
a:hover {
    color: #FF9999;
a:active {
    color: #A8A8A8;
.style1 {font-family: "High Tower Text", Rats-Alternate, Rats-Regular, "Adobe Garamond Pro"}
body,td,th {
    font-family: High Tower Text;
    color: #000000;
.style3 {color: #000000}
.style4 {color: #FF9999}
a {
    font-weight: bold;
h1 {
    color: #FF9999;
h2 {
    color: #a23e3e;
-->
</style>
<!-- TemplateParam name="Header 1" type="boolean" value="true" --><!-- TemplateParam name="Content 1" type="boolean" value="true" --><!-- TemplateParam name="Header 2" type="boolean" value="true" --><!-- TemplateParam name="Content 2" type="boolean" value="true" --><!-- TemplateParam name="Button Bar" type="boolean" value="true" -->
<!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->
<script type="text/javascript">
<!--
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
function MM_nbGroup(event, grpName) { //v6.0
  var i,img,nbArr,args=MM_nbGroup.arguments;
  if (event == "init" && args.length > 2) {
    if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
      img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
      if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
      nbArr[nbArr.length] = img;
      for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
        if (!img.MM_up) img.MM_up = img.src;
        img.src = img.MM_dn = args[i+1];
        nbArr[nbArr.length] = img;
  } else if (event == "over") {
    document.MM_nbOver = nbArr = new Array();
    for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
      if (!img.MM_up) img.MM_up = img.src;
      img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
      nbArr[nbArr.length] = img;
  } else if (event == "out" ) {
    for (i=0; i < document.MM_nbOver.length; i++) {
      img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
  } else if (event == "down") {
    nbArr = document[grpName];
    if (nbArr)
      for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
    document[grpName] = nbArr = new Array();
    for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
      if (!img.MM_up) img.MM_up = img.src;
      img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
      nbArr[nbArr.length] = img;
//-->
</script>
</head>
<body class="oneColLiqCtrHdr" onload="MM_preloadImages('../Web Images/Navigation Images/homebuttonover.gif','../Web Images/Navigation Images/homebuttondown.gif','../Web Images/Navigation Images/homebuttonoverdown.gif')">
<div id="container">
  <div id="header">
    <h1><a href="../Pages/AJBHome.html"><img src="../Web Images/Logos/AliceJames.jpg" width="107" height="152" border="0" /></a><a href="../Pages/AJBHome.html" target="_top" onclick="MM_nbGroup('down','group1','home','../Web Images/Navigation Images/homebuttondown.gif',1)" onmouseover="MM_swapImage('home','','../Web Images/Navigation Images/homebuttonover.gif',1);MM_nbGroup('over','home','../Web Images/Navigation Images/homebuttonover.gif','../Web Images/Navigation Images/homebuttonoverdown.gif',1)" onmouseout="MM_swapImgRestore();MM_nbGroup('out')"><img src="../Web Images/Navigation Images/homebuttonup.gif" name="home" width="400" height="75" border="0" id="home" /></a></h1>
    <ul id="MenuBar1" class="MenuBarHorizontal">
      <li><a href="../Pages/Contribute/Contribute.html">contribute</a></li>
    <li><a href="../Pages/About/About.html" class="MenuBarItemSubmenu">about</a>
          <ul>
            <li><a href="../Pages/About/History.html">history</a></li>
            <li><a href="../Pages/About/CurrentBoardMembers.html">current board members</a></li>
            <li><a href="../Pages/About/SupportersandPartners.html">supporters and partners</a></li>
            <li><a href="../Pages/About/AliceJames.html">alice james</a></li>
            <li><a href="#http://www.umf.maine.edu/index2.php">UMF</a></li>
            <li><a href="../Pages/About/ContactUs.html">contact us</a></li>
          </ul>
      </li>
    <li><a class="MenuBarItemSubmenu" href="../Pages/Opportunities/Opportunities.html">opportunities</a>
          <ul>
            <li><a class="MenuBarItemSubmenu" href="../Pages/Opportunities/GettingPublished.html">getting published</a>
                <ul>
                  <li><a href="../Pages/Opportunities/SubmissionGuidelines.html">Submission Guidelines</a></li>
                  <li><a href="../Pages/Opportunities/BeatriceHawleyAward.html">Beatrice Hawley Award</a></li>
                  <li><a href="../Pages/Opportunities/KinerethGenslerAwards.html">Kinereth Gensler Awards</a></li>
                  <li><a href="../Pages/Opportunities/KundimanPrize.html">Kundiman Prize</a></li>
                </ul>
            </li>
            <li><a href="../Pages/Opportunities/Internships.html">internships</a></li>
          </ul>
      </li>
    <li><a href="../Pages/News&amp;Events/NewsandEvents.html" class="MenuBarItemSubmenu">news &amp; events</a>
          <ul>
            <li><a href="#">blog page</a></li>
          </ul>
      </li>
    <li><a class="MenuBarItemSubmenu" href="../Pages/Books/Books.html">books</a>
          <ul>
            <li><a href="../Pages/Books/ForthcomingTitles.html">forthcoming titles</a> </li>
            <li><a href="../Pages/Books/Catalog.html">catalog</a></li>
            <li><a href="../Pages/Books/Ordering.html">ordering</a></li>
          </ul>
      </li>
    </ul>
    <p> </p>
  <!-- end #header --></div>
  <div id="mainContent">
    <h1><span class="style4"><!-- TemplateBeginEditable name="Header 1" --> <!-- TemplateEndEditable --></span></h1>
    <!-- TemplateBeginEditable name="Content" -->any content that will be on the page. <!-- TemplateEndEditable -->
    <h2 class="style4"> </h2>
    <!-- TemplateBeginIf cond="_document['Content 2']" -->
    <p> </p>
    <!-- TemplateEndIf -->
    <!-- end #mainContent --></div>
  <div id="footer">
    <p align="center" class="style1">Alice James Books, an affiliate of the University of Maine at Farmington</p>
    <p align="center" class="style1"><a href="../Pages/AJBHome.html">home</a>-<a href="../Pages/About/ContactUs.html">contact</a>-<a href="../Pages/SiteMap.html">site map</a>-<a href="../Pages/Books/Ordering.html">ordering</a>-<a href="../Pages/Books/Catalog.html">catalog</a>-<a href="../Pages/Books/ForthcomingTitles.html">forthcoming titles</a>-<a href="../Pages/Opportunities/SubmissionGuidelines.html">submissions</a>-<a href="../Pages/News&amp;Events/NewsandEvents.html">news &amp; events</a>-<a href="../Pages/Opportunities/Internships.html">internships</a>-<a href="http://www.umf.maine.edu/index2.php">umf</a></p>
  <!-- end #footer --></div>
<!-- end #container --></div>
<script type="text/javascript">
<!--
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
//-->
</script>
</body>
</html>
I should also mention it's in Dreamweaver CS3

Similar Messages

  • Color issues in Safari

    Hello, I've just uploaded my first Muse site: www.michaelphipps.net
    It worked well and looks perfect in Firefox on my computer (I haven't checked IE yet). In Safari, some of the rollover images are showing as a different color than the background. See the windows with the flags that say "Gallery", etc. You'll notice a small rectangle box around them where the orange (or green on other pages) is darker than the background. I looked on another computer with an older version of Safari and the problem is not there.
    I did some research and discovered that Safari pays attention to color profiles, but other browsers do not. I checked my background images and compared them to my rollover images. Different profiles? Yes! So I fixed that and the problem remained. I've been trying test after test for hours and discovered something strange. I saved the background image and placed it in the site with Muse. I cropped that same image in Photoshop and placed it on the other image in Muse. A quick check in Safari shows that the color issue is resolved- the two images are the same color. I cropped the image even smaller and the same test yielded good results- the colors of the two images are the same. I cropped it again to 221 by 61 pixels and tried it again. The problem is back! According to my tests, the only difference is the size of the image. So either Photoshop is saving the smaller image differently, or Muse is rendering it differently. Why? And how would I stop it?
    Thanks for your help!

    Just a thought - Musing [pardon pun]
    What file format are you using? ,jpg? .psd?  .png?
    Is Bridge in the workflow?  Is Camera Raw in the workflow? Is Save For Web in the workflow? Is Lightroom in the workflow. << any of them have the posibility of being the cause of your color mismatching issue.
    I use Lighroom a LOT, Thus I send photos from there to Photoshop and back. So - I have the color profile in PS set to ProPhotoRGB most of the time.
    Even though I have the 'always ask' about profile mismatches enabled I still have occasional issues with photos leaving PS with strange colors - usually because I'm impatient and not paying attention.
    My suggestion [what I would try] >>
    Be sure the PS used profile is set to RGB:
    Then I would open ALL my images in PS and Convert them all to RGB

  • Dual monitor color issue - oversaturated image in CS4

    Hi, I wonder if you can help. I found people having similar issues, but never seen an actual answer, so your input would be greatly appreciated.
    My set-up:
    MacBook Pro Dual Core intel based 15.4 2.6GHz running OS X 10.5.6 - also my primary display
    HP LP2475- secondary display
    CS4
    Both monitors were calibrated using X-rite Eye-one LT (each with a separate profile)
    I've tried calibrating each monitor 3 times and still get the proble,
    My problem:
    Running in dual monitor mode in bridge or safari/firefox- no problems at all: almost consistent colour between both monitors.
    When I open the images in Photoshop CS4, they look fine on my MacBook screen, but when I drag them over to the HP the color is grossly oversaturated - especially in the red. What am I doing wrong? (in fact on the HP monitor, the color looks perfect in bridge but super insanely saturated in CS4)
    Does anyone have a clue on how I can fix this?
    Thanks!

    You say your running 10.5.6?  Why haven't you updated to 10.5.8?
    FWIW, I never had color issues under 10.5.X, however I have since upgrade to 10.6.
    See the thread I started in which Adobe responded:
    http://forums.adobe.com/thread/483359

  • Export color vs. print to file color issue with 2.3RC

    Hi,
    I'm having problems with exporting photos for web-site usage.
    In short: colors get extremely washed out and plain when using "export to disk" (requesting sRGB color profile, in jpg-format). But, when "printing to file" using sRGB profile and rendering intent perceptual colors are reasonably close to what I see in LR. Yes, I know, sRGB is limited, but...
    Why there is such a difference when both methods are using sRGB for generated jpg? Is it the fact that rendering intent can not be selected for "export to disk"?
    As I can not control pixel dimensions in Print mode is not an option for my use (and I can not control sharpening with plug-in, but the color issue is there to begin with without any export plugin intervention).
    In contrast, LR 1.4 export to disk gives reasonable colors, the color issue has appeared with 2.x series.
    Running Windows XP SP3, LR 2.3RC, display calibrated with Color Vision SPyder 2.
    Please help, this is driving me nuts :(

    I think, that your examples shows the same problem as my observations.
    It seems that your display has even smaller gamut than sRGB (on my notebook DELL D620 this is also the case) so after you calibrated it, both lightroom and color managed firefox shows more saturated colors than windows explorer showing exported image (as far as I know, export from library module works correctly, but win explorer is not doing conversion to your monitor profile, that's why image is undersaturated). This is correct. It is really hard to calibrate such a low quality display, which can often be found on cheap notebooks - I have my own experience with it. Blue shades are really weak so heavy corrections have to be done in the profile (generated with spyder in your case), which can result in purple skies (why? Read this: http://www.brucelindbloom.com/index.html?WorkingSpaceInfo.html).
    Problem is with image printed to file. This should look same as file exported from library module given that you use sRGB both as a destination space in export from library and as a printer profile while printing to file. In your case LR printed your image using values corresponding to your monitor profile (even if sRGB was selected) which resulted in oversaturated image (because your display has smaller gamut than sRGB). In my case images printed to file are undersaturated (because my monitor has gamut wider than sRGB). But I'm sure this is a bug! Your monitor profile should not affect printing to file in any case if sRGB is selected as printer profile!
    Summary: purle sky in LR and in color managed FF is ok, but purple sky in image printed to file is not ok. :-)
    And my hint: do not try to calibrate this display... :-)
    You can try to make some measurements of your UNCALIBRATED NB display using this freeware: http://www.homecinema-fr.com/colorimetre/index_en.php You will probably see a very uneven color temperature across grayscale and much smaller gamut than sRGB.
    Let us know your findings.

  • IPhone 5s screen color issues

    Got a 5s, love, however I was wondering, the color white seems "yellowish". I was able to get one (AT&amp;T) through Best Buy, and ordered one through Apple. Both phones seems to have the white color issue. I went to the Apple store and compared the screens, my phone seems "yellowish", even confirmed by the Apple employee. Anyone else having issues?

    Thank you for your help, Shipping cost is a issue. I will contact the apple soon
    Thank you

  • Firefox 11 Issue with rollover buttons, or...?

    I've created a top-level navigation scheme in Muse, consisting of 4 tabs.
    Demand Generation | Marketing Automation | Marketing Operations | Blog
    The first tab's rollover functionality (Demand Generation) works fine, No matter where I move my mouse on this tab, the rollover works fine and the sub-menus display properly.
    The other 3 tabs seem to have gaps in the rollover hotspots. If you move your mouse across any of the text (Marketing Automation | Marketing Operations | Blog) you'll notice that the rollover functionality appears and then dissappears at different places along the text.The sub-menus also appear and dissapear at different spots as well.
    I've checked the 'Edit Together' box within the navigation, but can't figure out why only the first tab works and not the rest.
    BTW: This is only an issue in Firefox . It works fine in IE.
    Click here to see for yourself: http://www.crowds2crowds.com
    Any idea what might be happening? Is it just a Firefox 11 issue or something else. I've checked each tab in Muse and they are all configured exactly the same. Its very odd that only the first tab works.
    4/23/12 Update: This issue is also occuring with Safari.

    I see the issue you're talking about, do you mind sending me your .muse file so I can take a look? Please send it to muse-support at adobe.com, along with a link to this thread. Please put "Attn: Colby" in the subject.
    Thanks,
    Colby

  • Camera Raw 8.7.1 color issues

    After the recent camera raw update to 8.7.1 I have noticed some pretty bad color shifts between camera raw and photoshop cs6. The colors in camera raw look very saturated and then when moving into photoshop the saturation shift is pretty dramatic. I never had these issues before the update. I have attached a screenshot illustrating the color issue. I am working on a very good monitor ( NEC PA 242W ) and it is color calibrated using NEC Spectraview calibration system. I have double checked my color setting in photoshop and camera raw to make sure I was viewing the same color space. I am just wondering if this is maybe a bug in the update and others are experiencing the same issues or if I am just missing something.
    I would also add that I am using the Creative Suite CS6 and not CC. If that makes a difference.

    Thanks ssprengel for the suggestions and running a side by side yourself. I went through all my settings and applied your suggestions and did a side by side each time. I even uninstalled the entire creative suite on my system then reinstalled and updated and I still get the same outcome. It was fine yesterday with the previous version of ACR. It seems like the updated version is not showing the image preview in any color space. When I switch the color space in the workflow options the histogram changes but it doesn't seem to affect the preview window. And yes the preview button was checked on it was just when I was using the screen grab tool in windows it took focus away from the application so that is why the settings appear grayed out. I have attached more screen grabs below illustrating all my settings. Also here is some system info if anyone out there has a similar setup and would be willing to test.
    Adobe Photoshop Version: 13.0.1 (13.0.1.3 20131024.r.34 2013/10/24:21:00:00) x64
    Operating System: Windows 7 64-bit
    Version: 6.1 Service Pack 1

  • Photoshop CC Color Issues

    When I updated my Photoshop program two updates ago I began having color issues in Photoshop as the rest of the Adobe Suite.  Regardless of whether the color mode is RGB or CMYK the colors appear washed out on the program.  This image http://i.imgur.com/BWVwbx2.jpg  is an example. The image on the right is a screen shot of the original image of the shoes copied from the website, the image on the left is the same image copied into photoshop. When I try to save the RGB file as a jpeg or a PDF it looks the same as it did in the program, washed out.  However,  when the file is CMYK color mode and I try to save it as a jpeg or PDF it looks like this http://i.imgur.com/TAUyeOf.jpg. Both my coworker and I started having this issue on our seperate computers around the same time so I don't believe that it is a graphics card issue or something along those lines. How can I fix this?  I have tried calling Adobe support, but unfortunately the person on the phone was not very experienced in the program and unable to help.
    Some Info about my computer:
    Currently I have Photoshop CC with the 14.2.1 update.  I have Windows 7 Professional SP1, 64-bit OS,  8 GB of RAM (7.87 GB Usable) and 360 GB free space on the (C:) drive.

    Illustrator and Windows Photo Viewer agree. They should, because they're both fully color managed. I assume Photoshop shows the same.
    Picasa is not color managed. All bets are off there, it can display like anything under the sun, depending on what color space the file was created in, and how your monitor displays color.
    There is a basic checklist for color management issues:
    1 - is the application color managed at all?
    2 - is there an embedded document profile, and what is it?
    3 - what is the monitor profile?
    We've established #1. For #2, see in the lower left corner of the Photoshop image window. Click the little arrow and check "document profile". What does it say?
    #3 is often the critical one. This is where your calibrated monitor profile should be - but if you don't do that, it's often a manufacturer supplied profile. These are often worse than worthless. The best option here is to use sRGB if you have a standard gamut monitor (like the U2412) - or Adobe RGB if you have a wide gamut monitor (like your co-worker's U3011). Yes, there is a significant difference between these two.
    Anyway:
    Go to Control Panel > Color Management > Devices. Set sRGB IEC61966-2.1 as your default monitor profile there and relaunch Photoshop:
    With this setting, Photoshop, Illustrator and Windows Photo Viewer will display  (more or less) correctly. It could still be that the file had the wrong document profile, or none at all, but the file will display correctly as it is.

  • HP 7260: Photo tray = color issues (pink photos)

    Hi,
    I have a 7260 and it's working fine, as long as you don't use the photo tray.
    Today I tried to print a couple of photos on advanced hp photo paper.
    No problems at all, except that the picture is completely... pink.
    So I tried to mangle with the color settings (in windows) and eventually ended up with 6 pink pictures.
    Since I thought this was a settings error, I tried printing straight from the SD memory card.
    I figured that if there was no computer involved, there wouldn't be any setting issues either.
    And thus I ended up with 7 pink pictures.
    I finally decided this would probably be an ink issue, but to make sure I tried to print the same photo on a regular A4 sheet.
    And... no color issues there! Printing on regular A4 sheets works just fine!
    Any idea how I could make the printer print the right colors on the right paper?

    I suggest opening the Print & Scan System Preferences, then highlight your HP Photosmart printer in the printers list and delete it by pressing the minus sign. Now, re-add the printer by clicking on the plus sign and select the printer. Make sure that the 'Print Using:' pull down aut selects the correct driver for your printer. If it doesn't, pull down the list and manually select the correct driver using the 'Select Printer Software' option. Hopefully that will resolve your issue.
    HP Printer Support for Mac OS X

  • Color issues

    Hi, I recently installed Creative Suite Web Premium, and have
    weird color issues. If I open a jpeg in fireworks it looks correct,
    but if I open it PhotoShop CS3 or Windows Photo Gallery the colors
    look REALLY bright, not even close.
    Any Ideas on how to fix this?
    Thanks

    In Photoshop, try turning off View > Proof Colors.
    If that doesn't work, try Edit > Assign Profile and choose
    "Don't Color Manage This Document."
    If that doesn't work, try Edit > Color Settings and set
    the "Settings" to "Monitor RGB."

  • Illustrator CS6 color issues when saving JPG

    I have recently gotten rid of the Pantone+ color books and replaced them with the old color books, using the "Workaround 1: Replace Pantone Plus with older Pantone color books" help from Adobe. Followed all of the instrauctions and had no issues until two weeks ago. Then suddenly when saving PDFs I had to start changing the output Color Conversion to ' convert to destination'. I never had to take this extra step before. Now if I do not do this it saves some colors as black. Whatever, I got over that and take the extra step.
    TODAY, now I can't even save JPGs without color issues. Some JPGs save correctly. Then I use the same color in a different file, and it saves completely different. Same color profiles, swatch options, blah blah blah.
    Someone help me. I am extremely fed up with these issues. Like everyone else, this is my job and now it is making a huge impact on my work...

    What program are you using to view the PDFs?

  • Firefox font issues

    System: eMac G3 running 10.3.9
    Firefox: current (2.0.0.14), but affected prior versions also
    Classic installed? yes
    User-specific? yes
    User has unique language preferences as international options? Yes. All languages, however, require an essentially Latin characterset. (Not Central European, Cyrillic, Chinese etc.) Same settings cause Firefox no issues on a machine running Tiger.
    Persists on restart, after verifying/repairing disk, after repairing permissions etc.
    Have tried trashing ~/Caches/Firefox and ~/Application Support/Firefox. Have also tried doing this, switching language order (so an English is top) in System Preferences and restarting Firefox with no effect.
    Have tried trashing /Library/Caches/com.apple.ATS/uid.*, ~/Caches/Firefox, ~/Application Support/Firefox and logging out and back in.
    Symptoms: fonts in location bar, dialog boxes etc. are small, wobbly and generally peculiar-looking as if they have been written in a cramped, wobbly hand. Errors in console.log are roughly as follows (sorry, I'm having to do this from memory):
    ... cannot map file /Applications/Firefox.app/Contents/MacOS/plugins/Default Plugin.plugin ...
    ... cannot map file /Applications/Firefox.app/Contents/MacOS/plugins/JavaEmbeddingPlugin.bundle ...
    ... cannot map file /Applications/Firefox.app/Contents/MacOS/plugins/MRJPlugin.plugin ...
    three lines of errors specifically about the MRJPlugin
    ... cannot map file /Library/Internet Plug-Ins/QuickTime Plugin.plugin ...
    and similar lines for all entries in this directory (QT given as example)
    Fonts in actual web pages appear OK.
    Firefox -> Preferences -> Content shows nothing for Default Font. Under the advanced options, I have:
    Fonts for: Western
    proportional: serif
    serif: <blank>
    non-serif: <blank>
    monospace: <blank>
    Allow pages to choose own fonts is checked.
    Default encoding: Western (ISO-something-I-forget-but-looked-normal)
    Attempting to change a font yields an oddly restrictive list of options. For example, I might get "Times CY" or "Times CE" but not Times. All fonts seem to be non-English/non-Latin options.
    No non-default fonts are installed at either user or system level other than any installed with applications such as Adobe Reader, AppleWorks etc. ~/Library/Fonts/ is empty.
    Any suggestions would be welcome.
    - cfr

    jsd2 wrote:
    Maybe browsing to about:config and filtering on "font" would show something of interest .
    Hmm... Yes. I'll try that next time I'm on the machine in question. I'm pretty sure it is profile specific so would have thought a clean profile would solve issues that would show up here, but definitely worth checking.
    Might be worth asking or searching at Mozilla's Firefox support forum-
    http://forums.mozillazine.org/viewforum.php?f=38
    That was to be my next port of call. I posted here first because it seems to be specific to a particular Mac/version of the OS and to be specific to a user account but not a profile. Mainly, though, I posted here first because I'm already registered here and hate the proliferation of accounts I seem to need online these days! (I know I can post on the Mozilla forums anonymously but I'm fussy and like to know if anybody answers without having to keep checking. There's just no pleasing some of us...)
    Thanks,
    cfr

  • Bizzare Color Issue With JPEGs In RGB

    Recently when I've imported any jpegs from either the web or from my Thinkstock account I get strange color issues when it opens the image. Mostly the distortion happens in the whites. By default it opens in RGB mode (figure 1) and the issue goes away if I convert to CMYK mode (figure 2) but the image needs to be in RGB for me to use in an After Effects comp. Is there some step I'm missing in my color management? Thanks!

    Make sure you install the 10.9.1 update.
    Another test you can do is disable GPU drawing in Photoshop's preferences, then relaunch Photoshop.
    If the problem goes away, then it was caused by the video card driver (or, possibly by a defect in the GPU, but those aren't as common).

  • Strange Color issue for my display (blue - purple tint)

    hi guys,
    I have a white macbook.
    Recently, I realize some color issue on displaying blue.
    check this picture below (I uploaded to my flickr)
    and when it occurs I can only restart my computer, sometimes it changes back to normal...
    or I can just use an external screen to ignore this problem (which I am doing it now)
    anyone have any ideas?

    I fixed it by going back into each diffuse texture and choosing "Edit UV Properties" and hitting OK - this seem to reset and re-render each texture.
    Seems like a bug unless you can't use Image Size on documents that contain 3D layers maybe?

  • Lightroom/CS3 color issues on Mac

    Hello,
    I've seen a few posts about color issues, and I've tried following the advice posted, and I'm still having a problem. My photos appear fine in PS and in Lightroom (as well in in Mac's previewer) but when I upload them to the web or view the saved file on another computer, they appear severely desaturated with a blue tone.
    I'm using running Mac OX X on a new MacBook Pro. I have Lightroom and CS3 installed and fully patched.
    I am shooting in RAW with my Nikon, and importing the photos to Lightroom. In Lightroom, I choose "edit in CS3" and then the file opens in CS3. My settings for that are to open it as a 16 bit PDF ProPhoto RGB. My color settings in CS3 are set to ProPhoto RGB working space, preserve embedded profiles, ask when opening and pasting.
    The files still look great when I open them in PS, and then I save them and when I look at them again in Lightroom they also look good (the same). However, if I export them as .jpgs from Lightroom, or save them directly from CS3, they lose their color quality.
    I've found that if I change my proof setup to "monitor RGB" then I can see the photos the same way they appear when saved (the bad, desaturated version).
    I would really appreciate any help anyone could provide. I am generally happy with my Lightroom/CS3 workflow, but I'm totally baffled with this color issue.
    Emily

    Well, I think what you need to do is get a better grasp on the fundimentals of color management-which is a bit beyond the scope of what the forums can offer you.
    The bottom line is that Lightroom & Photoshop CSx (meaning past CS or actually even back to 7) can and does make use of display profiles (you can't turn it off even if Photoshop has a setting that makes you think you can). An image in Lightroom and Photoshop is always color managed...outside of an app that is color management, all bets are off.
    Save, assigning and converting to profiles are all very different. Photoshop CS3's color settings are absolutely critical because that's how you deal with managed and unmanaged color.
    Until you learn different, I would suggest that you set your CS3 color settings to North American PrePress 2....if you want images for the web, Convert To sRGB or use the new Save For Web (which can now do the sRGB conversion-finally).
    For other uses and purposes, I would suggest that you seriously consider using Adobe RGB-until such time that you understand the implications of using Pro Photo RGB.

Maybe you are looking for