.screenOnly,
.notScreenNotPrint,
#nav,
ul#meta,
ul.articleNav,
#footer,
div.contactAperson {
	display: none;
	}


body {
   background: white;
   font-size: 14pt;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	line-height: 1.5em;
   }



outerWrapper, #biggie, #content {
   width: auto;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
a:link, a:visited {
   color: #000;
   background: transparent;
   text-decoration: none;
   border-bottom: 1px solid #999;
   }






ul, ol
	{
	padding-left: 1em;
	}

dt,
dd,
dt p,
dd p {
	margin: 0;
	padding: 0;
	line-height: 1em;
	}
dt {
	line-height: 1.5em;
	}
#events p,
#news p {
	line-height: 1.5em!Important;
	margin-bottom: 1.0em!Important;
	}
#events p.link {
	margin-bottom: 0.2em!Important;
	}



/*
p.subHeader, #footer
	{
	border-bottom: 1px dashed #aaa;
	padding-bottom: 0.5em;
	margin-bottom: 0;
	font-size: 90%;
	}
#footer
	{
	border-top: 1px dashed #aaa;
	padding-top: 0.5em;
	margin-top: 1em;
	}
#footer p:after {
   content: " (see http://vf.fluffdesign.com for full details) ";
   }

p.subHeader:before {
   content: " Section: ";
   }
div#gutter:before {
   content: " Notes ";
   text-align: center;
   font-weight: bold;
	border-bottom: 1px dashed #aaa;
	border-top: 1px dashed #aaa;
	padding: 0.5em 0;
	display: block;
   }
*/
h1,
#pageExcerpt {
	font-weight: bold;
	text-align: center;
	padding: 0.38em 0 0.38em 0;
	margin: 0.5em 0 0.2em 0;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	font-size: 24pt;
	}
#pageExcerpt {
	font-size: 14pt;
	margin-bottom: 0.2em;
	}
#announcement {
	display: none;
	}
	#announcement {
		border-left: 1px solid #aaa;
		border-right: 1px solid #aaa;
		padding: 0 1em;
		font-style: italic;
		}
	#announcement h2 {
			font-family: cursive, "Courier New", Courier, Monaco, monospace!Important;
		}

h2,
#home #sideBar dt { font-size: 20pt; font-weight: bold; }
h3 { font-size: 18pt; }

div#printLogo
	{
	position: relative!Important;
	top: 0!Important;
	left: 0!Important;
	text-align: center;
	}

/* Images
--------------------------------------------- */
img.image {
	padding: 5px;
	margin: 10px 20px;
	border: 2px solid #DDDDDD;
	background: #EEEEEE;
	}
img.image {
	float: left;
	margin-left: 0;
	}
img.image.right {
	float: right;
	margin-right: 0;
	margin-left: 20px;
	}


div#printFooter {
	border-top: 1px solid #aaa;
	margin-top: 1em;
	padding-top: 0.62em;
	}


/* Columns
--------------------------------------------- */
div.column {
	}
div.first {
	padding-right: 10px;
	}
div.last {
	padding-left: 10px;
	border-left: 1px dashed #ccc;
	}




