.noHover{
    color: #cc0000 !important;
    text-decoration: none !important;
    cursor:default !important;
}

/*** Link Fonts ***/
a.importantLink {
    color:#ef9002 !important;
    text-decoration:underline;
}
a.importantLink:hover {
    color:#FFCC66 !important;
    text-decoration:underline;
}

a.smallLink {
    color:#003399;
}
a.smallLink:hover {
    color:#cc0000;
}

.nav a {
    color: #003399;
    text-decoration:underline;
}
.nav a:hover {
    color: #cc0000;
    text-decoration:underline;
}
#memberNav a {
    font-size: 11px;
    color: #003399;
    padding-left:10px;
    text-decoration:underline;
}
#memberNav a:hover {
    font-size: 11px;
    color: #cc0000;
    padding-left:10px;
    text-decoration:underline;
}
.footerNav a {
    color: #666;
    text-decoration:underline;
    padding-left:6px;
}
.footerNav a:hover {
    color: #cc0000;
    text-decoration:underline;
    padding-left:6px;
}
/*** Header Fonts ***/
.content h1, h2, h3, h4, h5 {
    color:#003399;
}
#memberNav h2 {
    font: 13px Arial, Helvetica, sans-serif;
    font-weight:bold;
    color: #003399;
}
/*** Body Fonts ***/
.copyright {
    color:#666;
}
.font18pxBlue {
    font-size:18px;
    font-weight:bold;
    color:#003399;
}
/*** Structural Selectors ***/
body {
    background: url(../images/bg-shopper.jpg) #bbe1ef repeat-x top left;
}
.headerBar {
    height:38px;
    background: url(../images/header-bar-shopper.jpg) #284775 no-repeat top left;
    margin:0;
    padding:0;
}
#contentContainer {
    padding: 0px 27px 42px 0px;
    background-color: #3788b7;
    border-left: solid 1px #b6b5b5;
    border-right: solid 1px #b6b5b5;
}
#contentColumn {
    width:752px;
    float:right;
    background:url(../images/corner-bottom-l2-shopper.jpg) no-repeat bottom left;
    padding-bottom:11px;
}
.sidebar {
    width: 199px;
}
/* This is a poor name for shopper as on shopper we don't put the 'box' into the sidebar */
#boxContainer {
    padding:19px 20px 20px 20px;
    background: url(../images/corner-bottom-l2-shopper-benefits.jpg) #284775 no-repeat bottom right;
}
#howItWorks {
    display:block;
    width: 980px;
    height:121px;
    background:url(../images/shopper-how-it-works.gif) #284775 no-repeat top left;
    position:relative;
}
#howItWorks .howItWorksTitle {
    position:absolute;
    left:16px;
    top:13px;
    color:#fff;
    font-size:14px;
    font-weight:bold;
}

.freegiftText{
    clear:both;
}
 #freeGiftContents h2{
    color:white;
 }

.cancellation #RightColumnCancellation #freeGiftContents {
    display:none;
}

#featuredBenefitHeader{display:none;}
#featuredBenefitDescription{display:none;}

#testimonial .signatureLine{
    margin-right:20px;
}
