.articleHeader {
    padding: 10px;
    color:white;
    background-color: #343a40;
    text-align: center;
}

.articleHeader * {
    margin: auto;
}

.articleBody {
    padding: 10px;
    text-align:center;
}

.articleBody2 {
	margin-left: 20px;
	margin-right: 20px;
	padding: 10px;
}

.venueHeading {
	margin: auto;
}


.track{
	padding: 10px;
}

.track p{
	text-align:center;
}

.track strong{
	margin: auto;
}

.articleBody * {
    margin: auto;
}

#carouselIndicators{
    background-color: #000;
}

.carousel-indicators li{
	width: 15px;
  	height: 15px;
  	border-radius: 100%;
}

#carouselIndicators img {
	height: 400px;
	border-radius:10px;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; // remove the gap so it doesn't close
}

#fixed-nav-bar a {
	cursor:pointer;
}


#fixed-nav-bar .dropdown-menu a {
	font-size: 14px;
}

.dropdown .dropdown-menu .dropdown-item:active, .dropdown .dropdown-menu .dropdown-item:hover{background-color: #343a40; color: #fff; !important;}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}


span.centerImage {
     text-align: center;
}


p#copyright {
    width: 968px;
    height: 20px;
    line-height: 20px;
    color: #333639;
    font-weight: bold;
    padding-left: 32px;
    background: #e1dfe4;
    float: left;
}

p#copyright a{
    color: #333639;
    text-decoration: none;
}

p#copyright a:hover {
    text-decoration: underline;
}

#contact a:hover {
    text-decoration: underline;
}

td.ee-date {
    width: 80px;
    display:inline-block;
}

.newNotice, td.ee-date p {
    background:grey;
    color: white;
    font-weight: bold;
    font-size:12px;
    padding: 5px;
    margin: 0;
}
