ul {
  margin:5px;
  list-style-position: outside;
  list-style-type: none;
}
.c {
	text-align: center;
}
.conference {
   margin-top: 15px;
}

#tix-links {
  float: left;
  background: slategray;
  color: black;
  padding: 10px 5px 5px 5px;
  width: 140px;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px solid gray;
}
#tix-links h3 {
  color: black;
}
#tix-links a {
  color: white;
  font-size: 12px;
  text-decoration: underline;
}
#tix-links a:hover {
  color: black;
  text-decoration: underline;
}
#tix-links li {
}
#tix-links li a {
  text-decoration: none;
}
#main {
position: relative;
top: 50px;
left: 50px;
width: 700px;
min-height: 420px;
padding: 10px;
background: #AAAAAA;
background: #80AA00;
background: white;
color: black;
font-family: sans-serif;
font-size: 14px;
border: 2px solid black;
}

a {
  color: blue;
  font-weight: bold;
  font-family: sans-serif;
}
a:hover {
  color: red; 
}

#eventnav {
position: relative;
left: 50px;
width: 700px;
padding: 10px;
padding-bottom: 5px;
background: #00AAFF;
border: 2px solid black;
}
#eventnav ul {
margin: 0;
display:inline;
}
#eventnav li {
margin: 10px 5px 0px 0px;
color: #1F5466;
font-weight: bold;
text-decoration: none;
list-style-type: none;
padding-left: 5px;
display:inline;
}
#eventnav li a {
color: black;
font-weight: bold;
font-size: 12px;

}
#eventnav li a:hover {
/*
border-style: inset; */
color: #DDDDDD;
}

