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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#004778;
	background-color:#62ac1e;
	margin: 0px 0px 0px 0px;
}

h1 {
	font-size:18px;
	color:#004778;
}

.wrapper {

	margin-top: 0px;
	margin-right:auto;
	margin-left:auto;
	width: 808px;
	padding: 0px 0px 0px 0px;
}

.header {
	width:808px;
		height:83px;
	}

.nav {
	width:808px;
	min-height:26px;
	background-image:url(../images/ESPC_nav.png);
	background-repeat:no-repeat;
	font-size:12px;
	font-weight:bold;
	}


.nav a:link { color:#004778; text-decoration: none }
.nav a:active { text-decoration: none }
.nav a:visited { color:#004778; text-decoration: none }
.nav a:hover { color: #004778; text-decoration: underline }


	






.content {
	width:808px;
	height:500px;
	background-image:url(../images/ESPC_back.png);
	background-repeat:no-repeat;
}

.headerCopy {
	font-size:24px;
	background-image:url(../images/ESPC_headerback.gif);
	background-repeat:no-repeat;
	width: 461px;
	height:60px;
	float:left;
	padding: 25px 0px 0px 25px;
	}
	
.headerLogo {
	width:322;
	height:83px;
	float:left;
	}
	
.bodyCopy {
	margin:65px 0px 0px 400px;
	float:left;
	width:380px;
}

.applyBtn {
	float:right;
	margin:25px 75px 0px 0px;
}

a img {
border:none;
}

.footer {
font-size:10px;
color:#ffffff;
}

.footer a {
color:#ffffff;
text-decoration:underline;
}


	
