/*
Modified from fall_meetingstyle.css on Dec. 28, 2005. 
*/

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:#FFFFFF;
	}
	
img {
	display: block;
	border-width: 0;
	}

a:link {
	text-decoration:underline;
	color: #003366;
   	}
	
a:visited {
	text-decoration:underline;
	color: #336666; 
	}

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

a:active {
	color: #ffffff;
	}	

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;	
	}

td	{
	vertical-align: top
	}


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

#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: 155px;*/
	margin: 12px 0 0 0;
	padding: 0;
	color: #000;
	background-color: #fff;
	text-indent: 4px;
}

#sidebar h3 { 
	margin-bottom: 0; 
	font-size: 1em;
	font-style: italic;
	color: #ccc;
	background-color: #fff;
	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: #ff0022;*/
	background-color: #f02;
	border-left: 4px groove #333;
	border-top: 4px groove #666;
	/*border-width:thick;
	border-style:groove;
	border-color: #f90;*/
	text-align:left;
	}
		
#main h1 {
	margin: 0;
	color: #000;
	text-align: left;
	}

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

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

#main li {
	padding-top: 8px;
	}
	
#main a:link {
	font-size: inherit;
	color: #666666;
	text-decoration: underline;
   	}
	
#main a:visited {
	font-size: inherit;
	color: #666666;
	text-decoration: underline;
   	}	
	
#main a:hover {
	font-size: inherit;
	color: #ffffff;
	text-decoration: none;
   	}	
	
#main a:active {
	font-weight:bold;
	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:#CCCCCC;
	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;
	}

.boldOff {
	font-weight: normal;
	font-size:.85em;
	}
	
.update {
   	margin:0 10px 1px 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;
	}
	
/* Give the style "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.	*/
	
.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:#FFFF00;
	}

#footer {
	display: block;
	clear: both;
	background-color: #fff;
	}
	
#footer address {
	font-size: 9px;
	line-height: 12px;
	color: #333333;
	text-align: center;
	}