/************************************************************
	SIU Alumni Print CSS
	Created:				11.21.2006
	Last Modified:	11.16.2006
	Author:					Matt Jacob
************************************************************/
/************************************************************
	START basic layout elements
************************************************************/
a:link { text-decoration: none; }
a:link:after, a:visited:after {
	text-transform : lowercase;
	content : " (" attr(href) ") ";
}
body { 
	font-size: 12pt; 
}
table#nav { display: none; }
div#browserwarning { display: none; }
div#footer p { display: none; }
div#footer p#copy { display: block; width: auto; }
div#LeftCallouts { display: none; }
/************************************************************
	END basic layout elements
************************************************************/
