﻿
.CoverImageCell {
    width: 470px;
    height: 290px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
}

.CoverMask {
    width: 470px;
    height: 290px;
    border: none;
}

.FeatureOrColumnHeader {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    font-family: Monotype Corsiva, Apple Chancery, Serif;
    font-size: 40px;
    color: #AA9966;
}

.ArticleDiv {
    padding-left: 45px;
    cursor: pointer;
    background-image: url(Images/BulletPoint.jpg);
    background-repeat: no-repeat;
    background-position: left center;
}

.ArticleTitle {
    margin-top: 5px;
    margin-bottom: 0px;
    font-family: Trebuchet MS, Serif;
    font-size: 20px;
}

.ArticleTitle a {
    color: #AA2D15;
    text-decoration: none;
}

.ArticleTitle a:hover {
    text-decoration: underline;
}

.ArticleSummary {
    color: #333333;
}

.ArticleItemDivider {
    margin-top: 10px;
    background-image: url(Images/HorizontalRule.gif);
    background-repeat: repeat-x;
    background-position: center;
    font-size: 1px;
}


