/* non-printing sections */
#navigations,
#contentLeft,
#contentRight #bannerHolder,
#announcementTabs,
#promo,
#newEvents,
#contentTop,
#mainTabs,
.pageList,
#footer,
/*#NewsContent ul li,*/
#NewsContent a.viewAll
{
    display: none;
}
/* end of non-printing sections */

body
{
    background: white;
    color: black;
}

/* mainpage */
#announcements
{
	float: none;
}

#NewsContent
{
    width: 100%;
}

#NewsContent ul li
{
    list-style: none;
}

/* end of mainpage */

a:link, a:visited 
{
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

h1
{
    font-size: 18pt;
    font-weight: bold;
}

h2
{
    font-size: 16pt;
    font-weight: bold;
}

h3
{
    font-size: 14pt;
    font-weight: bold;
}

p
{
    font-size: 11pt;
    line-height: 15pt;
}
