/* CSS Document */
/* Shared Code */
a:visited {
	color: white;
}
a {
	text-decoration: none;
//	color: white;
}

td:nth-child(2){
	background-color: #739630;
	border-radius: 4px;
	border-bottom: 2px;
//	border-bottom-color:  
}
.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 5px;
}
.buttonMain {
   background-color: #739630; // CFC Green
   color: black;
}

#container {
	width: 900px;
	margin:0 auto;
}
#footer {
	text-align: center;
}
#footer a {
	text-decoration: none;
}
#footer a:visited {
	color: white;
}
#Layer1 {
//	display: -webkit-flex;
//	display: flex;
//	width: 350px;
//	height: 350px;
//	margin:0 auto;
//	background-color: silver;
   text-align: center;
	
/*	border 5px solid red;*/
   
}
#LogoDiv: {
//   margin:0 auto;
   transition-property: background, border-radus;
   -webkit-transition-property: background, border-radius;
   tranistion-duration: 2s, 6s;
   -webkit-tranistion-duration: 2s, 6s;
   transition-timing-function: linear;
   -webkit-transition-timing-function: linear;
//   -webkit-flex-align: center;
//   -webkit-align-items: center;
//   align-items: center;
   width:350;
   height: 350px;
//   text-align: center;
  // margin: 20px;
}
#LogoDiv:hover {
	transform: scale(1.1,1.1); // translateX(35px);
	-webkit-transform: scale(1.1,1.1); // translateX(35px);
	
//	border: 5px solid silver;
//	border-radius: 10%;
}
#CFCLogo {
	border: 5px solid white;
	border-radius: 5%;
//	margin: auto;
//	margin-left: 30px;
}
#Layer1 {
/*        position:absolute;
        width:248px;
        height:181px;
        z-index:1;
        left: 364px;
        top: 26px;*/
}
#Layer2 {
/*        position:absolute;
        width:784px;
        height:24px;
        z-index:2;
        left: 109px;
        top: 250px;
*/}
.MainText {font-family: Verdana, Arial, Helvetica, sans-serif}
#Layer3 {
/*        position:absolute;
        width:677px;
        height:87px;
        z-index:3;
        left: 162px;
        top: 288px;
*/}
#Layer4 {
/*      position:absolute;*/
//        width:200px;
//      height:115px;
//        z-index:4;
/*        left: 400px;
        top: 470px;
*/        border-color: #739536;
        border-width: 4;
        border-style: solid;
}
#Layer4 a {
//	color: 
}
.mailLink {font-size: 12pt; font-family: "Arial Black";}
.BoldText {
        font-size: medium;
        font-weight: bold;
}
.style5 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
}

	
