<!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/creditsite.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- InstanceBeginEditable name="doctitle" -->
<title> Site Map</title>
<!-- InstanceEndEditable -->
<!-- InstanceBeginEditable name="head" -->
<!-- InstanceEndEditable -->
<style type="text/css"> 
<!-- 
body  {
	background: #666666;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #003;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	background-color: #FFF;
}
.twoColHybLtHdr #container {
	width: 90%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-right-style: solid;
} 
.twoColHybLtHdr #header {
	padding: 0 10px;  /* 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. */
	background-color: #FFF;
} 
.twoColHybLtHdr #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: 2px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLtHdr #sidebar1 p" rule.
*/
.twoColHybLtHdr #sidebar1 {
	float: left;
	width: 14em; /* top and bottom padding create visual space within this div  */
	background-color: #FFF;
	display: inline;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
.twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.twoColHybLtHdr #mainContent {
	margin: 0 20px 0 13em; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	font-family: Arial, Helvetica, sans-serif;
} 
.twoColHybLtHdr #footer {
	padding: 0 10px;
	background-color: #FFF;
} 
.twoColHybLtHdr #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 */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container {
}
--> 
</style><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColHybLtHdr #sidebar1 { padding-top: 30px; }
.twoColHybLtHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it may need to avoid several bugs */
</style>
<![endif]-->
<script src="spryassets/SpryMenuBar.js" type="text/javascript"></script>
<link href="spryassets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
<link href="spryassets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
h1 {
	font-size: 26px;
	color: #033;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 21px;
	color: #063;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: 900;
}
h3 {
	font-size: 19px;
	color: #069;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	font-size: 14px;
}
a:link {
	font-weight: bold;
	color: #033;
}
a:hover {
	color: #033;
}
-->
</style></head>

<body text="#000000" link="#003333" vlink="#666666" alink="#666666" class="twoColHybLtHdr">

<div id="container">
  <div id="header">
    <h1><img src="images/rocksolidheadernow.jpg" width="860" height="108" alt="Rock Solid Credit Getting you on track in 30 days" /></h1>
    <!-- end #header -->
    <div class="MenuBarActive" id="container">
      <ul id="MenuBar1" class="MenuBarHorizontal">
        <li><a href="/index.html">HOME</a></li>
<li><a href="/freecreditscore.html">FREE CREDIT SCORE</a></li>
<li><a href="/aboutus.html">ABOUT US</a></li>
<li><a href="/contactus.html">CONTACT US</a></li>
      </ul>
      
    </div><br />
    <br />
    
<!-- InstanceBeginEditable name="EditRegion3" -->
<div>
    <h1 align="left">SITE MAP</h1>
  </div>
  <!-- InstanceEndEditable -->
  <div id="sidebar1">
    <h1 align="center"><a href="rocksolidcreditstrategyguide.html"><img src="images/strategybutton.jpg" width="180" height="194" alt="Creat your own credit strategy!" /></a></h1>
    <ul id="MenuBar2" class="MenuBarVertical">
<li><a href="whatdeterminescreditscore.html">WHAT DETERMINES MY CREDIT SCORE?</a></li>
<li><a href="/freecreditscore.html">WHERE DO I START?</a></li>
<li><a href="/howtoreadyourcreditreport.html">HOW TO READ YOUR CREDIT REPORT</a></li>
      <li><a href="howdoesdisputingyourcreditwork.html">HOW DOES DISPUTING CREDIT WORK?</a></li>
      <li><a href="monitoryourcreditreport.html">MONITOR YOUR CREDIT REPORT</a></li>
      <li><a href="/frequentlyaskedquestions.html">MOST COMMONLY MADE MISTAKES</a></li>
      <li><a href="/buildpositivecredit.html">HOW TO BUILD POSITIVE CREDIT</a></li>
      <li><a href="creditcardmanagement.html">MANAGE YOUR CREDIT CARDS</a></li>
      <li><a href="/creativewaystopayoffdebt.html">WAYS TO PAY OFF DEBT</a></li>
      <li><a href="/homeloans.html">HOME LOANS</a></li>
      <li><a href="bankruptcy.html">CREDIT AFTER BANKRUPTCY</a></li>
      <li><a href="identitytheft.html">IDENTITY THEFT</a></li>
</ul>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
  <!-- end #sidebar1 --></div>
  <!-- InstanceBeginEditable name="EditRegion4" -->
  <div id="mainContent">
    
    <h2>MY ROCK SOLID CREDIT - SITE MAP</h2>
    <hr />
    <ul>
      <li>
        <div align="center">
          <p align="left"><a href="index.html">Home Page</a> -  I keep it real, and tell you what you <em>really</em> need to do to create a rock solid credit rating, AND KEEP IT THAT WAY! Tricks and scams don't work. Bad credit is much easier to turn around than you think! </p>
        </div>
      </li>
      <li>
        <div align="left"><a href="credit rating payment comparision.html">Credit Rating Comparison</a> - This page compares below average credit rating loan amounts on automobiles and homes to above average credit rating loan amounts on automobiles and homes. It demonstrates the difference in monthly payments for the two credit categories.&nbsp; Bad credit vs good credit, how to turn your credit score around.</div>
        <br />
      </li>
      <li>
        <div align="left"><a href="where  do I start.html">Where Do I Start</a> - This page gets you started by helping you get your free credit report in minutes. Whether you have bad credit, are trying to apply for credit, or are thing to clean up your credit report to start you need INSTANT ACCESS TO A FREE CREDIT REPORT NOW!        </div>
      </li>
      <li><a href="optout.html">OPT OUT</a> - Allows individuals to opt out of 'pre-screened' credit offers - helps consumer lower their junk mail and chances  identity thieves have of opening credit accounts in YOUR name!</li>
      <li><a href="scoredevastatingmistakes.html">SCORE DEVASTATING MISTAKES</a> - Mistakes most individuals make with their credit rating and how to avoid it like the plague.&nbsp; </li>
      <li><a href="monitoryourcreditreport.html">MONITOR YOUR CREDIT REPORT</a> - How to keep an eye on your credit report - monthly access to your report and credit score.&nbsp;Receive notifications when someone applies for credit accounts in your name, or when your credit score rises or lowers.</li>
      <li><a href="manage your credit cards.html">MANAGE YOUR CREDIT CARDS </a>- Explains the details on managing credit debt, what to look for when applying for credit, and how to manage the accounts you currently have.</li>
      <li><a href="identitytheft.html">IDENTITY THEFT</a> - How to protect yourself from identity theft! The facts.</li>
      <li><a href="howtoreadyourcreditreport.html">HOW TO READ YOUR CREDIT REPORT -</a> A&nbsp;walk through understanding your credit report.</li>
      <li><a href="howdoesdisputingyourcreditwork.html">HOW DOES DISPUTING YOUR CREDIT WORK?</a> - The proper steps to dispute credit and the facts surrounding disputing that can destroy your score.&nbsp; Understanding how the credit rating system works is crucial, and easier than you&nbsp;think!</li>
      <li><a href="badcredit.html">BAD CREDIT</a> -</li>
      <li><a href="whatdeterminescreditscore.html">WHAT EXACTLY DETERMINES MY CREDIT SCORE? -</a></li>
      <li><a href="rocksolidcreditstrategyguide.html">PERSONALIZE YOUR STRATEGY TO RAISE YOUR SCORE -</a></li>
    </ul>
<h2>&nbsp;</h2>
    <!-- end #mainContent -->
  </div>
  <!-- InstanceEndEditable -->
  <!-- This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats -->
	<br class="clearfloat" />
	<div id="footer">
    <ul id="MenuBar3" class="MenuBarHorizontal">
      <li><a href="sitemap.xml">Site Map</a>      </li>
      <li><a href="/privacy policy.html">Privacy Policy</a></li>
</ul>
    <p>&nbsp;</p>
  <!-- end #footer --></div>
<!-- end #container --></div>
<script type="text/javascript">
<!--
var MenuBar2 = new Spry.Widget.MenuBar("MenuBar2", {imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"../SpryAssets/SpryMenuBarDownHover.gif", imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
var MenuBar3 = new Spry.Widget.MenuBar("MenuBar3", {imgDown:"../SpryAssets/SpryMenuBarDownHover.gif", imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
//-->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-10696740-2");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
<!-- InstanceEnd --></html>

