/* PENTA Stylesheet */
/* Created for Philadelphia Ear, Nose and Throat Associates */
/* Geoffrey Long, 2006 */
/* geoffreylong.com */



/* BODY STYLES */
	
	BODY
		{
		padding: 0px;
		margin: 0px;
		background-image: url(../images/bkgnd.jpg);
		font-family: Georgia;
		font-size: 10pt;
		}
		
	A
		{
		color: #F1880F;
/*		color: #000080; 		
		color: #66F;
		text-decoration: none; */
		}
		
	A:hover
		{
		color: #669;
		}
		
	h1
		{
		font-size: 14pt;
		font-weight: bold;
		color: #000;
		border-style: solid;
		border-width: 0px 0px 1px 0px;
		border-color: #FC3;
		}
		
	h2
		{
		font-size: 12pt;
		font-weight: bold;
		color: #000;
		border-style: solid;
		border-width: 0px 0px 1px 0px;
		border-color: #FC3;
		}
		
	h3
		{
		font-weight: bold;
		color: #000;
		font-size: 11pt;
		margin: 35px 0px 0px 0px;
		}
		
	LI
		{
		font-size: 10pt;
		color: #333;
		line-height: 1.5em;
		margin: 0px 0px 10px 0px;
		}
		
	TD
		{
		font-size: 10pt;
		color: #333;
		}
		
	P
		{
		line-height: 1.5em;
		}
		
	.maincontent
		{
		padding: 25px 25px 0px 15px;
		background-color: #FFF;
		font-size: 10pt;
		color: #333;
		line-height: 1.5em;
		}
		
	.links_list
	{
		margin: 10px;
		font-size: 14px;
	}
		
	.prevnext
		{
		background-color: #FFFFFF;
		border-style: solid;
		border-width: 1px 0px 0px 0px;
		border-color: #FC3;
		margin: 35px 0px 10px 0px;
		padding: 10px 0px 0px 0px;
		}
		

		
		
/* FOOTER STYLES */
		
	.footer
		{
		text-align: center;
		font-size: x-small;
		color: #666;
		line-height: 1.5em;
		}
		
	.footer A
		{
		color: #336;
		text-decoration: none;
		font-weight: bold;
		}
		
	.footer A:hover
		{
		color: #669;
		}
		
/* LEFT SIDE */
		
	.leftside	
		{
		background-image: url(../images/leftside_bkgnd.jpg);
		background-repeat: repeat-y;
		}		
		
	.leftside_box	
		{
		background-image: url(../images/leftside_box_bkgnd.jpg);
		background-repeat: repeat-y;
		line-height: 1.5em;
		}		
		
	.leftside_content
		{
		text-align: left;
		font-size: 9pt;
		padding: 0px 25px 5px 20px;
		color: #666;
		line-height: 1.5em;
		}
		
	.leftside A
		{
		font-weight: bold;
		font-size: 9pt;
		color: #336;
		text-decoration: none;
		line-height: 1.5em;
		}
		
	.leftside A:hover
		{
		color: #669;
		line-height: 1.5em;
		}
		
	.subnav A
		{
		font-weight: bold;
		font-size: 8pt;
		color: #336;
		text-decoration: none;
		margin: 0px 0px 10px 10px;
		display: block;
		}
		
	.subnav A:hover
		{
		color: #669;
		}
		
	.subsubnav A
		{
		font-weight: bold;
		font-size: 8pt;
		color: #336;
		text-decoration: none;
		margin: 0px 0px 10px 25px;
		display: block;
		}
		
	.subsubnav A:hover
		{
		color: #669;
		}
		
	.leftside_youarehere
		{
		font-weight: bold;
		color: #999;
		text-decoration: none;
		}

	.leftside_head
		{
		font-weight: bold;
		color: #666;
		border-style: solid;
		border-width: 0px 0px 1px 0px;
		border-color: #999;
		padding: 0px 0px 2px 0px;
		}
		
/* RIGHT SIDE */

	.rightside	
		{
		background-image: url(../images/rightside_bkgnd.jpg);
		background-repeat: repeat-y;
		}		
		
		

		
/* HOMEPAGE STYLES */

	.hometop	
		{
		background-image: url(../images/home_bkgnd_top.jpg);
		background-repeat: repeat-x;
		}
		
	.homepagecenters
		{
		margin: 20px 0px 40px 0px;
		text-align: center;
		background-color: #DFDFF9;
		border-style: solid;
		border-width: 1px;
		border-color: #CCF;
		line-height: 1em;
		}
		
	.homepagecenters A
		{
		font-weight: bold;
		text-decoration: none;
		color: #336;
		}
		
	.homepagecenters A:hover
		{
		color: #669;
		}
		