/* Main page - blocks */
.contentbox {
   position: relative;
   float: right;
   max-width: 750px;
   margin-left: 10px;
   margin-right: 20px;
  }
.highlights {
    position: relative;
    float: right;	
    max-width: 500px;
}
.bmcnew, .bmcmem  {
    background-color: white;
    padding: 5px;
    border: solid;
    border-radius: 5px;
    border-color: silver;
    margin: 5px;
  }
section.content {
	max-width: 1350px;
	margin-left: auto;
	margin-right: auto;
	}
h3 {
	color: SaddleBrown; /* #703000; */
	}
.logotext {
	text-align: center;
	font-weight: bold;
	font-size: large;
	font-family: Arial Black, Arial, Verdana;
	color: SaddleBrown; /* #703000; */
	}
.scrolltext {
	color: silver;
	font-weight: bold;
   font-size: 150%;
	}
.contentbox dl dt (
	margin-top: 15px;
	)
@media screen and (min-width: 1024px) and (max-width: 1323px) {
.contentbox {
   max-width: 650px;
   margin-left: 5px;
   margin-right: 10px;
  }
.highlights {
   max-width: 315px;
  }
}
@media screen and (max-width: 1023px) {
.contentbox {
   max-width: 458px;
   margin-left: 5px;
   margin-right: 10px;
  }
.highlights {
   max-width: 300px;
  }
}
