#Header {
    float: left;
    padding-left: 4px;
    position: relative;
}
.content h4 {
    color: #B0B5B8;
    margin: 0 0 8px 0;
    font-weight: bold;
    text-transform: uppercase;
}
.left_side_content {
    float: left;
    width: 248px;
}
.right_side_content {
    float: right;
    margin-left: 12px;
    width: 220px;
}
.download_link {
    position: relative;
    left: -4px;
    margin-top: 10px; 
}

/*
 * features 
 */
.feature_entry {
    margin-top: 4px;
    padding-top: 4px;
    border-top: 1px solid #323F48;
    width: 492px; 
    height: 123px;
    clear: both;
}
    .feature_content {
        float: left;
        width: 355px;
    }
    .entry_title {
        color: #D5D5D5;
        font-weight: bold;
        margin-left: 10px;
        width: 355px;
        text-transform: uppercase;
    }
    .entry_picture { float: left; }
    .entry_picture img { border: 1px solid #4D4D4D; }
    .entry_text { margin: 5px 0 0 10px; }

/* 
 * direct copy from features.css 
 */
.features dt { border-bottom:1px solid #323F48; }
.featuretitle {
    color:#D5D5D5;
    font-family:Verdana;
    font-weight:bold;
    padding-bottom:8px;
    padding-top:8px;
    text-transform:uppercase;
}
.featuretitletext {
    padding-left:0px;
    padding-right:12px;
    position:relative;
    top:-1px;
}
.arrowright {
    /*position:relative;
    top:2px;*/
}

/*
 * records 
 */
.t1 {
    padding-bottom:7px;
    padding-top:7px;
    width:506px;
}
.tier {
    font-family:Verdana;
    font-weight:bold;
    text-transform:uppercase;
}
.sttxt {
    font-weight:normal;
    margin-bottom:12px;
    margin-right:12px;
    text-transform:none;
}

/*
 * news items 
 */
.news_entry {
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px solid #323F48;
    width: 492px; height: 87px;
    clear: both;
}
    .entry_content { float: left; width: 395px; }
    .entry_date {
        color: #505050;
        font-weight: bold;
        margin: 0 0 6px 10px;
    }

    .first_item {
        border: none;
        margin: 0; 
        padding: 0;
    }

    .article_return {
        position: relative;
        left: -5px;
        top: 6px;
    }

.rss_link {
    text-align: right;
    width: 520px;
    margin-bottom: -4px;
}

.news_article .entry_picture {
    float: right;
    margin: 0 0 12px 12px;
}
    .news_article h5 { 
        font-size: 10px; 
        margin: 6px 0; 
    }
    .news_article h3 { 
        color: #D5D5D5; 
        font-weight: bold; 
        font-size: 10px; 
        margin: 6px 0; 
        text-transform: uppercase;
    }
    .news_article .article_return { clear: both; }
    .news_article ul li, .news_article li ul li { 
        list-style: disc inside none; 
        margin-left: 20px;
    }
    .news_article ol li, .news_article li ol li {
        list-style: decimal inside none;
        margin-left: 20px;
    }
    .news_article sup {
        vertical-align:text-top;
        font-size: 5pt;
    }
    .news_article sub {
        vertical-align:text-bottom;
        font-size: 5pt;
    }
.return { margin-top: 12px; }
.paginator { text-align: center; }

/* 
 * faq 
 */
    #FAQ_Content { color: #767676; }
    .question {
        padding: 5px 0;
        color: #B5B5B5;
        font-weight: bold;
    }
.logentrydate {
    color: #D5D5D5;
    font-weight: bold;
    padding-top: 16px;
}
.logentry { padding: 16px 0; }
