/* ############# text styles ############ */


a {
	font-size: 10.5px;
	font-weight: bold;
	color: #006699;
}


a:active {
	text-decoration: underline;
	color: #006699;
}


a:hover {
	text-decoration: underline;
	color: #006699;
}


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

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


.article {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #0B6C9E;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	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;
}


.boldcaps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #000000;
}


.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;
}


#header_area {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:178px;
	z-index:7;
	background-image: url(images/whats_new_header_bg.jpg);
}


#header_links {
	position:absolute;
	left:15px;
	top:70px;
	width:50%;
	height:20px;
	z-index:7;
	min-width: 620px;
}


#header_logo {
	position:absolute;
	left:0px;
	top:0px;
	width:70%;
	height:65px;
	z-index:7;
	min-width: 620px;
}


#header_text {
	position:absolute;
	left:15px;
	top:98px;
	width:50%;
	height:75px;
	z-index:7;
	min-width: 621px;
	text-align: left;
	vertical-align: middle;
}



td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.whitelinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


/* ############# div styles ############ */


#allcontent {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:407px;
	z-index:6;
	min-width: 799px;
}


#background {
	position:absolute;
	top:0px;
	width:100%;
	height:406px;
	z-index:1;
	background-image: url(images/EAP_background.jpg);
}


#bluebar {
	left:0px;
	width:100%;
	height:90px;
	z-index:12;
	background-image: url(images/bluebar.jpg);
	min-width: 799px;
	background-repeat: repeat-x;
	position: relative;
}


#certifications {
	position:relative;
	left:0px;
	width:100%;
	height:300px;
	z-index:7;
	top: 0px;
	background-color: #FFFFFF;
}



#footertext {
	position:relative;
	left:0px;
	width:100%;
	height:90px;
	z-index:18;
	min-width: 600px;
}



#homepage {
	position:relative;
	height:90px;
	z-index:6;
	right: 0px;
}


#links {
	position:relative;
	width:90%;
	height:25px;
	z-index:8;
	left: 15px;
	top: 0px;
}


#logo {
	position:relative;
	left:15px;
	top:17px;
	width:235px;
	height:48;
	z-index:9;
}

#people {
	position:absolute;
	top:0px;
	height:316px;
	z-index:8;
	right: 0px;
}


#text_content {
	position:absolute;
	top:190px;
	width:100%;
	z-index:7;
	min-width: 780px;
	background-image: url(images/new_background.jpg);
	background-repeat: repeat-x;
	background-color: #C9D5ED;
}

