/* print CSS Document */


/************************/
/*  Main Body Styles    */
/************************/

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif; 								
	color: #000;
	text-align: left;
	font-size: 9pt;  
}

p { }

a:link, a:visited {
	color: blue;
	text-decoration: none;
}

	#footer a:link:after, #footer a:visited:after, #content a:link:after, #content a:visited:after {
		content: " (" attr(href) ") ";
	}
	
	acronym:after {
		content: " (" attr(title) ")";
	}


/************************/
/* Main Layout Elements */
/************************/
		
#main-area, #footer, #bottom-boxes {
	clear: both;
	width: 100%;
}
	
	div.menu, img#login, p.skip-content, ul#foot-nav, #side-nav ul, #side-nav h3 { display: none; }

	
/************************/
/* Page Layout Elements */
/************************/


/* homepage specific */
img#princeton { clear: both; margin-top: 20px; }
	
		#bottom-boxes { font-size: 8pt; }
		
		table#curtailment-data { border-collapse: collapse; width: 50%; }
		
		table#curtailment-data caption { text-align: left; font-weight: bold; font-size: 10pt; }
			
			table#curtailment-data td, table#curtailment-data th { 
				padding: 8px;
				vertical-align: top;
				border: 1px solid #333;
			}
			
/* end homepage specific */


/************************/
/*     Text Styles      */
/************************/





/************************/
/*  Navigation Styles   */
/************************/




/************************/
/* Other Markup Styles  */
/************************/

ul { }

	/* member logos on homepage */
	ul#members-icons {
		clear: both;
		list-style: none;
		margin: 10px;
		width: 811px;
		padding-bottom: 20px;
	}
	
		ul#members-icons li { 
			float: left;
			display: inline;
			width: 89px;
			text-align: center;
		}
		
	ul#members-icons li a:link:after, ul#members-icons li a:visited:after {
		content: " (" attr(title) ") ";
		font-size: 7pt;
	}
		
img { border: 0 }



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
