html, body {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
}
body {
	font: 100% Helvetica, sans-serif;
	background: white;
}
p {
	font: 15px "Century Gothic" Helvetica, sans-serif;
	color: #002d48;
	padding: 5px 15px 0 15px;	
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #c3a150;
}
a:hover {
	text-decoration: underline;
}
img {
	float: left;
}
i {
	font-size: 80%;}
hr {
	border-color: #002d48;
	width: 90%;
	height: 1px;
}
h1 {
	font: 200% "Century Gothic" Helvetica, sans-serif;
	margin-bottom: 0;
	color: #c3a150;
}
h2 {
	font: 150% "Century Gothic" Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
	color: #c3a150;
}
br {
	clear: both;
}
#container {
	width: 800px;
	margin: 5px auto 20px auto;
	padding: 5px;
}
#header {
	text-align: right;
	color: white;
	background: #002d48;
	padding: 30px;
}
#header br{
	clear: none;
}
#header a{
	color: white;
}
#header a:hover{
	color: white	;
}
#toc {
	width: 33%;
	float: right;
}
.green {
	color: green;
	font-weight: bold;
}
#article1 {
	width: 65%;
	color: #c3a150;
	font-size: 16px;
	float: left;
	border-bottom: medium;
	border-color: #002d48;
}
#article2 {
	width: 100%;
	color: #c3a150;
	font-size: 16px;
	float: left;
	border-bottom: medium;
	border-color: #002d48;
}
article2 p{
	float: left;
}
#article2 img {
	float: right;
}
#footer1 img{
	float: left;
	padding-right: 10px;
}
#footer1 p{
	margin-top: 10px;
	font-weight: lighter;
	color: #002d48;
}
#footer2 p{
	margin-top: 10px;
	font-weight: lighter;
	color: #221f20;
}
#ppcontact {
	text-align: right;
	margin-right: 20px;
	font-weight: bold;
	float: right;
	background-image: url("images/pplogo.jpg");
	background-repeat: no-repeat;
	background-position: top right;
}
#addy {
	font: 12px "Century Gothic" Helveti8ca, san-serif ;
	color: #221f20; 
	margin-top: 50px;
	}
#ppcontact a{
	color: #c3a150;
}