/* Use for reference resguides; 
sets a margin for screen display ; to use this stylesheet, add the media element to the stylesheet link and set screen as the media; example media="screen"   Full example of link: 
<link href="css/screen.css" rel="stylesheet" type="text/css" media="screen" /> */
#maincontent
{margin-left: 100px;
margin-right: 100px;}

#text
{margin-left: 100px;
margin-right: 100px;}

#altbanner {
	display: none;
	text-align: center;}
	
.nolocation {
	text-decoration: none;
	visibility: hidden;
}

/* Causes url to print even though it does not display on the screen. Use for how to guides */
#nourl {
	display: none;
}


/* RK 6/09/09 */

