/* ---------- HTML Element Selectors ---------- */

body{
	font-family:  Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	margin: 0;
	height: 100%;
	
}

html{
	height: 100%;
}


h1{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
}

td{ vertical-align: top; }

a{
	text-decoration: underline;
	color: #000000;
}

a:hover{
	text-decoration: none;
	color: #0072bc;
}

img{ border: none; }

/* ---------- ID Selectors ---------- */
	
#footer{
	position: absolute;
	width: 600px;	
	top: 1200px;
	left: 300px;
}
	
	#footerCopy{
		color: #000000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 20px;
		
	}
	
		#footerCopy a{
			color: #052e5c;
		}
		
		#footerCopy a:hover{
			color: #052e5c;
		}

/* ---------- Class Selectors ---------- */

.clear{
	clear: both;
}

.footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
}
.body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}	
.leftImage{
	display: block;
	float: left;
	margin: 5px 10px 5px 0;
	clear: both;
}

.centerImage{
	display: block;
	margin: auto;
	clear: both;
}

.rightImage{
	display: block;
	float: right;
	margin: 5px 0 5px 10px;
	clear: both;
}

.tableRowBottomBorder{ /* table border for comparison chart and data tables */
	border-bottom: 1px solid #dadbdc;
	padding-top:3px;
	padding-left:10px;
	padding-bottom:3px;
}

div.logolarge{
	position: absolute;
	top: 25;
	left: 130;
	border: none;
}

div.anlogo{
	position: absolute;
	top: 25;
	left: 299;
	border: none;
}

div.abbottlogo{
	position: absolute;
	top: 25;
	right: 159;
	border: none;
}

div.header{
	position: relative;
	top: 150;
	left: 299;

}

div.desc{
	position: relative;
	top: 0px;
	left: 15px;
	width: 350px;
}

div.descfull{
	position: relative;
	top: 0px;
	left: 15px;
	width: 600px;
}
div.wellimg{
	position: relative;
	top: -184px;
	left: -365px;
}
div.wrapper{
	width: 911px;
}
div.med{
	position: relative;
	top: 275px;
	left: 75px;
	width: 600px;
}

	

