/*  - for print. */

html {width: 100%;}

body {
	background: white;
	text-align: left;
	color: black;
	font-size: 11pt !important;
	line-height: 100%;
	border: 0;
	border-top: 0;
	margin: 0;
	padding: 0; 
	font-family: Georgia, Palatino, serif;
	width: 90%;
  	 }

.hideforprint {
	display: none;
   	}

#header	{
	display: none;
	}
	


#sidebar{ display: none;}


#wrapper	{
	width: 90%;
	border: 0;
	border-top: 0;
	padding: 0;
	margin: auto;
	background: white;
	background-image: none;
	color: black;
	}	

#content{
	width: auto;
   	margin: 0;
   	padding: 0;
   	border: 0;
	border-top: 0;
   	float: none !important;
   	color: black;
   	background: transparent none;
   	}
	#maintext table {margin-left: auto; /*this centres the table*/
				margin-right: auto;
				font-size:80%;	 
				background-color:#ECB4C7; }
#content 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;}

table {color:#000000; font-family:verdana; border-collapse:collapse; border: 1px solid #666666; }
caption {font-size:14pt; text-align:left; }
th { padding:5px; border: 1px solid #666666; text-align:left; font-size:12px;}
td { padding:5px; font-size:11px; border: 1px solid #666666;}

#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;}


/* Contact Table on mcontacts.htm */

.tel {width:110px;}
.name {width:110px;}




