/* ############# text styles ############ */


a {
	font-size: 10.5px;
	font-weight: bold;
	color: #0066CC;
}


a:active {
	text-decoration: underline;
	color: #006699;
	font-size: 10.5px;
}


a:hover {
	text-decoration: underline;
	color: #006699;
	font-size: 10.5px;
}


a:link {
	color: #006699;
	text-decoration: none;
	font-size: 10.5px;
}


a:visited {
	text-decoration: none;
	color: #006699;
	font-size: 10.5px;
}


/*
body {
              background-image: url(images/bg-body-bottom.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #E1ECF5;
	margin: 0px;
}
*/

body {
              background-image: url(images/bg-body-bottom.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
}

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	margin-left: 15px;
}


.footertextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 15px;
}


p.leftmargin
{
margin-left: 15px;
}


td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

/* ############# div styles ############ */


#allcontent {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:420px;
	z-index:6;
	background-image: url(images/EAP_background.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;

}


#bluebar {
	width:100%;
	height:90px;
	z-index:12;
	background-image: url(images/bluebar.jpg);
	background-repeat: repeat-x;
	clear: both;
	position: relative;
}


#certifications {
	position:relative;
	width:100%;
	height:500px;
	z-index:7;
	background-color: #FFFFFF;
}


#homepage {
	height:90px;
	z-index:6;
	float: right;
	width: 201px;
}


#footertext {
	position:relative;
	left:0px;
	width:100%;
	height:90px;
	z-index:18;
	min-width: 600px;
}



#generalcontent {
	position:relative;
	left:15px;
	top:40px;
	z-index:8;
	width: 100%;
	padding-right: 50%;
}


#links {
	position:relative;
	z-index:10;
	left: 0px;
	min-width: 479px;
	width: 100%;
}



#logo {
	position:relative;
	left:15px;
	top:17px;
	width:235px;
	height:48;
	z-index:9;
}


#people {
	z-index:8;
	float: right;
	top: 0px;
	background-color: #CDE0EF;
}


#pictureholder {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:320px;
	z-index:5;
	min-width: 799px;
	background-repeat: repeat-x;
}


#textcontent {
	position:relative;
	top:0px;
	z-index:8;
	width: 100%;
	height: 100%;
	min-width: 799px;
}

