/* CSS Document */
body, html { 
	margin:0 auto;
	padding:0; 
	font-family:arial,helvetica,sans-serif; 
	Height: 100%;
	font-size:14px;
}

p 	{ 
	font-family:arial,helvetica,sans-serif; 
	font-size:14px; 
	color:#000000;
	padding: 10px;
	text-align:justify;
		 
}

.indent {
	text-indent: 50px;
}

.border {
    padding: 10px;
    border: 2px solid #4CAF50;
    margin-right: 30px;
    margin-left: 20px;
}

.buttonbox {
	overflow: hidden;
 	position: fixed;
  	top: 0;
  	width: 100%;	
	background-color: #ffffff;
	height: 40px;
	padding: 6px;
	z-index: 10;
}

button {
	padding: 10px;
	border: 0px;
	border-radius: 8px;
	background-color: #99ddff;
	width: 14.5%;
	font-size:14px;
	
}	



button1 {
	padding: 12px;
	border: 0px;
	border-radius: 8px;  	
	background-color: #4975ab;
  	width: 25%;
	font-size:14px;
}


button:hover {
  	background-color: #4975ab;  
  	color: white;
	border: 0px;
	padding: 10px;
	position: top;
}



.page1-image {
  	background-image: url("images/Earth2.gif");
  	height: 65%;
  	background-position: center;
  	background-repeat: no-repeat;
 	 background-size: cover;
  	position: initial; 
}

.page1-text {
  	text-align: center;
	position: relative;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
 }


.page2-image {
  	background-image: url("images/Hill.jpg");
  	height: 65%;
  	background-position: center;
  	background-repeat: no-repeat;
 	 background-size: cover;
  	position: initial; 
}

.page2-text {
  	text-align: center;
	position: relative;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
 }

.page3-image {
  	background-image: url("images/Chain.jpg");
  	height: 65%;
  	background-position: center;
  	background-repeat: no-repeat;
 	 background-size: cover;
  	position: initial; 
}

.page3-text {
  	text-align: center;
	position: relative;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
 }
.page4-image {
  	background-image: url("images/Hill.jpg");
  	height: 65%;
  	background-position: center;
  	background-repeat: no-repeat;
 	 background-size: cover;
  	position: initial; 
}

.page4-text {
  	text-align: center;
	position: relative;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
 }

topband {
	height: 30px;
	background-color: #99ddff;
}

.bottomband {
	overflow: hidden;
 	position: fixed;
  	bottom: 0;
  	width: 100%;	
	background-color: #ccccff;
	font-size:12px;
	height: 10px;
	padding: 5px;
	z-index: 10;
}	

h1 { 
	font-family:arial,helvetica,sans-serif; 
	font-size:24px; 
	color: #ffffff; 
	font-weight:bold; 
	margin-top:0px;
	margin-bottom:10px;
 }

h1b { 
	font-family:arial,helvetica,sans-serif; 
	font-size:24px; 
	color: #000000;
	font-weight:bold; 
	margin-top:0px;
	margin-bottom:10px;
 }

h1r { 
	font-family:arial,helvetica,sans-serif; 
	font-size:24px; 
	color: #ff0000;
	font-weight:bold; 
	margin-top:0px;
	margin-bottom:10px;
 }

h1p { 
	font-family:arial,helvetica,sans-serif; 
	font-size:24px; 
	color: #e53bb5;
	font-weight:bold; 
	margin-top:0px;
	margin-bottom:10px;
 }

h2 { 
	font-family:arial,helvetica,sans-serif; 
	font-size:20px; 
	color: #000000; 
	font-weight:bold; 
	margin-top:0px;
	margin-bottom:0px; 
	text-align: center;
}

h3 { 
	font-family:arial,helvetica,sans-serif; 
	font-size:16px; 
	color: #000000;
	font-weight:bold; 
	padding: 0px;
	margin-top:10px;
	margin-bottom:10px; 
	text-indent: 0px;
}

h4 { 
	font-family:Times new roman, serif; 
	font-size:16px; 
	color: #ffffff; 
	font-weight:bold; 
	padding: 0px;
	margin-top:0px;
	margin-bottom:0px; 
}

h5   { 
	font-family:arial,helvetica,sans-serif; 
	font-size:14px; 
	color: #000000; 
	font-weight:normal;
	padding: 1px;
	text-indent: 35px;
	margin-top:0px;
	margin-bottom:0px; 
}
h6 { 
	font-family:arial,helvetica,sans-serif; 
	font-size:14px; 
	color: #000000; 
	font-weight:normal;
	padding: 1px;
	text-indent: 70px;
	margin-top:0px;
	margin-bottom:0px; 
}

h7 { 
	font-family:arial,helvetica,sans-serif; 
	font-size:24px; 
	color: #ffffff;
	font-weight:bold; 
	margin-top:0px;
	margin-bottom:10px;
 }

h8 { 
	font-family:Times new roman, serif; 
	font-size:16px; 
	color: #ffffff; 
	font-weight:bold; 
	padding: 0px;
	margin-top:0px;
	margin-bottom:0px; 
}

h9 { 
	font-family:arial,helvetica,sans-serif; 
	font-size:24px; 
	color: #ff99ff;
	font-weight:bold; 
	margin-top:0px;
	margin-bottom:10px;
 }


dt,dd {
	font-size:14px;
}

table, th, td  {
   	 border: 1px solid black;
    	border-collapse: collapse;
	width: intial;
	background-color: #f1f1c1;
}

th, td {
    	padding: 5px;
    	text-align: left;
	min-width:80px;
}


a:link { color:#000000; font-weight:normal; text-decoration:none; font-family:arial,helvetica,sans-serif;
	background-color: #00000;
	padding: 1px;
	border-bottom: 0px solid #b2b2b2;
	border-top: 0 px solid #b2b2b2;
	border-left: 0px solid #b2b2b2;
	border-right: 0px solid #b2b2b2;
}

a:active { color:#7b2b8b; font-weight:normal; font-family:arial,helvetica,sans-serif;}
		
a:visited { color:#0069eb; font-weight:normal; text-decoration:none; font-family:arial,helvetica,sans-serif;}
			
a:hover { color:#7b2b8b; font-weight:normal; background-color: #ffe6e6; font-family:arial,helvetica,sans-serif;}

img ring {
    float: right;
}

.formLabel {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#000000;	
}

.required { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ff0000;
	font-weight:bold;
}


Cache-control: max-age=5184000
<!-- 60 days = 5184000-->
