﻿
body, p, ul, li, a, .regTxt
{
    font-size: 10pt;
    font-family:Arial, helvetica, Sans-Serif;
}
a
{
    color: #0039a6;
}
a img
{
    border: none;
}
a:link:after, a:visited:after
{
    content: " ";
}
h1, h2, h3, h4
{       
    font-weight: bold;
}
h1
{
    font-size:14pt;
}
h2
{
    font-size:12pt;
}
h3
{
    font-size:11pt;
}
.italics 
{
    font-style: italic;
}


.utilityLinks, .searchSection, .loggedIn, .navigation, .ektron-ui-footer, .twoColumnPage .channel, .twoColumnPage .socialDisplay, 
.readMore, .skipNav, .rsnaProgram, .titleSection a, .shareSection, .showmenu
{
    display: none;
}
.columnSection .column{float:none;}
/*right rail with images and teasers*/
.oneColumn{width:100%;}
.oneColumn .regularColumn{width:65%;float:left;}
.oneColumn .rightRail{width:31%;float:right;}
.teaser {font-size: 8pt;font-style: italic;font-weight: bold;padding: 5px 0 30px;}
.rightRail img {max-width: 210px;}
.commentsSection{display:block;float:none;visibility:hidden;}

/*For news article pages - banner*/
.twoColumnPage .mainContent{width:714px;}
.topBanner{display:block;width:714px;height:150px;}


@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}