/* change font size on stage */
.headlineText {
margin-top:0px !important;
}

.contentTitle {
font-size:24px !important;
}

.stageTextBlock .blurbText {
font-size:15px !important;
}

/* add margin for images in the on-demand/p2 section */
#midleft2 img {
margin:1px 5px 0 0;
float:left;
border:0;
}

/* increase thumbnail size on main.html for contest module */
#midcenter2 li img {
width:110px;
height:110px;
}

/* adjusts image so that descriptive content fits */
#midright .moduleContentContainer img, #bottomleft .moduleContentContainer img, #midleft .moduleContentContainer img {
float:left;
display:inline;
}

/* adjusts titles to float right, resets image size to 65px */
#midleft .moduleContentContainer img {
width:65px !important;
}

#midleft .moduleContentContainer .moduleSummary {
width:98px !important;
float:right;
}

/* decreases font-size on titles */
#midleft2 .moduleContentTitle a, #bottomleft .band li a {
font-size:12px !important;
}

/* hides photo module on contest page */
#photomod {
display:none;
}
