
 
	 
.Bodycontainer {
	background-color:#FFF0F5;
	font-family: Verdana, sans-serif;
	font-size:90%;
	margin:0 auto;
	color: #1c1819;
	padding: 20px
	}

h1, h2, h3, h4 {
				font-family: Georgia, sans-serif;
			   }
			
h4 {
	text-align: center;
   }

img {
	float: center;
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 7px;
	border-style: solid;
	border-color: white;
	border-width: 1px;
	}
	
.header {
	background-color:#FFF0F5;
	color: #1c1819;
	z-index: 1;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 200px;
	width: 80%;
	border-bottom: 2px solid #ffd6d6; 
    padding: 20px;
    }
	
.FixedBox {
	position: absolute;
	top: 350px;
	left: 350px;
	width: 380px;
	background-color:#347B98;
	border-width: 8px;
	border-style: outset;
	border-color: #FC600A;
	padding: 10px;
	margin: 5px;
	color: #FFF0F5;
	}
	
.FixedBox2 {
	position: absolute;
	top: 280px;
	left: 350px;
	width: 600px;
	height: 700px;
	background-color:#347B98;
	border-width: 8px;
	border-style: outset;
	border-color: #FC600A;
	padding: 10px;
	margin: 5px;
	color: #FFF0F5;
	}
	

table.ContactTable {
    border-collapse: collapse; 
    padding: 10px; 
    border-spacing: 0;
	}

table.ContactTable td {
    border: none;
	padding: 2px;
	}

.curved-divider {
  height: 50px;
  background: linear-gradient(to right bottom, transparent 50%, #ffffff 50%);
}

.textured-divider {
  height: 10px; 
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%); 
  background-size: cover;
}


