/* -----------------------------------------------------------------------

   Project Name: Dr. Curtis Haddad
			
----------------------------------------------------------------------- */

body {
	line-height:1.5;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#000;
	background:none;
	font-size:11pt;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size:16pt;
	line-height:1;
	margin-bottom:0.8em;
	font-weight: 500;
	color: #669999;
}
h2 {
	font-size:14pt;
	margin-bottom:0.75em;
	color: #889594;
	font-weight: 500;
}
h3 {
	font-size:14pt;
	line-height:1;
	margin-bottom:1em;
	color: #666666;
	font-weight: 500;
}
h4 {
	font-size:13pt;
	line-height:1.25;
	margin-bottom:1.25em;
	height:1.25em;
	font-weight: 500;
	color: #000000;
}
h5 {
	font-size:12pt;
	font-weight:bold;
	margin-bottom:1.5em;
}
h6 {
	font-size:12pt;
	font-weight:bold;
}
img {
	float:left;
	margin:1.5em 1.5em 1.5em 0;
}
a img {
	border:none;
}
blockquote {
	margin:1.5em;
	padding:1em;
	font-style:italic;
	font-size:.9em;
}
a:link, a:visited {
	background:transparent;
	font-weight:700;
	text-decoration:underline;
}
a:link:after, a:visited:after {
	content:" (" attr(href) ") ";
	font-size:90%;
}
a {
	color: #000000;
	text-decoration: underline;
}
#wrapper {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #fff;
}
/*-- Hidden from Print ---*/

#masthead, #nav, #banner, #sidebar, #footer, #footer-links {
	display: none;
}
#content-main {
	width: 98%;
	min-height:400px;
}
#print-header h1 {
	font-size: 20pt;
	color: #4F4845;
	padding-bottom: 15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #4F4845;
}
#print-footer {
	font-size: 10pt;
	color: #000000;
	text-align: left;
	padding-top: 15px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #4F4845;
}
