/* Organix Stylesheet for Printing - March 2006 - Garnet Web */

#skip_link, #nav, #footer_nav, #subnav, #client_login, #home_nav, #menu, #brdheader, #brdfooter, .blockform {
	display:none;
}

body {
	font-family:Arial, Helvetica, sans-serif;
}

#content {
	line-height:1.8em;
	margin-left:12%;
	width:75%;
}
	
	body#forum #content {
		margin-left:0;
		width:100%;
	}


a:link { color: blue; }
a:visited { color:blue; }

h1 a:link {
	color:#000;
	text-decoration:none;
}

	h1 a:visited { 
		color:#000;
		text-decoration:none;
	}

h2 {
	color:#297D35;
	font-weight:normal;
	margin-bottom:-1em;
}

	h2 a:link, h2 a:visited {
		color:#297D35;
		text-decoration:none;
	}

h3 {
	color:#B77A05;
	font-weight:normal;
}

	h3 a:link, h3 a:visited {
		color:#B77A05;
		text-decoration:none;
	}

table {
		border-bottom:1px solid #ccc;
		border-right:1px solid #ccc;
		left:-75px;
		position:relative;
		width:675px;
	}
	
		table td {
			border-left:1px solid #ccc;
			border-top:1px solid #ccc;
			padding:5px;
		}
		
#copyright a { 
	color: inherit;
	text-decoration:none;
}