		body	{
			background-color:#CEC0AF;  
			text-align: left;
			font:1em arial,sans-serif;
			margin:0;
			padding:0;
			background: transparent url(../img/bkgd.gif) repeat;
			}  
			
			
		#wrapper	{
			width:780px;
			margin: 0 auto;
			padding:0px;
			text-align: left;
			background:transparent;
			}
			
#header	{
	margin: 0;
	padding: 10px 0 10px 0;
	text-align: left;
	width: 780px;
	color: #000;
	height: 90px;
	background: #ffc ;
	border-top:12px solid orange;
	}
		
		
	#header h1	{
			display:block;
			margin: 0;
			padding: 0 280px 0 0;
			text-indent: -9999px;
			float: left;
			width: 280px;
			height: 100px;
			background: transparent url(../img/pplogo-ani.gif) top left no-repeat;
			}
		
			#header h1 a	{
			display: block;
			margin: 0;
			padding: 0;
			width: 100%;
			height: 100%;
			text-decoration: none;
			background: transparent url(../img/pplogo-ani.gif) top left no-repeat;
			}
		
		#header h1 a:hover	{

			background: transparent url(../img/pplogo-ani.gif) 0 -100px no-repeat;
			}


	div#header ul	{
display:none;
	}

div#header ul li {
display:none;
	}


/* subnavigation */

#subheader	{
	margin:0;
	padding:0;
	height:28px;
	background:#c3d021;
	color:white;
	}	

	div#subheader ul	{
			text-align: right;
			margin: 0 78px 0 0;
			padding-top:5px;
	}

div#subheader ul li {
	list-style: disc;
	font-size: 12px;
	line-height: 14px;
	text-transform: none;
	display:inline;
	font-weight:bold;
	padding-left:20px;
	}

div#subheader ul li a:link, 
div#subheader ul li a:visited	{
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	}

div#subheader ul li a:hover	{
	font-weight: bold;
	text-decoration: underline;
	color: #ffc;
	}

div#subheader ul li a:active	{
	font-weight: bold;
	text-decoration: none;
	color: #ffe;
	}



		#content 	{
			margin:0px;
			width:780px;
			padding:0px;
			padding-top:3px;
			background:white;
			margin-top:-5px;
			display:block;
			text-align:center;
			}
		#content img	{
			padding:10px;
			}		
		#bodycopy	{
			width:440px;
			float:left;
			padding-left: 30px;
			padding-right: 25px;
			border-right:1px dotted #000;
			padding-bottom:20px;
			text-align:left;
			}
		#supplement	{
			width:230px;
			float:left;
			padding:5px 0px 20px 10px;
			}
			
		#endbar	{
			clear: left;
			padding-top:6px;
			padding-bottom:10px;
			background:orange;
			}
		#endbar p	{
			font-size:13px;
			color:#ffc;
			margin:0;
			padding:0;
			text-align:center;
		}	
		#footer	{
			clear:left;
			width:780px;
			color:black;
			font-size:9px;
			border-top:0px;
			padding-top:10px;
			margin-left:auto;
			margin-right:auto;
			}
		img	{
			border:0;
		}
			
/*  FONT STYLES   */

		h1	{
			font-family:"Times New Roman", Times, serif;
			font-size:30px;
			font-weight:bold;
			font-style:italic;
			margin-bottom:5px;
			color:#003366;
		}
		h2	{
			font-size:12px;
			font-weight:bold;
			font-style:normal;
			text-transform:uppercase;
			margin-top:5px;
			color:#003366;
			}
			
			
		#supplement h1	{
			font-family:"Times New Roman", Times, serif;
			font-size:20px;
			font-weight:bold;
			font-style:italic;
			margin-bottom:5px;
			color:#003366;
			}	
		#supplement h2	{
			font-family:"Times New Roman", Times, serif;
			font-size:14px;
			font-weight:bold;
			margin-top:20px;
			margin-bottom:5px;
			color:#003366;
			text-transform:none;
			}	
			
		#supplement p	{
			padding:0;
			margin:0;
			font-size:12px;
			text-align:left;
			padding-left:15px;
			width:200px;			
		}	
	#bodycopy p	{
				line-height:120%;
				font-size:13px;
		}
	#bodycopy ul li	{
					font-size:13px;
					margin-bottom:2px;

	}

	#bodycopy a:link,
	#bodycopy a:visited,
	#supplement a:link,
	#supplement a:visited {
			color:orange;
			text-decoration:none;
			font-weight:bold;
	}

	#footer a:link,
	#footer a:visited	{
			color:orange;
			text-decoration:none;
			font-weight:bold;
	}

	#bodycopy a:hover,
	#bodycopy a:active,
	#supplement a:hover,
	#supplement a:active 	{
			color:orange;
			text-decoration:underline;
	}
	
	
	#footer a:link, 
	#footer a:visited { 
		}

.printOnly	{display:block;}	

