@charset "UTF-8";
/* CSS Document */

/*Normalizing across site///////////////////////////////////////////////*/

/*Normalizes margin and padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, iframe{
	margin: 0;
	padding: 0;
}

/*Normalizes font-size for headers*/
h1, h2, h3, h4, h5, h6{
	font-size: 100%;
}

/*Removes list-style from lists*/
ol, ul{
	list-style: none;
}

/*Normalizes font-style and font-weight*/
address, caption, cite, code, dfn, th, var{
	font-style: normal;
	font-weight: normal;
}

/*Removes border from fieldset and img*/
fieldset, img{
	border: 0;
}

a{
	text-decoration: none;
}

/*End Normalizing////////////////////////////////////////////////////////*/

body {
	margin-top: 10px;
	}
	
#currentpage {
	float: right;
	margin-top: 23px;
	margin-right: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: lighter;
	color: #57c7de;
	}
	
#mainC {
	height: 505px;
	}
	
#box {
	position: absolute;
	top: 50px;
	left: 47px;
	}
	
#map_top {
	width: 864px;
	height: 20px;
	background-image: url(images/boxes/eds_index_content_top.png);
	background-repeat: no-repeat;
	background-position: center;
	}
	
#mapC {
	width: 864px;
	height: 390px;
	background-image: url(images/boxes/eds_index_content_body.png);
	background-repeat: repeat;
	background-position: center;
	}
	
#mapC h1 {
	font-size: 1.4em;
	text-indent: -1em;
	text-decoration: underline;
	}
	
#mapC h1 a {
	color: #2a295f;
	}
	
#mapC a {
	color: #2a295f;
	}
	
#mapC a:hover {
	color: #82ab4d;
	}
	
#mapC ul {
	list-style-image: url(images/eds_sq_bullet.png);
	line-height: 1.75em;
	}
	
#map_bottom {
	width: 864px;
	height: 30px;
	background-image: url(images/boxes/eds_index_content_bottom.png);
	background-repeat: no-repeat;
	background-position: center;
	}
	
#mapabout {
	float: left;
	margin: 0px 90px;
	padding: 0px 0px;
	}
	
#mapclass {
	float: left;
	margin: 0px 35px;
	padding: 0px 0px;
	}
	
#maprents {
	float: left;
	margin: 0px 80px;
	padding: 0px 0px;
	}
	
#mapadmiss {
	position: absolute;
	top: 240px;
	left: 155px;
	margin: 0px 35px;
	padding: 0px 20px;
	}
	
#mapsummer {
	position: absolute;
	top: 240px;
	right: 175px;
	margin: 0px 35px;
	padding: 0px 20px;
	}
	
.ulsection {
	list-style: none;
	text-decoration: underline;
	}