body {
	margin: 0 3%;
	padding: 0 0 20px 0;
	color:  #000000;
	background-color: #F6F6EE;
	font-family: Verdana, Arial, sans-serif;
	border: 13px double #666633;
	}
#header {
	margin: 0;
	background: #5D5E33 url(images/mic-banner.jpg);
	text-align: center;
	border-bottom: 1px solid #666633;
	}
#header h6 {
	margin: 0;
	padding: .6em 0 0 0;
	color: #F6F6EE;
	background: transparent;
	font-family: Times, serif;
	font-size: 200%;
	}	

#content {
	margin: 0;
	padding: 0 60px 40px 40px;
	border-left: 1px solid #999;
	color:#000;
	background: #F6F6EE;
	}

#sidebar {
	padding: 10px 8px 10px 8px;	
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #EFFAEF;
	border-left: 1px solid #EFFAEF;
	color: #000;
	background-color: #F6F6EE;
	font-family: Arial, Helvetica, sans-serif;
	}
#sidebar dt {
	margin: .8em 0 0 0;
	font-size: 1.2em;
	font-weight: bold;
	}
#content dt {
	font-weight: bold;
	}
img#logo {float: left}
.skipnav {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
}

/* Commented backslash hack v2 - IE5 Mac can't do this properly -  \*/
.skipnav:active, .skipnav:focus {
  position: absolute;
  overflow: visible;
  top:5px;
  left:5px;
  z-index:5;
  padding:5px;
  width: auto;
  height: auto;
  color: #CCCC99;
	background:  #993300;
	border-top: 1px solid #EFFAEF;
	border-right: 1px solid #EFFAEF;
	border-bottom: 1px solid black;
	border-left: 1px solid black;

  font-weight: bold;
} 
/* End Hack  */

p.next {text-align: right}	
h1 {
	margin:0; /* or IE5 Win leaves a gap */
	padding-top: 15px;
	color: #333;
	text-align: center;
	font-weight: bold;
	font-size: 200%;
	}
h2 {
	color: #333;
	font-size: 150%;
	}
h3 {
	color: #EFFAEF;
	text-align: center;
	font-size: 1.25em;
	}

h4 {
	color: #000;
	font-size: 1.1em;
border: ipx solid red;
	}


hr {
	margin-top: 5em;
	width: 70%
	}
a:link {
	color: #000080;
	background-color: #F6F6EE;
	font-weight: bold;
	}
a:visited {
	color: #800080;
	background-color: #F6F6EE;
	font-weight: bold;
	}
a:hover {
	color: #EFFAEF;
	background-color:  #3E573E;
	text-decoration: none;
	}
img.leftfloat {float:left}
img.rightquote {
	vertical-align:top;
	}	
#content li {
	margin: 1em 0 0 0;
	}
#sponsors li {
	margin: 20px 0;
	}
/*----------------------------SUBMENU-------------------*/

#submenu {
  	width: 120px;	/* IE5 Mac extends to left of screen without this */
	padding: 5px;
	border: 1px solid #333333;
	background-color: #993300;
	color: #EFFAEF;
   font-family: Arial, sans-serif;
	font-weight: bold;
 }
*html #submenu { /* Tan Hack to extend IE5 Win */
	width: 132px;
	w\idth: 120px;
	}

div#submenu ul, div#submenu li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 180%;
	}
#submenuspace	{
	float: right;
	width: 100px;
	height: 125px;
	}
*html #submenuspace	{ /* Tan Hack to extend IE5 Win */
	width: 120px;
	w\idth: 100px;
	}
a.submenu:link {
	color: #CCCC99;
	background:  #993300;
	}
a.submenu:visited {
	color: #CCCC99;
	background:  ##993300;
	}	
a.submenu:hover {
	color: #EFFAEF;
	background: #3E573E;
	}
a.submenu:visited:hover {
	color: #EFFAEF;
	background: #3E573E;
	}
