@charset "utf-8";
/* style sheet for printing webpage (copyright K.Higgs 2008)  */

/* do not show navigation menus or header pictures or footer images */
#NavBar, #NavMenu, #SubMenu, .HeadPix, #Footer img {
	display: none;
}

/* set the general body style with normal serif fonts on white background  */
body
{
	font: 100% georgia, times, serif;
	background: #fff;
	text-decoration: none;
	color: #000;
}

/* display the first heading line as large */
.masthead{
	font: 170% georgia, times, serif;
}

/* display the main heading line as very large */
.mastmain
{
	margin-top: -0.5em;
	padding-bottom: 0.3em;
	border-bottom: 2px solid #999;
	font: 200% georgia, times, serif;
}

.mastfoot {
	margin-top: -0.5em;
	font-weight: normal;
}

#Content {
	margin-bottom: 5em;
}

#Footer {
	margin-top: 3em;
}

/* keep footer line items inline and invisible (unless mentioned below) */
#Footer li {
	display: inline;
	float: left;
	font-size: 0em;
}

/* display the designer's logo at left in small italics  */
#Footer li.ByLogo {
	clear:left;
	float: left;
	margin-left: -0.3em;
	padding-right: 3em;
	font: italic 80% trebuchet, georgia, serif;
}

/* display the copyright at right in small italics  */
#Footer li.CopRt {
	clear:right;
	float: right;
	font: italic 80% trebuchet, georgia, serif;
}

/* remove hyperlink decoration */
a {
	text-decoration: none;
	color: #000;
}

/* New & Events Styling */

#EventList h3.GroupHeader {
   padding: 0.5em;
   text-align: center;
}

#EventList h4.StoryHeader {
   border-top: thin dotted #CCC;
   padding-top: 0.5em;
   text-align: left;
}

#EventList h5.SubHeader {
   text-align: left;
}

#EventList p {
   margin-left: 0em;
   text-align: left;
}

#NewsItems h3.GroupHeader {
   padding: 0.5em;
}

#NewsItems h4.StoryHeader {
   text-align: left;
}

#NewsItems p {
   text-align: left;
}

#NewsItems img.noPrint {
   display: none;
}



