/* Body Properties */
body{
margin:3%;
padding:1%;
font-family: "Segoe Media Center Semibold", arial, sans-serif;
font-size:100%;
background-color:white;}
 
#wrap {width:97%; margin:auto; overflow: auto; background-color: white;}

/* Header Properties */
header.placement {width:100%; }
header h1{font-family:"Segoe Media Center Semibold", serif; font-size:250%; color:red; margin-left:5%;
float:left: padding-top:.1em; text-shadow: 0 1px 1px rgba(0,0,0,0.5)}
header h2 {font-family:arial, helvetica, sans-serif; font-size:120%; color:blue; margin-left:3%; margin-top: .2%; 
text-shadow: 0 1px 1px rgba(0,0,0,0.5)}
header p {font-family:arial, helvetica, sans-serif; font-size:105%; font-weight: bold; color:black; margin-left:24%;
 margin-top: .2%;}
header table{font-family: Helvetica,Arial,sans-serif; font-weight: bold; font-size:105%; border:1; width:70%;}
header img.banner{float:left; width:24%; margin-left:1%; margin-top:1%; padding-right:5%; margin-bottom: .1%}

/* Main Content Section */
section.placement{width:85%; background-color:white; color:black; margin-left:7.5%; margin-right:1%; float:left; }
section h1{font-family:"Segoe Media Center Semibold", serif; font-size:140%; color:blue; margin-left:1%;
 float:left; padding-top:.1em;}
section h2{font-family:"Segoe Media Center Semibold", helvetica, sans-serif; font-size:150%; color:blue; 
float:left; margin-bottom:.1em; text-shadow: 0 1px 1px rgba(0,0,0,0.5)}
section h3{font-family:"Segoe Media Center Semibold", helvetica, sans-serif; font-size:110%; color:blue; 
text-align:center; margin-bottom:.1em; margin-left:2%;}
section a:link{color:red}
section a:visited{color:blue}
section a:hover{color:green}
section.fut495a{font-family: arial, helvetica, sans-serif; font-size:90%; font-weight:bold; color:black; 
margin-bottom: .1%; float:left; }
section.fut495b{font-family: arial, helvetica, sans-serif; font-size:90%; font-weight:bold; color:black; 
margin-bottom: .1%; float:left; }
section.fut495c{font-family: arial, helvetica, sans-serif; font-size:90%; font-weight:bold; color:black; 
margin-bottom: .1%; float:left; }
section.fut495d{font-family: arial, helvetica, sans-serif; font-size:90%; font-weight:bold; color:black; 
margin-bottom: .1%; float:left; }
section.fut495e{font-family: arial, helvetica, sans-serif; font-size:90%; font-weight:bold; color:black; 
margin-bottom: .1%; float:left; }
section p{font-family: arial, helvetica, sans-serif; font-size:110%; color:black; padding-left: 1%;}
section table{font-family: Helvetica,Arial,sans-serif; font-weight: bold; font-size:105%;}

section img.map{float:left; width:60%; margin-left:3em; margin-right:2em; margin-bottom:.1%;}
/* Code to create larger images when hovering */
section img.transition:hover {
	background-color: #7c9c91;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
} 

/* Footer Section */
footer.placement{width:90%; clear:both; background-color:white; margin:.5em;}
footer h3{font-family:"Segoe Media Center Semibold", helvetica, sans-serif; font-size:140%; color:blue; 
text-align:center; margin-bottom:.1em; margin-left:2%;}
footer p{font-family: "Times New Roman", serif; font-size:120%; color:blue; text-align:left; margin: .1%;}
