/* discussion titles and such */

.disc_title { 
              font-size: 18px;
              font-weight: bold;
              color: #cf3118;
              border: 2px solid #751111;
              background-color: #f9f9ea;
              margin: 1.2em 1.2em 2em 0.7em;
              padding: 0.5em;
              text-align: center;
}

.disc_subtext { 
                font-size: 11px;
                color: black;
                margin: 0.5em;
}

em { color: #751111; }

.disc_desc { 
             margin: 0.5em 1.5em 2em 0em;
}

.section {
           border: 2px solid #751111;
           margin: 3.6em 0em;
           background: #f9f9ea;
}

.section_header {
                  background-color:#cf3118;
                  border-right: 2px solid #751111;
                  border-bottom: 2px solid #751111;
                  color: white;
                  font-size: 15px;
                  font-weight:bold;
                  padding: 0.5em;
                  margin: 0em;
                  float: left;
} 

.section_header_rt {
                  float: right;
} 

.section_text {
                margin: 1em 0em 0em 1em;
                padding: 0.8em 0.3em 0.3em 0.5em;
                clear: left;
                background: #f9f9ea;
}

.section_text_rt {
                margin: 1em 0em 0em 0.5em;
                padding: 0.5em 0.3em 0.3em 0.5em;
                clear: right;
                background: #f9f9ea;
}
