/*  - for print. */

html {width: 100%;}

body {
	
	text-align: left;
	color: black;
	font-size: 11pt !important;
	line-height: 100%;
	border: 0;
	border-top: 0;
	margin: 0;
	padding: 0; 
	font-family: Arial, Helvetica, sans-serif;
	width: 90%;
  	 }

.hideforprint {
	display: none;
   	}

#header	{
	display: none;
	}
	

#rightbox{
	display: none;
	}	
	
#navborder	{
	display: none;
	}



#header p.hide {
	display: none;
   	}

#wrapper	{
	width: 90%;
	border: 0;
	border-top: 0;
	padding: 0;
	margin: auto;
	
	color: black;
	}	

#maintext{
	width: auto;
   	margin: 0;
   	padding: 0;
   	border: 0;
	border-top: 0;
   	float: none !important;
   	color: black;
   	
   	}
	#maintext table {margin-left: auto; /*this centres the table*/
				margin-right: auto;
				font-size:80%;	 
				 }
#maintext table td {}

table#formtable {text-align:right;}

table#signuptable {text-align:right;
					width:100%;}

table#directorytable {text-align:left;
						border: 1px solid gray;
					 }
table#directorytable td {border:1px solid gray; padding:1px;}

#footer {
	display: none;
	}



a:link, a:visited {
   color: #566;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

h1, h2, h3, h4, h5, h6	{
	font-family: myriad, "gill sans", helvetica, arial, sans-serif;
	font-weight: bold;
	margin-top: 2pt;
	margin-bottom: 2pt;
	letter-spacing: 1pt;
	line-height: 1.2em;
	}
h1 {font-size: 14pt;}
h2 {font-size: 13pt;}
h3,h4, h5 {font-size: 12pt;}

#pagebody h1	{
    margin-top: 0;
	}

#pagebody h2	{
    margin-top: 1.5em; 
	}

h4, h5, h6	{
	font-weight: normal;
	}

code, pre	{
	font-family: "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
	color: #333;
	}
	
html #pagebody p	{
	line-height: 1em;
	text-align: left;
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 11pt !important;
	}
	
#pagebody p.fineprint	{
	font-size: 9pt;
	}


	/* Print URLs ... see Eric Meyer, alistapart.com:articles:goingtoprint */
#maintext a:link:after, #maintext a:visited:after {
   	content: " (" attr(href) ")";
   	font-size: 75%;
  	 }

h1 a:after {font-size: 40% !important;}

#maintext a[href^="/"]:after {
   	content: " (http://www.southernsounds.org.au" attr(href) ")";
	}
/* will affect all links, thus making URLs much longer and malformed; needs to be killed
#maintext a[href^=""]:after {
   	content: " (http://www.networkcarehk.com/" attr(href) ")";
	}
*/





