@charset "utf-8";
/* CSS Document */

html { height: 100%; }

body {
	text-align: center;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

a img {border: none;}

.fl {
  float: left;
}

.fr {
  float: right;
}

#holder {
  padding-top: 17px;
}

#header {
  margin: 60px auto 20px auto;
  border-bottom: 1px solid #e4e4e4;
}

#wrapper {
  margin: 0px auto;
  width: 636px;
  height: 200px;
}


#sales-pitch {
  text-align: left;
  width: 238px;
  padding-left: 80px;
}

#phcontent {
  margin: 0px auto;
  width: 710px;
  border-bottom: 1px solid white;
}

.title-navigation {
  padding-bottom: 3px;
  font-family:verdana;
  font-size:16px;	
  font-weight:bold;
  border-bottom:1px dashed #ededec;
}



cite
	{
	font-size: 12px;
	float: right;	
}

.pg_desc {
  padding:5px;
  display:block;
  font-family:verdana;
  font-size:11px;
  background:#e9f5ee;
  margin:3px 0px;
}

.page-number {
  text-align:right;
  display:block; 
  font-family:verdana;
  font-size:11px;
  color:#666666;
  margin:10px 10px 0 0;
}

.page-number a{
  font-family:verdana;
  font-size:11px;
  color:#666666;
  font-weight:bold;
  text-decoration:none;
}

.page-number a:hover{
  text-decoration:underline;
}