/*
  orange: #f80
  pale yellow: #ffffa4
*/


* {
  margin: 0;
  padding: 0;
}

body {
  color: #000;
  background: #f80;
  padding: 2em;
  font: 85% Verdana, Arial, sans-serif;
}

p, ul, ol {
  margin-bottom: 1em;
}

.nobreak { margin-bottom: 0; }
.center { text-align: center; }

li {
  margin-left: .5in;
}

span.pj {
  font-size: 1.75em;
  font-style: italic;
}

div.floatright {
  float: right;
  padding-left: 1em;
}

/* layout divisions */
div#container {
  width: 740px;
  background: #ffffa4 url("images/PJ%20water%20mark%20yellow.jpg") no-repeat scroll top right;
  border: 1px solid #000;
}

div#header {
  padding: 1em;
}

div#sect_nav {
  border-bottom: 1px solid #000;
  padding: .5ex 0 5px 0;
}

div#sect_nav * {
  margin: 0;
}

div#sect_nav p {
  margin-left: 1em;
}

div#sect_nav a {
  color: #000;
  background: #ccf;
  text-decoration: none;
  padding:  .5ex 1.5em 5px 1.5em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

div#sect_nav a.first {
  border-left: 1px solid #000;
}

div#sect_nav a:hover {
  color: #ccf;
  background: #000;
}

div#sect_nav a.first {
  border-left: 1px solid #000;
}

div#sect_nav a.current, div#sect_nav a.current:hover {
  color: #000;
  background: #fff;
  padding-bottom: 6px;
}

div#main {
  background: #fff;
  font-family: comic sans ms, cursive;
  padding: 1em;
  border-bottom: 1px solid #000;

}

/* self-clearing floats
  See http://www.csscreator.com/attributes/containedfloat.php for a full explanation.
*/
div.floatcontainer:after div#main:after {
  content: ".";
  display: block;
  height: 0;
  overflow:hidden;
  clear: both;
  visibility:hidden;
}

/* Holly Hack Targets IE Win only \*/
  * html div#main {height: 1%;}
  * html div.floatcontainer {height: 1%;}
/* End Holly Hack */


div#main strong {
  color: #f00;
}

div#footer {
  font-size: 0.85em;
  padding: 1em;
  text-align: center;
}

div#footer * {
  margin: 0;
}

/* Headings */
h1 {
  font: bold italic 3em Georgia, Times New Roman, serif;
}

h2 {
  font: bold 1.5em Georgia, Times New Roman, serif;
  margin-bottom: 1ex;
}

h3 {
  font: bold 1.3em Georgia, Times New Roman, serif;
  margin-bottom: 1ex;
}

h4 {
  font: bold 1.2em Georgia, Times New Roman, serif;
  margin-bottom: 1ex;
}


#payinvoice {
	float: right;
	font-size: .8em;
	top: 0;
	left: 580px;
	width: 160px;
	padding: 10px;
	border: 1px solid #000000;
	background: #ffffdd;
}

#payinvoice h3 {
	margin-top: 1ex;
	margin-bottom: 1ex;
}



#payinvoice table {
	border: 0;
	width: 100%;
}

.label {
	text-align: right;
	font-weight: bold;
	padding-right: 4px;
}
