/* 2col.css */

/* CSS Stylesheet for pages with only 2 columns instead of the standard 3. */
/*		- Just place <link type="text/css" rel="stylesheet" href="css/2col.css" /> in the templates <html><head> section. */

/*
#right {
	display:none;
	visibility: hidden;
}
#center {
  margin-left: 145px;
  margin-right: 0px;
	padding-right: 0px;
	text-align: left;
}
*/

/* hide the left column when printing */ 
/*	#leftcol{display:none;} */

	/* Hide the right column when printing */ 
	#rightcol{display:none;} 
	/*#twocols, #maincol{width:100%; float:none;}*/


