﻿div.blurb /*goes inside callout to make it a blurb*/ {
    display: block;
    padding: 20px 20px 20px 20px;
    border-bottom: solid 1px #DDDDDD;
    background: Transparent url(Images/callout_top.jpg) no-repeat scroll center top;
}
div.blurb span {
    color: Black;
}
div.blurb h1 {
    padding:0;
    margin:0px;
    font: normal normal normal 20pt/normal Arial, San-Serif;
}
div.blurb h1 a {
    color: #006633;
    text-decoration: none;
}
div.blurb h1 a:hover {
    text-decoration: underline;
}
div.blurb a.learnmore {
    padding:0;
    margin:0px;
    width: 100%;
    color: #999966;
    display: block;
    text-align: right;
    font-weight: bold;
    text-decoration: none;
}
div.blurb a.learnmore:hover {
    color: #006633;
    text-decoration: underline;
}
