	/*This is the style sheet for New York Primary Care Practice.
	Created by Douglas Randall 5/11/03*/
	body
	{
	background-color:#CCDDEE;
	background-image: url(graphics/harlebl.jpg);

	}
	h1
	{
	color:#6600CC;
	text-align:center;
	font-family:arial;
	font-size: 20pt;
	font-weight: bold;
	font-variant: small-caps;

	}
	h2
	{
	color:#883399;
	text-align:center;
	font-family:arial;
	font-size: 18pt;
	font-weight: bold;
	font-variant: small-caps;

	}
	h3
	{
	color:#003399;
	text-align:center;
	font-family:arial;
	font-size: 14pt;
	font-variant: small-caps;
	font-style: italic;


	
	}
	h4
	{
	color:#000099;
	text-align:center;
	font-family:arial;
	font-size: 12pt;
	font-weight:bold;
	font-style:italic;
	font-variant: small-caps;

	}
	p
	{
	color:#002288;
	text-align:left;
	font-family:arial;
	font-size: 12pt;
	line-height: normal;
	text-indent: 5%;
	width: auto;
	margin: 5%;
	font-style: italic;






	}
	hr
	{
	color:#ADD8E6;
	height:3px;
	width:75%;
	}
	hr.wide
	{
	color:#9933FF;
	height:2px;
	width:99%;
	}
	.box
	{
	width:95%;
	font-family:arial;
	font-size: 14 pt;
	color:#0000FF;
	background-color:#FFFFFF;
	border-top: 5px double #FFFF00;
	border-right: 5px double #0000FF;
	border-bottom: 5px double #FF0000;
	border-left: 5px double #669933;

	}
	.button
	{
	color:#000066;
	text-align:center;
	font-family:arial;
	font-size: 12 pt;
	}
	
	p.special
	{
	color:#000066;
	text-align:center;
	font-family:arial;
	font-size: 12 pt;
	font-style:italic;
	}
	
	A:link    { color:#0000FF; }
	A:active  {
	color: #993366;

}
	A:hover  { font-size: 125%; }
	A:visited { color:#9966EE; }
	
	
.narrow {
	width: 50%;
}
.algn {
	color: #CC6600;
	text-align: center;
}
.bg1 {
	background-color: #F0F8FF;

}
.bg2 {
	background-color: #FFFAFA;
}
.baux {
	background-color: #FFFFFF;
	border: inset #6600CC;
	margin: 5px;
	padding: 5px;


}
.redbox {
	background-color: #FFFFFF;
	border: 10px none #FF0000;
	margin: 3px;
	padding: 3px;

}
