.ie6 #feature_top .intro {
    MARGIN-LEFT: 15px
}

#article {
    float: left;
    margin-top: 25px;
}

#article h2 {
    font-family: DaxOTWideMedium, Arial, Helvetica, sans-serif;
    color: #003d6b;
    font-size: 14px;
}

#article h1,
#article h2 {
    clear: left;
    margin-bottom: 15px;
}

#article p {
    line-height: 22px;
    width: 480px;
    float: left;
}

#article p.intro {
    font-weight: bold;
    color: #003d6b;
    margin-bottom: 0;
}

#article .image {
    width: 234px;
    height: 174px;
    float: right;
    margin: 0 0 25px 25px;
}

#article .image img {
    width: 234px;
    height: 174px;
    border: 1px solid #6298c2;
}

#article .image p {
    color: #003d6b;
    width: 234px;
}

#article hr {
    float: left;
    clear: left;
    width: 100%;
    height: 0px;
    color: #6298c2;
    background-color: #6298c2;
    border: 1px solid #6298c2;
    border-bottom: 0px;
    padding: 0;
}


a.outbound {
    text-decoration: none;
    color: #2d67a7;
    line-height: 18px;
}

a.outbound:hover {
    color: #80bb27
}

a.outbound img {
    vertical-align: middle
}

