
 body{ 
	color:MidnightBlue; 
	background-color:DeepSkyBlue; 
	margin:50px;
 }
 
 .wrapper{
	 width:1000px; 
	background-color:PaleGreen;
	margin: auto;
	border:10px solid green;
	box-shadow:30px 50px 30px gray;
	border-radius:20px;	/*rounds the corners of the border*/
 }
 
 .centerlogo{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 30%;
	}
	
nav{
	float:left;
	width:350px;
}


main{
	font-size:15px;
	padding-bottom:1025px;
	padding-top:18px;
	padding-left:35px;
}	
	
.highlight1{
	background-color:white;	
	border-radius:10px;
	font-size:15px;
	padding-left:20px;
	margin-left:40px;
	margin-right:40px;
	}
	
.highlight2{
	background-color:white;	
	border-radius:7px;
	list-style-type: none; /* Remove bullets */
	font-size:20px;
	}
	
.highlight3{
	background-color:white;	
	border-radius:10px;
	font-size:10px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:5px;
	padding-top:4px;
	margin-left:25px;
	margin-right:25px;
	margin-top:17px;
	}
	
.africa{
	background-image: url(images/africa.jpg); /* relative address of the images */
	background-repeat: no-repeat;	
	border:1px solid black;
	padding-bottom:65px;   /* if padding on top and bottom are equal */
	padding-top:65px;      /* then text will be center from top to bottom */
	text-align: center;
	margin-right:100px;
	margin-bottom:20px;
	list-style-type: none; /* Remove bullets */
	}
	
.antarctica{
	background-image: url(images/antarctica.jpg);  /* relative address of the images */
	background-repeat: no-repeat;
	border:1px solid black;
	padding-bottom:65px;
	padding-top:65px;
	text-align: center;
	margin-right:100px;
	margin-bottom:20px;
	list-style-type: none; /* Remove bullets */
	}
	
.asia{
	background-image: url(images/asia.jpg);  /* relative address of the images */
	background-repeat: no-repeat;
	border:1px solid black;
	padding-bottom:65px;
	padding-top:65px;
	text-align: center;
	margin-right:100px;
	margin-bottom:20px;
	list-style-type: none; /* Remove bullets */
	}
	
.australia{
	background-image: url(images/australia.jpg);  /* relative address of the images */
	background-repeat: no-repeat;
	border:1px solid black;
	padding-bottom:65px;
	padding-top:65px;
	text-align: center;
	margin-right:100px;
	margin-bottom:20px;
	list-style-type: none; /* Remove bullets */
	}

.europe{
	background-image: url(images/europe.jpg); /* relative address of the images */
	background-repeat: no-repeat;
	border:1px solid black;
	padding-bottom:65px;
	padding-top:65px;
	text-align: center;
	margin-right:100px;
	margin-bottom:20px;
	list-style-type: none; /* Remove bullets */
	}
	
.northamerica{
	background-image: url(images/northamerica.jpg);  /* relative address of the images */
	background-repeat: no-repeat;
	border:1px solid black;
	padding-bottom:65px;
	padding-top:65px;
	text-align: center;
	margin-right:100px;
	margin-bottom:20px;
	list-style-type: none; /* Remove bullets */
	}
	
.southamerica{
	background-image: url(images/southamerica.jpg);  /* relative address of the images */
	background-repeat: no-repeat;
	border:1px solid black;
	padding-bottom:65px;
	padding-top:65px;
	text-align: center;
	margin-right:100px;
	margin-bottom:20px;
	list-style-type: none; /* Remove bullets */
}

.footer{
	padding-left: 30px;
	margin-bottom:10px;
}
	
.center{   	/* center page heading  */
	text-align:center;
	font-size:25px;
	text-decoration: underline; 
}
.leftjustify{  /* left justify the table headers and data */
	text-align:left;
	border:none;
}

.border{     /*  adds a outline border to the table  */
	border-top: 3px solid black;
	border-bottom: 3px solid black;
	border-left:3px solid black;
	border-right:3px solid black;
}
.centerbutton{    /* centers the reset and submit buttons  */
	text-align:center;
	}
	
.light4{ 	/* highligts the table header */
	background-color:black;
	color:white;
	font-size:20px;
}

table,th,td{    /* styles the table   */
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	border: 1px solid;
	border-collapse:collapse;
	background-color:#E0FFFA;
	text-align:center;
	margin-left:200px;
	margin-right:100px;
}