
#leftnav, #footer, .backfloat{
	display:none;
}

#page, #pagebody {
	background-color: #FFF4DD;
	margin: 0px;
	padding: 0px;
}

#content {
	width: auto;
	margin: 0px;
}

#content a:link, #content a:visited{
	text-decoration: none;
	color: black;
}

.photoBox{ /* experimental box for photos */
	position: relative;
	width: auto;
	float: right;

	margin-left:1em;
	margin-bottom:.5em;

}

.photocap {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
}

.author{ /* style for author in newsletters */
	font-size: .95em;
	font-style: italic;
}


#topnav .topRow{
	display: none;
}

sup, sub{
	line-height:.1em;
}

.printOnly{
	display:inline;
}


/******************************* Headers *******************************/
/*
 * Note: Nick made these headers after seeing so many different font declarations
 * 		 being used as headers. These headers need not be used, but could be
 *		 very nice for instilling a sense of consistency across the site.
 */


.pageHeader{

	/*Note: While this is a class and not an ID related style, it is intended
	 that in general only ONE of these should be used per page. Use more,
	 only if you feel it is appropriate */
 
 	font-size: xx-large;
 
}

.subHeader{
	/*This header is meant for use as a way of dividing up a page into multiple,
	  easily discernable, topics. It may include a delineator other than just
	  text size and color such as an HR or a box around it. */

	font-size:x-large;

}

.smallHeader{

	/* This header is meant for defining parts of subsections - most likely
		only uses text size */
		
	font-weight: bold;
	font-size: larger;


}


.miniHeader{

	/* This header is the functional equivalent of the current use of <strong>
		as a header, except it will allow us to change it in the future if we
		need. */

	font-weight: bold;		
		
}


/******************************* End Headers *******************************/

