#container  {

width: 997px;
	margin-right: auto;
	margin-left: auto;
	border:2px solid #a1a1a1;

}

#header	{

width: 997px;
height: 318px;
position: relative;
background-image: url(images/pph_top.png);
border-bottom: 3px solid #FFFFFF;

}
s
#header a  {

color: #a1a1a1;
text-decoration: underline;
font-weight: bold;
font-family: Verdana;
font-size: 14px;

}

#header a:visited  {

color: #000000;
text-decoration: underline;
font-weight: bold;

}

#header a:hover  {

color: #a1a1a1;
text-decoration: none;
font-weight: bold;

}


.HorizLinks  {

position: absolute; top: 77px; left: 180px; 

}

.HorizLinks ul { 

margin: 0px; 

}

.HorizLinks li {

margin: 0px 17px 0px 0px;
list-style-type: none;
display: inline;
	
}


#horizontalnav  {

width: 997px;
height: 32px;
position: relative;
background-color: #c9d7ee;
border-bottom: 2px solid #FFFFFF;
 /*where my nav links are;*/


}

.navlinks  {

position: absolute; top: 6px; left: 47px; 

}

.navlinks ul { 

margin: auto;

}

.navlinks li {

margin: 0px 18px 0px 0px;
list-style-type: none;
display: inline;
	
}

.navlinks li a {

color: #464646;
padding: 7px 16px 7px;
text-decoration: none;
font-size: 12px;
font-family: Verdana;

}

.navlinks li a:hover{

color: #ffffff;
background-color: #2F77F1;
 /*If you want to use a color for the background instead replace above line with background-color: [insert color here with # sign in front];*/


}

.smalltext   {

font-size: 9px;
font-family: Arial;

}


#leftnav {

float: left;
width: 100px;
height: 350px;
background-color: #FFFFFF;
border-right: 0px dashed #694717;

}
		

#body  {

margin: auto;
width: 800px;
padding: 45px 0px 350px 10px;




}

#footer  {

clear: both;
background-color: #c9d7ee;
padding: 8px;
height: 20px;
clear: both;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;
color: #464646;
border-top: 2px solid #a1a1a1;



}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20pt;
	margin-top: 3px;
	margin-right: 20px;
	margin-bottom: 3px;
	margin-left: 0;
	padding-bottom: 9px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #73a1ef;
	line-height: 24px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #73a1ef;
	line-height: 15px
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17pt;
	margin-top: 3px;
	margin-right: 20px;
	margin-bottom: 3px;
	margin-left: 0;
	padding-bottom: 9px;
	font-weight: bold;
		color: #464646;


}




