/*
Created from meetingstyle.css on Sept. 14, 2005. 
I am planning to create a stylesheet for the meeting pages of each season, primarily to allow appropriate seasonal changes in color scheme. The original (meetingstyle.css) can be used for Spring. For the Winter 05-06 meeting, I'll revise this to make a winter_meetingstyle.coss document with a winter color scheme. 
I am kinda wondering whether I shouldn't make a specific style sheet for EVERY meeting (instead of for the seasons) so that when I alter style sheets in future, I will not be unsure about how the change affects all the previous pages that used that stylesheet. 
*/

body {
	color:#000;
	margin:0px;
	padding:0px;
	font-family:arial, verdana, helvetica, sans-serif;
	font-size:1em;
	line-height: 1.2em;
	text-align: left;
	background-color:#fff;
	}
	
img {
	display: block;
	border-width: 0;
	}

a:link {
	text-decoration:underline;
	color: #00f;
   	}
	
a:visited {
	text-decoration:underline;
	color:#6a6a6a; 
	}

a:hover {
	color:#6a6a6a;
	text-decoration:underline;
	}

a:active {
	color: #ff0;
	}	

p 	{
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5em;
	/*text-indent:30px;*/
	text-align: left; /*added 9/2005*/
	}


blockquote {
	font-style:italic;
	padding:0px 0 0;
	font-size:.85em;
	line-height:1.1em;
	}

h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:bold;
	/* background-color: #FFFFFF; */
	}

h1 	{
	color: #000;
	font-size: 2em;
	line-height: 2em;
	text-align: center;
	 }

h2 	{
	font-size:1.5em;
	line-height:1.5em;
	 }
	
h3 	{
	font-size:1.2em;
	line-height:1.2em;
	 }
	
h4 	{
	font-size:1em;
	line-height:1.1em;
	color:#fff;
	 }
	
h5 	{
	font-size:.9em;
	line-height:1.1em;
	 }
	
h6 	{
	font-size:1em;
   	line-height:50%; 
	font-style:italic;	
	}

td	{
	vertical-align: top
	}


/* Following are the div-specific styles. Each correlates
with <div> tags in the html code. */

#header {
	margin: 0;
	/*padding: 20px 4px 0 0;*/
	background: #fff;
	}
	
#header h1, h2{
	margin: 0;
	/*padding: 20px 4px 0 0;*/
	background: #fff;
	}
	
#sidebar { 
	padding: 0 10px 10px 10px;
	/*color: #fff;*/
	background-color: #fff;
	/*background color is also in the table on the html doc
	because it goes to BLACK in IE for Windows; 
	I'm trying everything to prevent that since it 
	makes the black text unreadable. */
	}

#sidebar h3 { 
	margin-bottom: 0; 
	font-style: italic;
	color: #f90;
	background-color: #066;
	text-indent: 4px;
	padding-bottom: 2px;
	}
	
#sidebar hr { 
	padding: 12px 0 12px 12px;
	}
	
#announcements  p {
	display:block;
	margin-top:4px;
	margin-left:12px;
	color: #000;
	font-size:.85em;
	font-weight:normal;
	line-height:1.2em; 
	text-indent:4px;
	}

#sidebarfooter {
	vertical-align: bottom;
	}

#graphic img {
	display: block;
	padding:12px;
	}

#main {
	padding:10px;
	color:#000;
	background-color: #f90;
	border-left: 4px inset #066;
	/*border-width:thick;
	border-style:groove;
	border-color: #f90;*/
	text-align:left;
	}
		
#main h2, h3 {
	top:0px;
	padding:0 10px;
	background-color:#f90;
	}

#main blockquote {
	font-size: 1em;
	line-height:1.2em;
	}

#footer p {
	font: 9px Arial, sans-serif;
	font-style:italic;
	line-height:1.2em; 
	}

#footer a:link {
	font-weight:bold;
   	}

.textnavbar p, a {
	padding: 0 4px;
	font-size: 12px;
	color: #006;
	text-align: center;
	list-style: none;
	text-decoration: none;
	}
	
.textnavbar a:link {
	color: #222253;
	}

.textnavbar a:visited {
	color: #222253;
	}

.textnavbar a:hover {
	color: #fff;
	background-color: #222253;
	}

.textnavbar a:active {
	color: #ff0;
	}

	
#footer address {
	font-size: 9px;
	line-height: 12px;
	color: #333333;
	text-align: center;
	}

/* Following are the class styles. Each correlates
with <class> tags in the html code. */

ul.mtgMenu  {
	display:block;
	margin-top:4px;
	margin-left:0;
	font-size:1em;
	list-style:none;
	}

.mtgMenu li {
	margin:8px;
	}

.mtgMenu a:link {
	display: block;
	color: #000;
	background-color: #fff;
	margin: 0;
	padding: 6px;
	text-decoration: none;
	font-weight: bold;
	border: 4px #066;
	border-style: outset;
	}

.mtgMenu a:visited {
	display:block;
	color:#000;
	background-color:#fff;
 	margin:0;
	padding:6px;
	text-decoration:none;
	font-weight:bold;
	border: 4px #666666 outset;
	}
	
.mtgMenu a:hover {
	background-color:#f90;
	color:#000;
	border: 4px #ccf outset;
	}

.mtgMenu a:active {
	background-color:#000;
	color:#fff;
	border: 4px #ccf inset;
	}

.coloraccent1 {
	/* teal */
	color: #066;
	}

.coloraccent_Salmon {
	/* Use for Fall */
	color: #009900;
	}

.boldOff {
	font-weight: normal;
	font-size:.85em;
	}
	
.update {
   	margin:0 10px 10px 10px;
	padding:1px 10px 0 10px;
   	background: #ffffff;
	/*border: 4px #090 solid;*/
   	}

.update p {
	font-style:italic;
	font-weight: lighter;
	text-indent:0;
	line-height:1.5em;
	}

.siglines p {
	text-indent:0;
	line-height:1.2em; 
	font-weight:bold;
	}
	
.secretLink h1 {
	text-decoration:none;
	line-height:1em;
	margin:0;
	color:#000066;
	}

.style1 {
	font-style: italic
	}

.thispage li{
	display: block;
	color: #000;
	background-color: #999999;
	margin: 0;
	padding: 6px;
	text-decoration: none;
	font-weight: bold;
	border: 4px #000;
	border-style: inset;
	}	

