/* sidebar.css -- for sidebar pages */
/* a sidebar page is different from a leaf page in that a sidebar
 * page contains links away from the page to other parts of the
 * site while a leaf page doesn't consistently have links and when
 * it does, it's almost always to another related leaf page */
/* **** precondition: preceded by main.css ****/
/* @msr, 2004-01-19 */
/* redesign, 2006-05-25 */
/* moved h2.subHead to main.css; otherwise, no changes to this 
 * stylesheet in 2008-08-08 redesign */

/* this set of additions comprises the major (unique) page layout elements */

 #topHeading {
	position: static; 
	top: 0px; left: 0%;
	}

 #mainText {
	margin-top: 16px; 
	margin-bottom: 20px;
	left: 2%;	/* semicolon fix, 2006-12-14 */
	/* below added 2006-05-25 */
	width: 92%;
	margin-left: 10px; 
	padding-left: 10px;
	border-left: 1px solid #AAAAAA;
	margin-right: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	} 

/* end of unique page layout elements */
/* any other elements unique to a sidebar should follow */

/* elements primarily for boxes */

/* elements for the main text block */

/* elements for controlling link appearance */

/* elements for image layout and padding */

/* list classes */

/* character-only classes */

/* end sidebar.css */

