/* SIHG Printer Style Sheet */
/* Containers etc (from Lyn Smith) */
/***************************************************
* body *
****************************************************/
body { 
	text-align: center; /* Hack for IE5/Win */
	font-family: arial, sans-serif;
	font-size: 10pt;
	color : #000000; 
  	background : #ffffff; 
  	font-family : Garamond, Times, "Times New Roman", serif;
 
  }
 /****************************************************
* Layers *
******************************************************/
#spacer { clear: both;
  padding: 0.2em;
  }
#maincontainer { padding: 0px;
  text-align: left; /* Counteract IE5/Win Hack */
  border: 0px dashed #ffffff;
  z-index: 1;
  margin: 0px auto;
  background: #ffffff; 
}
#sihgheader { display: none;
}
#sihgyahoo { display: none;
}
#mapanswers { display: none;
}
#printheader { text-align: center;
  background-color: #ffffff;
  position: static;
  width: 100%;
  border: none; 
}
#sihgmenu { display: none;
}
#totop { display: none;
 
}
#content { text-align: justify;
  z-index: 6;
  background-color: #ffffff;
  position: static;
  width: 100%;
  border: none; 
}
#find { display: none;
}
#mission { margin-top: 10px;
  padding: 0px;
  width: 100%;
  float: left;
  font-size: 120%;
  text-align: justify;
  font-weight: 600;
  border: 1px solid white;
  background: white;
  z-index: 5;
}
#newsflash { margin-top: 10px;
  padding: 5px;
  width: 100%;
  float: left;
  font-size: 100%;
  text-align: center;
  font-weight: 500;
  border: 1px solid black;
  background: #ffffff;
  z-index: 5;
}
#columnleft { float: left;
  width: 500px;
  margin: 0 0 0 0;
  padding: 0;
}
#columnright { float: right;
  width: 200px;
  margin: 0 0 0 0;
  padding: 0;
}
#footer { width: 100%;
  float: left;
  z-index: 7;
  padding: 10px;
  width: 100%;
  position:static;
  z-index: 6;
  border-top: 1px solid #000000;
  text-align: center;
  font-size: 8pt;
  font-weight: 500;
  padding: 0px;
  color: #000000;
  background: #ffffff;

}
br.clear { clear: both;
}
/**************************************************
* SIHG *
****************************************************/
p 	{	margin-top: 0px;
	}
h1	{	color: #000000; 
		font-family: arial, verdana, helvetica, sans-serif
		font-size: 200%;
		text-align: center;
	}
h2	{	color: #000000;
		font-family: arial, verdana, helvetica, sans-serif
		font-size: 160%;		
		text-align: center;

	}
h3	{	color: #000000;
		font-family: arial, verdana, helvetica, sans-serif
		font-size: 140%;		
		text-align: center;

	}
h4	{	color: #000000;
		font-family: arial, verdana, helvetica, sans-serif
		font-size: 120%;
		text-align: center;

	}
table.ordinary { font-size: 100%;
}
em	{	font-weight: normal;
		font-style: italic;
	}	
strong {font-weight: bold;
		font-style: normal;
	}
.meetingdate { font-size: 100%;
		font-weight: normal;
		font-style: normal;
	}	
.meeting { padding-left: 5em;
		font-size: 100%;
		font-weight: bold;
		font-style: normal;
	}	
.speaker { padding-left: 10em;
		padding-bottom: 80px;
		font-size: 100%;
		font-weight: normal;
		font-style: italic;
	}	
/* pseudo classes (anchor effects) */	
#content a: after {
 	content: " <" attr(href) ">";
	text-decoration: underline;
    color: #000000;
}
a { color: #626466; 
	text-decoration: none;
}
a:link, a:visited { color: #626466;
	text-decoration: none;
}
.showlink { padding-left: 3em;
		font-weight: normal;
	}	