body {
    margin: 0px;
    padding: 0;
    /* background: url(images/img01.jpg) repeat-x left top; */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    color: #291B0C;
}
h1, h2, h3 {
    margin: 0;
    font-weight: normal;
    color: black;
}
h1 {
    font-size: 44px;
}
h2 {
    font-size: 18px;
    
}
h3 {
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 25px;
    height: 6px;
    font-size: 20px;

}

h4 {
    font-weight: bold;
    /* margin-bottom: 25px; */
    margin-top: 0px;
    height: 6px;
    font-size: 15px;
}

p, ul, ol {
    text-align: justify;
    margin-top: 0;
    line-height: 150%;
    color: #000;
}
ul, ol {}
blockquote {}
a {
    color: rgb(0, 42, 254);
}
a:hover {
    text-decoration: none;
}
a img {
    border: none;
}
img.left {
    float: left;
    margin: 7px 30px 0 0;
}
img.right {
    float: right;
    margin: 7px 0 0 30px;
}
.list1 {}
.list1 li {
    float: left;
    line-height: normal;
}
.list1 li img {
    margin: 0 30px 30px 0;
}
.list1 li.alt img {
    margin-right: 0;
}
.bold {
    font-weight: bold;
}
.black {
    color: #000;
}
.italic {
    font-style: italic;
}
#wrapper {
    margin: 0px;
    padding: 30px 0px 0px 0px;
}

/* Header */

#header-wrapper {
    margin: 0px;
    padding: 0px;
    visibility: hidden;
}
#header {
    width: 920px;
    height: 0px;
    margin: 0 auto;
}

/* Menu */

#menu {
    float: left;
    width: 630px;
    height: 50px;
    padding-top: 24px;
}
#menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    line-height: normal;
}
#menu li {
    display: block;
    float: left;
}
#menu a {
    display: block;
    float: left;
    margin-right: 2px;
    padding: 4px 25px;
    text-decoration: none;
    text-transform: capitalize;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
}
dd,
dt {
  line-height: 1.5;
}



#menu a:hover {
    background: #989495;
}
#menu .current_page_item a {
    background: #747071;
    color: #FFFFFF;
}
#menu .first {
    background: none;
}

/** LOGO */

#logo {
    width: 920px;
    height: 202px;
    background: url(images/Banner.jpg) no-repeat left top;
    background-size: 920px 202px;
    background-position: center;
    margin: 0px auto;
}
#logo h1, #logo p {
    margin: 0px;
    line-height: normal;
    text-transform: lowercase;
    font-weight: normal;
    color: #FFFFFF;
}
#logo p {
    padding-left: 32px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
}
#logo h1 {
    padding-left: 30px;
    padding-top: 160px;
    font-size: 60px;
    font-family: Georgia, "Times New Roman", Times, serif;
}
#logo a {
    text-decoration: none;
    color: #FFFFFF;
}
#logo h1 a {
    text-decoration: none;
    color: #FFFFFF;
}

/* Page */

#page {
    width: 920px;
    margin: 0 auto;
    padding: 0px;
}
#page-bgtop {}

/* Content */

#content {
    float: right;
    width: 630px;
}

/* Post */

.post {
    margin-bottom: 45px;
    /* border-bottom: 1px solid #DFDFDF; */
}
.post .title {
    height: 20px;
    text-decoration: none;
    text-transform: none;
    font-size: 1.8em;
    font-weight: bold;
    color: #2C170B;
    margin-bottom: 20px;
}
.post .title_s {
    height: 15px;
    text-decoration: none;
    text-transform: none;
    font-size: 1.6em;
    font-weight: bold;
    color: #2C170B;
    margin-bottom: 20px;
}
.post .title_xs {
    height: 14px;
    text-decoration: none;
    text-transform: none;
    font-size: 1.45em;
    font-weight: bold;
    color: #2C170B;
    margin-bottom: 20px;
}
.post .title_xxs {
    height: 10px;
    text-decoration: none;
    text-transform: none;
    font-size: 1.45em;
    font-weight: bold;
    color: #2C170B;
    margin-bottom: 20px;
}
.post .meta {
    margin-left: 2px;
    padding: 2px 30px 2px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10px;
    color: #66665E;
}
.post .meta span {
    display: block;
    margin-top: -10px;
}
.post .meta a {}
.post .entry {
    padding: 10px 0 30px 0;
}
.post .entry-content {
    float: right;
    width: 330px;
}
.post .entry-image {
    float: left;
    width: 280px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 30px;
}
.post .links a {
    font-weight: bold;
}


.post .links .comments {}
.post .links .permalink {
    padding-left: 17px;
}

/* Speaker */

.speaker {
    margin-bottom: 50px;
}
.speaker img {
    float: left;
    margin-right: 20px;
    height: 140px;
    width: 120px;
}

/* Sponsor */

.sponsor {
    margin-bottom: 50px;
}
.sponsor img {
    float: left;
    margin-right: 40px;
    margin-bottom: 30px;
    margin-top: 0px;
    width: 240px;
}
.sponsor p {
    margin-left: 30px;
}

/* Table */
 
table.hovertable {
    color: #333333;
    border-width: 1px;
    border-color: #999999;
    border-collapse: collapse;
    table-layout: fixed;
    
}
table.hovertable th {
    background-color: #962030;
    color: #ffffff;
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #2C170B;
    
}
table .even {
    background-color: #fefefe;
}
table .break {
    background-color: #C80F2E;
}
table.hovertable td {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #2C170B;
    width: min-content;
    
    
}



/* Sidebar */

#sidebar {
    float: left;
    width: 250px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}
#sidebar ul {
    margin: 0px 0px 0px 0px;
    padding: 0;
    list-style: none;
    line-height: normal;
}
#sidebar li ul {
    margin: 0px;
    padding: 0px;
    background: #f2f2f2;
}
#sidebar li li {
    margin: 0px 10px;
    padding: 10px 0px 10px 20px; 
    text-align: left;
    border-bottom: 1px solid #FFFFFF;
}
#sidebar li li a {
    font-weight: normal;
}


#sidebar li li a:hover {}

#sidebar p {
    line-height: 200%;
    padding: 20px 15px 0px 15px;
}
#sidebar h2 {
    height: 30px;
    padding: 8px 0px 0px 15px;
    background: url(images/img04.jpg) no-repeat left top;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: bold;
    color: rgb(255, 255, 255);
}
#sidebar a {
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    color: #000000;
}

#sidebar b {
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
}


/* Calendar */

#calendar {}
#calendar caption {
    padding-bottom: 5px;
    font-weight: bold;
}
#calendar table {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #24130F;
    border-left: 1px solid #24130F;
    border-right: 1px solid #24130F;
}
#calendar thead th {
    padding: 5px 0;
    text-align: center;
    border-top: 1px solid #24130F;
    border-left: 1px solid #24130F;
    background: #24130F;
}
#calendar tbody td {
    padding: 5px 0;
    text-align: center;
    border-top: 1px solid #24130F;
    border-left: 1px solid #24130F;
    border-bottom: 1px solid #24130F;
}
#calendar tfoot td {
    padding: 5px;
    border-left: 1px solid #24130F;
    border-bottom: 1px solid #24130F;
}
#calendar tfoot #next {
    border-top: 1px solid #24130F;
    text-align: right;
}
#calendar tfoot #prev {
    border-top: 1px solid #24130F;
}
#calendar .pad {
    border-bottom: 1px solid #24130F;
}
#calendar #today {
    background: #24130F;
}

/* Footer */


#footer-bgcontent {
    margin-top: 20px;
    padding: 0px;
    height: 50px;
    /* background: #000000 url(images/img03.jpg) repeat-x left top; */
}
#footer {
    border-top: 1px solid #DFDFDF;
    width: 920px;
    height: 30px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
    color: #FFFFFF;
}
#footer p {
    margin: 0;
    padding-right: 30px;
    text-align: center;
    line-height: normal;
    font-size: 10px;
}
#footer a {
    color: #F99501;
}
.aaaaa {
    font-weight: bold;
}
.aaaaa {
    font-weight: bold;
}


details {
    padding-bottom: 10px;
  }
  summary {
  	font-weight: bold;
  	font-size: 20px;
  }