/*	Desc: NoWet.com.au Print Style Sheet
	Date: 14th May 07
=== === === === === === === === === === */


/*=STRUCTURE
=== === === === === === === === === === */

body {
	font: 90%/145% "Segoe UI","Lucida Sans Unicode",serif;
	color:#000;
	background:#FFF;
	}

hr{display:none}

#container,
#content,
#masthead
 {
	width:100%;
	margin:0;
	float:none;
	}

#forscreenreaders,	
#col1,
#col3,
#masthead2,
#toolbar,
#footer2,
.botmenu,
img.pageImage {
	display:none;
	}

	
/*=MASTHEAD
=== === === === === === === === === === */

#masthead {margin:0 0 40px 0}

#masthead h1 a {
	font-weight:bold;
	font-size:200%;
	margin:0 0 20px 0
	}
	
#masthead em {	
	font-weight:bold;
	font-size:150%;
	}


/*=SMALLHEAD2
=== === === === === === === === === === */
	
#smallhead2 h2 {
	font: bold 140% "Trebuchet MS",serif;
	}
	
#smallhead2 {margin:0 0 20px 0}


	
/*=FOOTER
=== === === === === === === === === === */

#footer {
	font-size:85%;
	margin:50px 0 0 0;
	}
	
#footer p {
	margin:0 0 .8em 0;
	}


/*=CONTENT
=== === === === === === === === === === */

.infoBox {
	font-size:90%;
	width:200px;
	color:#777;
	border-right:1px solid #DDD;
	padding:0 20px 0 0;
	}

.left {
	float:left;
	margin:0 20px 20px 0;
	}

.right {
	float:right;
	margin:0 20px 20px 0;
	}

#content h3 {
	color:#000;
	margin:0 0 .5em 0;
	font: bold 110%/145% "Trebuchet MS",serif;	
	}

#content h4 {
	color:#000;
	margin:0 0 .5em 0;
	font: bold 100%/145% "Trebuchet MS",serif;	
	}

#content ul,
#content ol {
	margin:0 0 1em 1.7em;
	}
	
#content ul li {
	margin:0 0 .3em 0;
	list-style-type:disc;
	}
	
#content ol li {
	margin:0 0 .3em 0;
	list-style-type:decimal;
	}
	
em{font-style:italic}

#content p {
	margin:0 0 1em 0;
	}

a {
	color:#3D9A00;
	text-decoration:none;
	}
	
#content a {
	background:#EDFFDA;
	}
	
a:hover {
	color:#1E4A00;
	}
