body
{
    background-color: #520608;
    background-image: url(page_bg.gif);
    background-repeat: repeat-x;
    background-position: top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    margin: 0px;
    padding: 0px;
}
.main_stretch
{
    background-color: #FFFFFF;
    background-image: url(leftnav_bg.gif);
    background-repeat: repeat-y;
    background-position: left;
}
.leftnav
{
    background-image: url(navigation_bg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}
.navdiv
{
    font-weight: bold;
    float: left;
    height: 100%;
    width: 118px;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    font-size: 14px;
}

.navdiv a:link
{
    color: #FFFFFF;
    text-decoration: none;
}

.navdiv a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

.navdiv a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

.navdiv a:visited:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

a:link
{
    color: #323499;
    text-decoration: underline;
}

a:hover
{
    color: #c21b12;
    text-decoration: underline;
}

a:visited
{
    color: #515151;
    text-decoration: underline;
}

a:visited:hover
{
    color: #c21b12;
    text-decoration: underline;
}

.main_content
{
    float: left;
    height: 100%;
    width: 614px;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 16px;
}

.footerdiv
{
    background-image: url(MostEligible-footer.jpg);
    background-repeat: no-repeat;
    background-position: 137px top;
    height: 74px;
}
.footerdiv span
{
    height: 48px;
    padding-top: 13px;
    padding-right: 15px;
    padding-bottom: 13px;
    padding-left: 20px;
    width: 200px;
}
.sponsors
{
    float: right;
    width: 150px;
    padding-left: 10px;
}

.sponsors img
{
    padding-top: 10px;
    padding-bottom: 10px;
}

h1
{
    font-size: 16px;
    color: #c21b12;
}
.thumb-photos
{
    padding-right: 4px;
    padding-bottom: 4px;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=60);
    opacity: 0.7;
}

.contestant:hover td {background-color: lightgrey; color: black;}

/* charting */
/**/
/* SETUP */
/**/
.section *
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.section body
{
    font-family: Helvetica, Arial, sans-serif;
    color: #333;
}

.section a
{
    color: #2D7BB2;
    text-decoration: none;
    font-weight: bold;
}
.section a:hover
{
    color: #333;
}
/*
.section h2, h3, h4
{
    clear: both;
    margin: 0 0 0.6em 0;
}
.section h3
{
    color: #666;
}
*/
.section
{
    float: left;
    clear: left;
    padding: 1em 2em;
}

/* CHART LISTS */
.chartlist
{
    float: left;
    border-top: 1px solid #EEE;
    width: 54em;
}
.chartlist li
{
    position: relative;
    display: block;
    border-bottom: 1px solid #EEE;
    _zoom: 1;
}

.chartlist .charttitle
{
    display: block;
    padding: 0.4em 4.5em 0.4em 0.5em;
    position: relative;
    z-index: 2;
}

.chartlist li a
{
    display: block;
    padding: 0.4em 4.5em 0.4em 0.5em;
    position: relative;
    z-index: 2;
}

.chartlist .count
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 0.3em;
    text-align: right;
    color: #999;
    font-weight: bold;
    font-size: 0.875em;
    line-height: 2em;
    z-index: 2;
}
.chartlist .index
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #B8E4F5;
    text-indent: -9999px;
    overflow: hidden;
    line-height: 2em;
}
.chartlist li:hover
{
    background: #EFEFEF;
}
