a	{ color: #000099; }

a:hover	{ color: #990000; }

a:visited	{ color: #000099; }

#button {
	width: 10em;
	border-right: 1px solid #000;
	padding: 0 0 0.5em 0;
	margin-bottom: 0em;
	font-family: 'Trebuchet MS', Arial, Verdana;
	font-size: 0.8em;
	background-color: #0066cc;
	color: #ffffff;
	position: absolute;
	left: 5px;
	top: 150px;
	}


#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
		
#button li {
	border-bottom: 1px solid #99cccc;
	margin: 0;
	}

#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #3399ff;
	background-color: #0066cc;
	color: #ffffff;
	text-decoration: none;
	width: 100%;
	}

html>body #button li a {
	width: auto;
	}

#button li a:hover {
	border-left: 10px solid #0066cc;
	background-color: #3399ff;
	color: #fff;
	}

.menuttl	{ font-weight: bold;
		  padding-left: 8px;
		  padding-top: 1px;
		  padding-bottom: 1px; }


#content	{ position: absolute;
		  top: 150px;
		  left: 11em;
		  right: 10%;
		  font-family: Georgia, Palatino, 'Times New Roman';
		  font-size: 1em;
		  color: #000000;
		  line-height: 130%;
		  }

#header		{ position: absolute;
		  top: 1px;
		  left: 1px;
		  }

h1	{ font-family: "Trebuchet MS", Verdana, Arial;
	  font-weight: bold;
	  font-size: 1.5em;
	  color: #0066cc;
	}

h2	{ font-family: "Trebuchet MS", Verdana, Arial;
	  font-weight: bold;
	  font-size: 1.2em;
	  color: #0066cc;
	}

h3	{ font-family: "Trebuchet MS", Verdana, Arial;
	  font-weight: bold;
	  font-size: 1em;
	  color: #0066cc;
	}

h4	{ font-family: "Trebuchet MS", Verdana, Arial;
	  font-weight: bold;
	  font-size: 0.9em;
	  color: #0066cc;
	}

dt	{ font-weight: bold; }

.regtbltitle	{ background-color: #3399ff;
		  font-weight: bold;
		}

.alert	{ background-color: #66ccff;
	  font-family: "Trebuchet MS", Verdana, Arial;
	  font-weight: bold;
	  font-size: 1em;
	  color: #000000;
	  padding-top: 0.5em;
	  padding-bottom: 0.5em;
	}

.sponsors { 
	  font-family: "Trebuchet MS", Verdana, Arial;
	  font-weight: bold;
	  font-size: 0.8em;
	  color: #000000;
	}

.schedule { font-family: "Trebuchet MS", Verdana, Arial;
	  font-size: 0.8em;
	  color: #000000;
	  }

dt.speakers	{ font-weight: bold; }
dd.speakers	{ font-weight: normal;
		  font-style: italic;
		  font-size: 0.9em; }

.disclaimer	{font-size: 0.6em;
		 font-style: italic; }
		 
.plain	{font-style: normal; }