/* shortened left area for pages wtih ads */
#shortLeftColumn {
float: left;
margin-bottom: 20px;
width: 580px;
height: auto;
display: block;
}

#shortTopBG {
background-image: url('../images/bg_shorttop01.gif');
background-repeat: no-repeat;
background-position: top left;
width: 580px;
height: 49px;
display: block;
}

#shortTileBG {
background-image: url('../images/bg_shorttile01.gif');
background-repeat: repeat;
background-position: top left;
padding-left: 22px;
padding-right: 32px;
width: 526px;
height: auto;
display: block;
line-height: 17px;
}

#shortBottomBG {
background-image: url('../images/bg_shortbot01.gif');
background-repeat: no-repeat;
background-position: top left;
width: 580px;
height: 6px;
display: block;
}

.mainTitle {
padding: 16px 0px 0px 22px;
display: block;
font-family: Arial, Helvetica, sans-serif; 
font-size: 20px; 
}

.subTitle {
margin-top: 24px;
font-family: Arial, Helvetica, sans-serif; 
font-size: 20px; 
}

.shortHRule {
background-image: url('../images/shortLeftcolumn-hr.jpg');
background-repeat: no-repeat;
margin-top: 10px;
width: 100%;
height: 10px;
display: block;
}

#moreSubjects {
background-image: url('../images/bg_morefeatured.gif');
background-repeat: no-repeat;
background-position: top right;
margin-top: 3px;
padding-top: 6px;
padding-right: 18px;
width: 490px;
height: 36px;
text-align: right;
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: #666666;
}

/* widened right area for pages wtih ads */
#AdsRightColumn {
float: right;
text-align: right;
margin: 0px 0px 0px 0px;
width: 352px;
height: auto;
display: block;
}

.halfAdLeft {
float: right;
margin-bottom: 10px;
margin-right: 10px;
display: inline;
}
.halfAdRight {
float: right;
margin-bottom: 10px;
display: inline;
}
.fullAd {
margin-bottom: 10px;
width: 340px;
display: inline;
}

/* right column extra is for anything falling below the ads */
#rightColumnExtra {
text-align: left;
margin: 10px 20px 10px 20px;
width: 300px;
height: auto;
display: block;
}


