#main-content h2.arrow.firstline {
	margin-right: 115px;
}

h3 {
    margin-bottom: 0.6em;
}

.polaroid-large {
    float: left;
    margin: 6px 10px 5px -6px;
}

/*******************************************************************************
 * how-to-stay-on-good-terms-with-your-credit-card.asp
 ******************************************************************************/
#do-dont-table th {
    text-align: left;
}

#do-dont-table td {
    vertical-align: top;
    border-top: 1px solid #999;
    padding: 1em;
}

/*******************************************************************************
 * show-me-the-money.asp
 ******************************************************************************/
#funding-sources-table {
    border-collapse: collapse;
}

#funding-sources-table thead tr th {
    height: 42px;
}

#funding-sources-table thead th.first {
    width: 53px;
    background: url(../_images/articles/show-me-the-money/header-row-col-1.gif) no-repeat;
}

#funding-sources-table thead th#school-header {
    width: 231px;
    background: url(../_images/articles/show-me-the-money/header-row-col-2.gif) no-repeat;
}

#funding-sources-table thead th#government-header {
    width: 237px;
    background: url(../_images/articles/show-me-the-money/header-row-col-3.gif) no-repeat;
}

#funding-sources-table thead th#bank-header {
    width: 226px;
    background: url(../_images/articles/show-me-the-money/header-row-col-4.gif) no-repeat;
}

#funding-sources-table thead th.last {
    width: 22px;
    background: url(../_images/articles/show-me-the-money/header-row-col-5.gif) no-repeat;
}

#funding-sources-table thead th.col-header {
    vertical-align: top;
    text-align: left;
}

#funding-sources-table thead th.col-header img {
    position: relative;
    top: 3px;
}

#funding-sources-table tbody tr th.row-header {
    width: 53px;
    background: url(../_images/articles/show-me-the-money/tr-bkd-col-1.gif) no-repeat left bottom;
    text-align: left;
    vertical-align: middle;
}

#funding-sources-table tbody tr th.row-header img {
    position: relative;
    left: 19px;
}

#funding-sources-table tbody tr td {
    vertical-align: top;
    height: auto !important; /* emulate min-height... */
    height: 200px;           /* ...in IE6             */
    min-height: 200px;
}

#funding-sources-table tbody tr td.school-data {
    width: 231px;
    background: url(../_images/articles/show-me-the-money/tr-bkd-col-2.gif) no-repeat left bottom;
}

#funding-sources-table tbody tr td.government-data {
    width: 237px;
    background: url(../_images/articles/show-me-the-money/tr-bkd-col-3.gif) no-repeat left bottom;
}

#funding-sources-table tbody tr td.bank-data {
    width: 226px;
    background: url(../_images/articles/show-me-the-money/tr-bkd-col-4.gif) no-repeat left bottom;
}

#funding-sources-table tbody tr td.last {
    width: 22px;
    background: url(../_images/articles/show-me-the-money/tr-bkd-col-5.gif) no-repeat left bottom;
    vertical-align: middle;
}

#funding-sources-table tbody tr td.last img {
    position: relative;
    left: 5px;
}

#funding-sources-table tbody tr td .data-wrapper {
    margin: 8px 8px 8px 12px;
}

#funding-sources-table tbody tr.divider td {
    height: 34px !important;
    background: url(../_images/articles/show-me-the-money/tr-in-between.gif) no-repeat;
}

#funding-sources-table tfoot tr td {
    height: 34px;
    background: url(../_images/articles/show-me-the-money/foot.gif) no-repeat;
}

/*******************************************************************************
 * the-power-of-youth-and-compounding.asp
 ******************************************************************************/
#compounding-table {
    margin-bottom: 1em;
    border-collapse: collapse;
    width: 100%;
}

#compounding-table th.col-header {
    padding: 5px;
    border: 1px solid #ccc;
    background-color: #eee;
    text-align: left;
}

#compounding-table th.row-header {
    padding: 5px;
    border: 1px solid #ccc;
    background-color: #eee;
    text-align: left;
    font-weight: normal;
}

#compounding-table td {
    padding: 5px;
    border: 1px solid #ccc;
}