/* 
	The Parramatta College
	http://www.parramattacollege.com.au
	-----------------------------------
	css by brucemartin.net | Sept 2005 
*/

body {
	margin: 1cm;
	font-family: Verdana, sans-serif;
	font-size: 11pt;
	color: #000;
	}

h1, h2, h3 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	}

#nav, #sidebar, hr, .bread {
	display: none;
	}
	
a:link, a:visited {
	color: #666;
	}	

/* print URLs after link text */
#content p a:after {
	content: " (" attr(href) ") ";
	}
.column {
	margin: 0;
	padding: 0;
	width: 49%;
	}
.left { float: left; }
.right { float: right; }
#content ul.print-details {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	}
#content ul.print-details li {
	margin: 0 0 0.5em;
	padding: 0 0 0.5em;
	border-bottom: 1px solid #ccc;
	}
#content ul.print-details li ul {
	margin-top: 0.5em;
	}
#content ul.print-details li ul li {
	padding: 0 0 0 20px;
	background: url(../img/layout/print-box.gif) no-repeat 0 40%;
	border-width: 0;
	}