@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: left;
	margin-top: 23px;
	margin-left: 250px;
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: lighter;
	color: #ef8333;
	}
	
#subnav {
	position: absolute;
	top: 60px;
	left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#subnav_top {
	width: 171px;
	height: 20px;
	background-image: url(images/boxes/eds_about_subnav_top.png);
	background-repeat: no-repeat;
	background-position: center;
	}
	
#subnav_body {
	width: 171px;
	height: 140px;
	background-image: url(images/boxes/eds_about_subnav_body.png);
	background-repeat: repeat;
	background-position: center;
	}
	
#subnav_body ul {
	padding: 0px 15px;
	color: #4b84ad;
	}
	
#subnav_body li {
	line-height: 2em;
	}
	
#subnav ul a:link, #subnav ul a:visited, #subnav ul a:hover, #subnav ul a:active {
	display: block;
	}
	
#subnav ul a:link {
	color: #2a295f;
	}
	
#subnav ul a:hover {
	color: #ef8333;
	text-decoration: underline;
	}
	
#subnav ul a:active {
	color: #ef8333;
	}
	
.selected a {
	color: #ef8333;
	text-decoration: underline;
	}
	
#subnav_bottom {
	width: 171px;
	height: 30px;
	background-image: url(images/boxes/eds_about_subnav_bottom.png);
	background-repeat: no-repeat;
	background-position: center;
	}
	
#mainC {
	height: 450px;
	}
	
#box {
	position: absolute;
	top: 50px;
	right: 15px;
	}
	
#content_top {
	width: 714px;
	height: 20px;
	background-image: url(images/boxes/eds_about_content_top.png);
	background-repeat: no-repeat;
	background-position: center;
	}
	
#aboutC {
	width: 714px;
	height: 335px;
	background-image: url(images/boxes/eds_about_content_body.png);
	background-repeat: repeat;
	background-position: center;
	}
	
#aboutC p {
	padding: 10px 40px;
	line-height: 1.5em;
	letter-spacing: .25px;
	margin-bottom: 8px;
	}
	
#aboutC p a {
	color: #2a295f;
	text-decoration: underline;
	}
	
#classC p a:hover {
	color: #4b84ad;
	text-decoration: underline;
	}
	
#aboutC ul {
	padding: 10px 45px;
	list-style-type: disc;
	list-style-position: inside;
	line-height: 2em;
	font-size: 1em;
	}
	
#aboutC ul a {
	color: #2a295f;
	text-decoration: underline;
	}
	
#classC ul a:hover {
	color: #4b84ad;
	text-decoration: underline;
	}
	
#content_bottom {
	width: 714px;
	height: 30px;
	background-image: url(images/boxes/eds_about_content_bottom.png);
	background-repeat: no-repeat;
	background-position: center;
	}
	
.ulsection {
	list-style: none;
	}