﻿.headline {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:27px;
	color:#173B72;
	font-weight:bold;
	margin-top: -135px;
	margin-left: 35px;
	width: 300px;
	float: left;
	}
	
.headlineDoctorBio {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:27px;
	color:#173B72;
	font-weight:bold;
	padding-top:10px;
	padding-left:34px;
	}
	
.published {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	width: 300px;
	float: left;
	margin-top: -30px;
	margin-left: -300px;
	}

.publishedDoctorBio {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	padding-left:34px;
	}
		
.author {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	float: left;
	width: 300px;
	margin-left: -300px;
	margin-top: -50px;
	}
	
p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 22px;
	color:#666666;
	padding-left:34px;
	padding-right:55px;
	margin-top:20px;
	}

.outerWrapper {
	width: 792px;
	height: 100%;
	background-color:#8AD7E0;
	}
	
.outerWrapperHeader {
	background-image:url(../images/lightBlueHeader.png);
	height: 11px;
	}
	
.outerWrapperFooter {
	background-image:url(../images/lightBlueFooter.png);
	height: 10px;
	}
	
.innerWrapper {
	background-color:#FFFFFF;
	width:772px;
	height:100%;
	margin-left:10px;
	}
	
.innerWrapperHeader {
	background-image:url(../images/whiteHeader.png);
	height: 10px;
	}
	
.innerwrapperFooter {
	background-image:url(../images/whiteFooter.png);
	height: 10px;
	vertical-align: bottom;
	}
	
.bioImage {
	margin-right: 55px;
	margin-left: 20px;
	margin-bottom: 15px;
	}
	
/* this is for the article page specifically */

.headerBanner {
	height: 163px;
	margin-left:386px;
	}
	


