#leftcontent {
        position: absolute;
        width: 48%;
        top: 1%;
        left: 1%;
        font-size: 0.9em;
        border: 3px none #ffffff;
        background-color: transparent;
        padding: 5px;
        z-index: 2;
      }
      /* Right Box */
#rightcontent {
        position: absolute;
        top: 1%;
        right: 1%;
        width: 50%;
        height: auto;
        border: 3px none #ffffff;
        background-color: transparent;
        padding: 5px;
        z-index: 1;
      }
.footer {
	clear: both;
	width: 95%;
	text-align: center;
	}
.cent {
	text-align: center;
	}
h1 h2 h3 h4 h5 h6  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        margin: 0;
        text-align: center;
        padding: 0;
        color: #000000;
      }
img.logosmall {
	height: 50px;
	}
img.meet {
	width: 100px;
	height: auto;
	margin: .5% 40%;
	text-align: center;
	}
img.schedpix {
	width: 100px;
	height: auto;
	margin: .5% 10%;
	text-align: center;
	}
img.small {
	width: 200px;
	height: auto;
	margin: .5% 10%;
	text-align: center;
	}
img.hist {
	width: 200px;
	height: auto;
	margin: .5% 5%;
	text-align: center;
	}
img.right {
	width: 200px;
	height: auto;
	margin: 0% 0% 0% 50%;
	text-align: right;
	}
img.left {
	width: 200px;
	height: auto;
	margin: 0% 50% 0% 0%;
	text-align: left;
	}
img.cds {
	width: 75px;
	height: auto;
	margin: .5% 25%;
	}
img.headgif {
	width: 25px;
	height: auto;
	margin: .5% 1%;
	}
/*  TABLES  */
table {
		border: med none white;
		border-collapse: collapse;
		width: 98%;
		font-family: arial;
		font-size: 100%;
		align: center;
		caption-side: top;
		margin: 5px;
}
tr {
	}
td {
		border: thin none brown;
		width: 80%;
		font-size: 100%;
		text-align: center;
		vertical-align: top;
	}
td.small {
		border: thin none white;
		width: 10%;
		font-size: 100%;
		text-align: center;
		vertical-align: top;
	}
td.contact {
		border: thin none white;
		width: 2%;
		text-align: center;
		vertical-align: top;
	}

#no-border {
		border: none;
	}
caption {
		
		text-align: center;
		margin-bottom: 5px;
		font-size: 180%;
		padding: 5 px;
		font-weight: bold;
	}
caption.disco {
		text-align: center;
		font: italic normal bold 18 times new roman, times, serif;
		margin-bottom: 5px;
		padding: 5 px;
	}
table.pix {
		border: thin none red;
		border-collapse: collapse;
		width: 98%;
		font-family: arial;
		font-size: 100%;
		align: center;
		caption-side: top;
		margin: 5px;
}
tr.pix {
	}
td.pix {
		border: medium none brown;
		width: 25%;
		font-size: 100%;
		img-align: center;
		text-align: center;
		vertical-align: top;
	}
td.pixwide {
		border: medium none brown;
		width: 45%;
		font-size: 100%;
		img-align: center;
		text-align: center;
		vertical-align: top;
	}
#no-border {
		border: none;
	}
caption.pix {
		text-align: center;
		margin-bottom: 5px;
		font-size: 180%;
		padding: 5 px;
		font-weight: bold;
	}
table.scheddates {
      border: 3px none #ffffff;
    border-collapse: collapse;
    width: 98%;
    caption-side: top;
    margin: 0%;
}
td.scheddates {
  border: thin solid white;
  border-collapse: collapse;
  width: 3%;
  text-align: center;
  vertical-align: center;
  }

