@charset "utf-8";
body {
}
Html, body {
      Padding: 0;
      Margin: 0;
      Height: 100%;
}
#page {
	Min-height: 100%;
	position: relative;
}
#footer {
	width: 100%;
	height: 100px;
	clear: both;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-box-shadow: 0px 0px 12px;
	box-shadow: 0px 0px 12px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../images/bkgrndbrown.png);
	margin-top: -100px;
	text-align: center;
}

#column-leftSet {
	width: 25%;
	float: left;
	color: #FFFFFF;
	text-align: center;
	margin-right: 1em;
	/* [disabled]margin-left: 1em; */
	min-width: 250px;
}   
#column-center {
	width: 30%;
	color: #FFFFFF;
	text-align: center;
	margin-right: 2em;
	margin-left: 2em;
	float: left;
}   
#column-centerSet {
	width: 25%;
	float: left;
	color: #FFFFFF;
	text-align: center;
	margin-right: 1em;
	margin-left: 1em;
	min-width: 250px;
}   
#column-right {
	width: 30%;
	float: right;
	color: #FFFFFF;
	text-align: center;
	/* [disabled]margin-left: 2em; */
	/* [disabled]margin-right: 2em; */
}
#column-rightSet {
	width: 25%;
	float: left;
	color: #FFFFFF;
	text-align: center;
	margin-left: 1em;
	margin-right: 1em;
	min-width: 250px;
}
#footer .footerBox {
	width: 150px;
}
#footer #FooterTBL {
	color: #FFFFFF;
	font-size: small;
}
#footer #FooterTBL a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer #FooterTBL a:visited {
	color: #F5F5F5;
	text-decoration: none;
}
#footer #FooterTBL a:hover {
	color: #F7E380;
}
td a #email {
	float: left;
	padding-right: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#CompanyLogo {
	text-align: center;
}
#MainContent #column-leftSet p {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	color: #F7D4D4;
	font-weight: 400;
}
#MainContent #column-centerSet p {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	color: #000000;
	font-weight: 400;
}
#MainContent #column-rightSet p {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	color: #000000;
	font-weight: 400;
}
#page #MainContent #videoplayer {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 800px;
}
#page #MainContent #logo {
	text-align: center;
	padding-top: 10px;
}
#page #MainContent .calendar {
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

