/*--------htmfiles external css rules page for jlindquist--------------------*/
#wrap {
   margin: 0 auto;
   width: 750px;
}
p {
   font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}
p.center {
	border-bottom: 1px solid #153976;
	border-top: 1px solid #153976;
	font-size: 10px;
	text-align: center;
}
p.regular {
   text-align: left;
}
p.right {
	text-align: right;
}
.title {
	font-size: 1.5em;
}
.script {
	font-style: italic;
	font-weight: bold;
}
h1, h2, h3, h4, h5 {
   font-family: "Times New Roman", Times, serif;
}
h1 {
   font-size: 3.0em;
   margin-left: 20px;
   margin-top: 0px;
   padding: 0px;
}
h2, h5 {
	text-align: center;
}
h3 {
	padding-left: 0px;
}
h4 {
	padding-top: 14px;
	padding-left: 20px;
}
#header {
   background: url(images/hpim0119.JPG) no-repeat;
   height: 136px;
   Top: 10px;
   width: 750px;
}
#navcent {
   background-color: #5c6f90;
   color: #050845;
   border-bottom: 1px solid #000000;
   border-top: 1px solid #000000;
   list-style: none;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10pt;
   left: 10px;
	text-align: center;
   width: 750px;
}
#navcent ul {
	margin: 0;
	padding: 0;
}
#navcent li {
	display: inline;
	background-color: #5c6f90;
	color: #050845;
}
#navcent li a:link, li a:visited {
	text-decoration: none;
	background-color: #5c6f90;
	color: #ffffff;
}
#navcent li a:hover {
   background-color: #5c6f90;
   color: #ffff00;
}
#content {
	background-color: #d3d3d3;
	color: #000000;
	left: 10px;
	margin: 0 0 10px 0;
	padding: 10px;
	width: 730px;
}
#content a:hover {
   color: #ff0000;
}
/*#float {
  background-color: #d3d3d3;
  padding: 5px;
  margin: 0px;
  width: 550px;
  float: right;
}*/
#footer {
  background: #d3d3d3;
  clear: both;
}
#booknav {
	background-color: #d3d3d3;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	/*margin-left: 200px;*/
	text-align: center;
}
#booknav ol li {
   display: inline;
}
#booknav ol li a:link, ol li a:visited {
   background-color: #d3d3d3;
   color: #0000cc;
   font-size: 8pt;
   text-decoration: none;
}
#booknav ol li a:hover {
   background-color: #d3d3d3;
   color: #ff0000;
}
#endnote a:link, a:visited {
   background-color: #d3d3d3;
   color: #0000cc;
}
#endnote a:hover {
   background-color: #d3d3d3;
   color: #ff0000;
}
#line {
	border-top: 1px solid #153976;
}
#comply {
	background-color: #153976;
   background-image: url(images/madewith.bmp);
	background-repeat: no-repeat;
	color: #000000;
	margin: 0 auto;
	padding: 30px 0 0 0;
}
#comply2 {
   background-color: #153976;
	background-image: url(images/w3css.bmp);
	background-repeat: no-repeat;
	color: #000000;
	margin-left: 100px;
	margin-top: -30px;
	padding: 30px 0 0 0;	
}
#comply3 {
   background-color: #153976;
	background-image: url(images/w3xhtml.bmp);
	background-repeat: no-repeat;
	color: #000000;
	margin-left: 200px;
	margin-top: -30px;
	padding: 30px 0 0 0;	
}
/*-------The end of CSS format--------*/