
body {
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    color: #223;
    margin-left: 7%;
    margin-right: 7%;
}

a img {
    border: none;
}

#content {
    margin-right:25%;
}

#content h1 {
    font-size: 18px;
    color: #494d66;
    border-bottom: 1px solid #d1c1b4;
    padding-bottom: 3px;
}

#banners {
    float:right;
    width: 20%;
    /* position: relative; */
    /* display: block; */
    /* right: 5px; */
    list-style-type: none;
    list-style-image: none;
}

#banners img{
    border-style: none;
}

#banners a{
    text-decoration: none;
}

.dates-header {
    border-bottom: 1px solid #494d66;
    background-color: #F8F8Fb;
    text-align: center;
    font-family: Verdana;
    font-weight: bold;
    color: #494d66;
    font-size: 14px;
}

/* table.dates h1 { */
/*     color: #494d66; */
/*     font-size: 14px; */
/*     text-align: center; */
/* } */

table.dates {
    border-width: 1px;
    border-spacing: 5px;
    border-style: solid;
    border-color: #494d66;
    border-collapse: separate;
    background-color: white;
    text-align: center;
    width: 100%;
}

.date-title {
    text-align: center;
    color: #494d66;
    font-weight: bold
}
.date-content {
    text-align: center;
    
}

#menu {
    list-style-type: none;
    diplay:inline;
}
#menu {
    height: 50px;
    padding: 0 0 0 5px;
    background: #F8F8Fb;
    border-top: 3px solid #333;
    font: 12px Verdana, Arial, serif; 
    overflow: hidden;
    min-width: 750px;}

#menu li {
    float: left; 
    padding: 0 5px 0 5px;
    margin-right: 5px;
}

#menu li a {
    display: block; 
    padding: 0.75em 0 0.25em;
    text-transform: uppercase; 
    color: #494d66;
    text-decoration: none;
}

#menu a:hover {
    color: #BBB;
    border-bottom: 1px solid #BBB;
}


.remove-bullets {
    list-style-type: none;
}
/* Style only the program list */
#program ul {
    padding-left: 0;
}
#program li {
    margin-bottom: 10px; /* space between items */
}
#program ul ul {
    list-style-type: disc ;
    padding-left: 30px;
    /* border-left: 2px solid #ddd; */
}
#program li > ul {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 20px; /* indent sub-items */
}
#program b {
    font-size: 1.05em;
}

#program hr {
    margin: 15px 0;    U     
                       border: none;           
    border-top: 1px solid #ccc;  /* line color set to #ccc */
    color: #ccc;                /* fallback for some browsers */
    background-color: #ccc;      /* ensures consistent rendering */
}
