body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	width:100%;
	margin: 0 auto;
	background-repeat: repeat-x;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
}

h3 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 10px;
	text-align:left;
	color:#ffffff;
}

a:link {
	color: #000;
	text-decoration: none;
	}

a:visited {
	color: #000;
	text-decoration: none;
	}

a:hover {
	color: #000;
	text-decoration: none;
}

/* Properties for the Eastlakes Name Banner */

.EastlakesBanner {
	width: 100%;
	height: 80px;
	
	margin: 0 -9999rem;
  	/* add back section padding value */
  	padding: 0rem 9999rem;
	background: #ffffff;
}

.EFSSLogo {
	width: 100%;
	height: 150px;
	
	margin: 0 -9999rem;
  	/* add back section padding value */
  	padding: 0rem 9999rem;
	background: #0080C0;
	
}
/* Properties for the Menu Bbar */

.menu-pos {
	min-width: 500px;
	max-width: 100%;
	background-color:#000000;
	margin: 0 -9999rem;
  	/* add back section padding value */
  	padding: 0 9999rem;
	background: #000000;
  	color: white;
    font-size: 1.125rem;
}
/* Properties for the Subpages */

.subpages {
	font-size: 16px;
	width:1000px;
	height:100%;
	background-color:#ffffff;
	margin: 0 auto;
}

table.subpages {
	
	position:relative;
	top: 100px;
	width:1000px;
	float: left;
	left:20px;
}

.subpages p {
	font-size: 14px;
	font-style: verdana;
	font-weight: normal;
	text-align: left;
	padding-left:60px;
	padding-right:80px;
	padding-top:5px;
	color:#000;
}

.subpages li {
	font-size: 14px;
	font-style: verdana;
	font-weight: normal;
	text-align: justify;
	margin-left:80px;
	margin-right:30px;
	padding-left:20px;
	padding-right:40px;
	padding-top:10px;
	color:#000000;
}
.subpages th {
	font-size: 16px;
	vertical-align: top;
	top:0px;
	left:20px;
	position:relative;
	padding-right:20px;
}

.subpages td {
	width: 1000px;
	font-size: 12px;
	font-style: verdana;
	font-weight: normal;
	text-align: justify;
	padding-left:60px;
	padding-right:60px;
	padding-bottom:0px;	
	color:#000;
}

/* Properties for the Home Page Footer */

.footer  {
	position:absolute;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	width: 1000px;
	line-height: 10px;
	text-align:left;
	padding-bottom: 19px;

}
.footer td a{
	position:relative;
	top:0px;
	left:25px;
}

.footer a:link {
	color: #000000;
	text-decoration: none;
	
}

.footer a:visited {
	color: #000000;
	text-decoration: none;
	
}

.footer a:hover {
	color: #0080C0;
	text-decoration: none;

}
.footbanner {
	color: #0080C0;
	size: 10px;
	width: 100%

}
