/* Remove display of the PostedBy field from News (blog) summary, and, as a by-produce, remove the date. */
DIV.blogSummaryModuleContainer .itemInfoContainer 
{
display: none;
}

/* Remove display of the PostedBy field from the News (blog). */
SPAN.postedByLabel, SPAN.postedByLink
{
  display: none;
}

/* put a light drawing in the background, have it repeat. Increase from default .7em. 
*/
body {
font-size: 0.80em; 
background: url(/Resources/Files/drawing.jpg) repeat top fixed;  
}
/* Turn off Comments in blogs. The blog is really being used as a News stream. Comments don't belong. 
 */
#idBlogPageContainer .boxFooterContainer .inner .postBottom, #idBlogPageContainer .boxFooterContainer .inner .replyContainer
{
  display: none;
}
/* This provides extra vertical space to accommodate adding a title "Member Login" about email/password. */
DIV#idLoginContainer
{
  height: 140px;
}
/* IE doesn't act like other browsers. It needs to be told to leave enough space for the input fields. */
DIV#idLoginUserName
{
padding-bottom: 5px !important;
font-size: 0.8em !important;
}
DIV#idLoginPassword
{
padding-top: 5px !important;
font-size: 0.8em !important;
}
/* Change font default order to Arial first. Change line height to 110% - should space out the text. */

BODY, TD, P, H1, H2, H3, H4, H5, H6
{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-style: normal;
  line-height: 140%;
  color: #000000;
}

/* Change the default generated page titles to match the red H2 style */

#idPrimaryContentBlock1Content H1.pageTitle,
#idPrimaryContentBlock1Content H1.contentPageTitle
{
  font-size: 1.75em;
  color: #AC2101;
}

#idPrimaryContentBlock1Content H1.contentPageTitle
{
  font-size: 1.75em;/*##1.75em##*/
  color: #AC2101;
}