/*
Modified from winter_meetingstyle.css on May. 7, 2006. 
I am creating a stylesheet for the meeting pages of each season, primarily to allow appropriate seasonal changes in color scheme. However, I am 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. It's something to ponder further.
*/

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

.white {
	color:#fff;
}

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 a {
	font-style: italic;
	text-align: left;
	padding: 0 0 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: #000000;
	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;	
	}


/* Following are the div-specific styles. Each correlates
with <div> tags in the html code. */
#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	}

#masthead {
	margin: 20px;
	}

#masthead img {
	margin-bottom: 20px;
	}	

#masthead h1, h2, h3 {
	margin: 0;
	color: #f02;
	}
	
#masthead h4 {
	margin: 0;
	color: #000;
	}
	
#sidebar {
	float: left;
	width: 180px;
	margin: 0;
	padding: 0 6px 0 0;
	color: #000;
	background-color: #006;
}

#sidebar h3 { 
	margin: 0; 
	font-size: 1em;
	font-style: italic;
	background-color: #fff;
	text-indent: 4px;
	padding: 12px 0;
	}
	
#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;
	}

#header img {
	padding: 12px 0 24px 0;
	}

#main {
	float: right;
	clear: left;
	width: 700px;
	padding: 0 10px;
	color: #000;
	background-color: #fff;
	border: 4px groove #666;
	text-align: left;
	}

#main p {
	display: block;
	margin-top: 0;
}
		
#main h1 {
	margin: 0;
	color: #000;
	text-align: left;
	}

#main h2, h3 {
	top: 0px;
	padding: 0 10px;
	}
	
#main h4 {
	color: #000;
	}	


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

#main li {
	padding-top: 8px;
	}
	
#main td {
	vertical-align: top
	}
	
#main a:link {
	font-size: inherit;
	color: #060;
	text-decoration: none;
   	}
	
#main a:visited {
	font-size: inherit;
	color: #060;
	text-decoration: underline;
   	}	
	
#main a:hover {
	font-size: inherit;
	color: #999;
	text-decoration: none;
   	}	
	
#main a:active {
	color: #FFFF00;
	text-decoration: none;
   	}	
	
#footer {
	margin: 40px;
	}
	
#footer hr {
	margin: 20px;
	}	
	
#footer p {
	font: 9px Arial, sans-serif;
	color: #666
	font-style: italic;
	line-height:1.2em; 
	}

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

/* Following are the class styles. Each correlates
with class attributes in 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;
	border-color: #ccc;
	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: #999;
	color: #fff;
	border: 4px #ccf outset;
	}

.mtgMenu a:active {
	background-color: #000;
	color: #fff;
	border: 4px #ccf inset;
	}
	
/* Assign the class "thispage" to the li tag for the list button of the current page in the sidebar, so that it will look depressed already in the browser	*/
.thispage a:link {
	background-color: #999;
	border: 4px inset #ccc;
	color: #000;
}
.thispage a:visited {
	background-color: #999;
	border: 4px inset #ccc;
	color: #000;
}
.thispage a:hover {
	background-color: #999;
	border: 4px inset #ccc;
	color: #000;
}

.boldOff {
	font-weight: normal;
	font-size: .85em;
	}
	
.update {
   	margin: 0 10px 1px 10px;
	padding: 1px 10px 0 10px;
   	background: #ffffff;
   	}

.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;
	}
	
.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 {
	display: block;
	clear: both;
	background-color: #fff;
	}
	
#footer address {
	font-size: 9px;
	line-height: 12px;
	color: #333333;
	text-align: center;
	}
	
	

