ul {
  margin:5px;
  list-style-position: outside;
  list-style-type: square;
}
.c {
	text-align: center;
}
.conference {
   margin-top: 35px;
}

#top {
  width: 800px;
  height: 280px;
  margin-left: 95px;
 }

#tix-links {

  padding: 5px;
  width: 760px;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin-left: 1.3in;
  margin-top:0;
  margin-bottom:0;

  border: 0px solid black;
}
#tix-links a {
  color: white;
  font-size: 15px;
  font-weight: bold;
 
  }

  
#tix-links a:hover {
  color: #F6BB3B;
  text-decoration: underline;
}
#tix-links h2 {
   font-family: Times;
   color: darkslategray;
   font-size: 16;
}
#tix-links li {
   padding:0;
   
}
#tix-links li a {
  text-decoration: none;
}
#main {
position: absolute;
top: 20%;
left: 205px;
width: 700px;
height: 420px;
padding: 20px 0 0 15px;
background: #AAAAAA;
background: white;
border: 1px solid black;
}

#main a {
  color: blue;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 34px;
}
#main a:hover {
  color: red; 
}

#eventnav {
position: absolute;
top: 20%;
left: 0px;
width: 150px;
padding: 0px;
padding-bottom: 5px;
background: palegreen;
border: 4px solid gray;
border: 2px solid gray;
}
#eventnav ul {

margin: 1cm 5px 1cm 10px;
}
#eventnav li {
margin: 10px 5px 0px 0px;
padding-top: 10px;
color: #1F5466;
font-weight: bold;
text-decoration: none;
border-style: none;
}
#eventnav li a{
color: black;
}
#eventnav li a:hover {
border-style: none;
color: red;
}

.content{
	
	  padding: 10px 10px 10px 10px;
}

.maintable{

	border: 0px solid #F6BB3B;
	margin-left:95px;

	}
