/* PRINT FRIENDLY */

/* Hide all divs we don't want to print */
#header,
#logoBar a,
#sideBar,
#sideBar .home,
#welcomeMsg,
#footerNav {
	display:none;
}


/* Optimize the page for print legibility */

body, body.home {
	background: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	text-decoration: none;
	color: #000;
	margin: 0;
	padding: 0;
}

#pageBody,
body.home #pageBody,
#contentWell,
body.home #contentWell,
bodyCopy,
body.home #bodyCopy{
	width: 100%;
	margin: 0;
	padding: 0;
}


#logoBar img {
	display: block;
}


h1 {
	font-size: 15pt;
	color: #000;
	margin-top: 10px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	color: #000;
	font-weight: bold;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #000;
	font-weight: bold;
	border-color: #666;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000;
	font-weight: bold;
}

#bodyCopy {
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000;
	text-decoration: none;
	float: left;
	margin: 0;
	padding: 0;
}
.dataTable, .dataTable th, .dataTable td {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	border-color: #666;
}
#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000;
	text-align: left;
	margin: 0;	
	padding: 0;	
	margin-top: 7px;
}

#bodyCopy a.eventTitle, #bodyCopy a.eventTitle span, #bodyCopy a.newsTitle {
	color: #000;
}
.homeEvents {
	width: 60%;
}
.homeNews {
	width: 30%;
}
.homeEvents, .event, .news {
	border-color: #666;
}




/* LINKS */
a, a:visited {
	color: #000;
	font-weight: bold;
}
/* write out urls after their links 
a:after {   
   content: " [" attr(href) "] ";
   font-size: 90%;
   font-weight: normal;
}
*/


