/* set a base point size for printing */
body {
	font-size:10pt;
}

/* don't need a border around everything when printing */
#content {
	border: 0px;
}

/* hide certain elements */
.screen_only, /* turn off screen-only elements */
.menu ul ul, /* don't print the full menu structure */
#rotatingImage /* don't print the cyclist */
{
	display:none;
}

/* turn on print-only elements */
.print_only {
	display:block;
}

/* include the tagline as text 
.tagline {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.85em;
	font-style:italic;
	color:#666666;
}
*/

/* border the menus appropriately */
#aboutMenus li a,
#forMenus li a {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	font-size:.75em;
}

/* make the band wider so the caption can go below the photo when printed instead of overlayed */
ul#photoBand, li.homeImg{
	height:245px;
}

/* the caption will be black on white; the white will clip off the bottom of the photo if more than one line */
li.homeImg div.captionText{
	left:0px;
	right:0px;
	padding-left:3px;
	font-size: 9pt;
	color: #000000;
	background-color:#FFFFFF;
}

/* left margin on the printed page is sufficient */
#lowerContent{
	padding-left:0px;
	padding-right:0px;
}

#subnavigation{
	display:none;
}

#mainStuffWide{
	width:790px;
}

/* enlarge the right content area on the homepage for holding news and events */
#rightContent {
	margin-top: 20px;
	border-color: #4B3D8D;
	float: right;
	width: 410px;
	padding-left:0px;
}

/* on secondary pages, we can enlarge the right boxes since they are flush right in the content area when printed (good for email addresses) */
.rightBox {
	width:220px;
}


