html {
	margin: 0;
	padding: 0;
	}
body {
	font: 15px, georgia, sans-serif;
	line-height: 1.88889;
	color: #666666;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	background: #fff  url(graphics/nursefaceF.png) no-repeat bottom left;
	}
p {
	margin-top: 0;
	text-align: justify;
	letter-spacing: normal;
	margin-left: 5px;
	}

h1 {
	font: italic normal 3em georgia, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #666666;
	}
h2 {
	font: italic normal 2em georgia, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #666666;
	}

a:link { 
	
	text-decoration: none; 
	color: #015E8A;
	}
a:visited {
	
	text-decoration: none;
	color: #017CB8;
	}
a:hover, 
a:active {
	text-decoration: underline;
	color: #000066;
	text-align: center;
	}
	



/* specific divs
 ______________________________________________*/
#paena {
	background: url(graphics/rightborder.png) top center repeat-y;
	position: absolute;
	top: 155px;
	right: 43px;
	height: 625px;
	margin-right: 70px;
}
#quote {
	background: transparent url(graphics/rightquote.png) top center no-repeat;
	margin-right: 10px;
	position: absolute;
	top: 350px;
	right: 10px;
	height: 400px;
	width: 186px;
	}
#container {
	background: url(graphics/header2.png) no-repeat top left;
	padding: 45px 200px 0px 110px;
	margin: 0;
	position: relative;
	width: 850px;
	height: 186px;
	}

img.nurseface
	{
	position:absolute;
	left:19px;
	margin: 0px 0px 0px 0px;
	width: 333px;
	height: 531px;
	top: 340px;
	}
	

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader h1
{ 
	margin-top: 10px; 
	width: 219px; 
	height: 87px; 
	float: left;
	}
#pageHeader h1 span
    {
	display:none
	}

#pageHeader {
	padding-top: 20px;
}


#vision {
	padding: 200px 120px 0px 220px;
	clear: right;
	}



/* Style Settings
______________________________________________*/
.style2 {
	font-size: 24px;
	text-align: center;	
}
.style3{
	font: 12px/150% Trebuchet MS;
	font-size:30px;
	color: #015e8a;
	text-align:left;
	font-style: italic;
}
.w3symbol {
	margin:50px 0px 0px 600px;
	width: 88px;
	height: 31px;
	background-image: url(graphics/valid-xhtml10-blue.png);
}

.rightsidebar{
	padding: 10px; 
	margin:1em;
	}
