
/* Comment for center_block*/

#Container {
  border: 5px groove #33ff33;
  margin: 20px;
  padding: 10px;
  width: 970px;
  height: 100%;
  visibility: visible;
}
#MainHeader {
  border-style: solid;
  border-color: #33cc00;
  font-family: Monotype Corsiva;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  height: 50px;
  position: relative;
  width: 960px;
  background-color: #33ff33;
  background-image: url(images/GreenGradient.jpg);
  background-position: left center;
}
#ImageHolder {
  border: 5px groove #33cc00;
  width: 960px;
  margin-left: 0;
  margin-top: 0px;
  padding-top: 0px;
  height: 170px;
  clear: both;
  visibility: visible;
  margin-bottom: 15px;
}
.image_size img {
  border-style: none;
  width: 188px;
  height: 166px;
  padding-top: 2px;
  margin-right: 0px;
  margin-left: 0px;
}
#Footer {
  border-top-style: solid;
  clear: both;
  float: none;
  top: 800px;
  text-align: center;
  background-color: #66ff99;
  opacity: 0.629;
}
#Content {
  border-style: double;
  border-color: #33cc00;
  padding: 0px 5px 50px;
  overflow: visible;
  width: 98%;
  margin-left: 0px;
  text-align: left;
  margin-top: 15px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: lighter;
  color: black;
  float: right;
 
  margin-right: 6px;
  left: 0px;
  right: 0;
  top: 0px;
  display: block;
  visibility: visible;
}
#Header {
  visibility: visible;
  font-family: Arial,Helvetica,sans-serif;
  text-align: center;
  width: 970px;
  margin-top: 20px;
  font-weight: bold;
}
#AgendaBox {
  border-style: solid;
  border-width: 0px;
  background-color: #cccccc;
  width: 100%;
  font-family: Arial,Helvetica,sans-serif;
  padding-top: 20px;
  padding-bottom: 20px;
  float: right;
  margin-top: 10px;
  margin-left: 0px;
  margin-right: 0px;
}
#InfoBox {
  border: 1px solid #00cccc;
  background-image: url(images/info_sign.gif);
  background-position: left center;
  height: 50px;
  margin-left: 0px;
  padding-left: 44px;
  text-align: left;
  clear: both;
  line-height: 15px;
  font-weight: lighter;
  background-color: #99ff99;
  background-repeat: no-repeat;
  font-family: Arial Black;
  margin-right: 0px;
  padding-top: 10px;
  visibility: visible;
  font-size: 15px;
  font-style: normal;
  width: 94%;
}
.InfoAnchorClassNoUnderline {
  text-decoration: none;
  color: black;
}
.InfoAnchorClassUnderline {
  text-decoration: underline;
}
#RHcolumn {
  background-color: white;
  width: 200px;
  height: 1000px;
  float: right;
  border-left-style: dotted;
}
#LHcolumn {
  background-color: white;
  width: 200px;
  height: 1000px;
  float: left;
  border-left-style: dotted;
}
#CentreText {
  float: none;
  clear: none;
  width: 200px;
  height: 500px;
}


IMG.MainCentre {
    display: block;
    margin-left: auto;
    margin-right: auto 
}
img.align-centre
{
    display: block;
    margin-left: auto;
    margin-right: auto 
}
img.align-right-block
{
    display: block;
    float: right;
    margin-left: auto;
    margin-right: auto 
}
grey1 {
  background-color: #ccccff;
}

/* introduced to place text between 2 images */
.img-left {
  float: left;
}
.img-right {
  float: right
}
.center {
  text-align: center;
  /*border: 1px solid black;*/
}

.bold {
  font-weight:bold;
}

.column {
  float: left;
  width: 48%;
  padding: 5px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}

/* Indent paragraph */
.tab { margin-left: 40px; }

/*_____________________________________________________________________________________________________________________________________*/
    

