body {
	color:#000;
	margin:0px;
	padding:0px;
	font-family:arial, verdana, helvetica, sans-serif;
	font-size:1em;
	line-height: 1.2em;
	text-align: left;
	}
	
img {
	display:block;
	border: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;
	}

blockquote {
	font-style:italic;
	padding:4px 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;
	}

h1 	{
	font-size:2em;
	line-height:1em;
	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;
	 }
	
h5 	{
	font-size:.9em;
	line-height:1.1em;
	 }
	
h6 	{
	font-size:1em;
   	line-height:50%; 
	font-style:italic;	
	}

td	{
	vertical-align: top
	}

#header {
	position: inherit;
	}

#sidebar { 
	padding:10px;
	color:#FFF;
	background-color: #000066;
	/*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: #FF0;
	background-color: #000066;
	}
	
#announcements  p {
	display:block;
	margin-top:4px;
	margin-left:12px;
	font-size:.85em;
	font-weight:normal;
	line-height:1.2em; 
	text-indent:4px;
	}

#navlist {
	width:100%;
	margin:0;
	padding:0;
	}

#navlist li {
	font-weight: bold;
	font-size:1em;
	list-style:none;
	padding-top:4px;
	padding-bottom:4px;
	text-align:center;
	border: 2px #fff outset; 
	background: #090;
	}

#navlist a:link {
	color:#000;
	background-color:#090;
	font-weight:bold;
	text-decoration:none;
	}

#navlist a:visited {
	color:#000;
	text-decoration:none; 
	}

#navlist a:hover {
	color:#fff;
	background-color:transparent;
	}

#navlist a:active {
	color: #ff0;
	border:2px inset;
	}

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

#main {
	padding:10px;
	color:#000;
	background-color: #ccf;
	}
	
#main h3 {
	top:0px;
	padding:0 10px;
	background-color:#FF0
	}

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

.mtgMenu li {
	margin:8px;
	}

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

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

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

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

.coloraccent1 {
/*  This is used for green text; it is called on the index page as well as others. Don't change the value except as part of a total, careful style makeover!!! 
.coloraccent2 and .coloraccent3 are used on individual pages, where needed.
*/
	color: #009900;
	}

.boldOff {
	font-weight:normal;
	}
	
.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;
	}

.italicText {
	font-style: italic
	}

.sm_italic_marginTopBottom {
	font-size: smaller;
	font-style: italic;
	margin:.5em 0 0 .5em;
	}
