body {
   background-color: #fff;
   margin-top: 10px;
   margin-left: 20px;
   width: 648px;
}

#header p {
   display:none;
}

#header img {
   display:block;
}

#navigation {
   display:none;
}

#breadcrumbs {
   display: none;
}

#photoBar {
   display: none;
}

#photos {
   display:none;
}

#mainText {
   font: 10pt Lucida Sans Unicode, Lucida Grande, Arial, Helvetica, san serif;
   line-height: 18px;
}

#mainText h3, #mainText h3 a {
   margin: 0 0 20px 0;
   padding: 0;
   color: #138F34;
   font-weight: bold;
   font-size: 14pt; 
   line-height: 32px;
}

#mainText h4, #mainText h4 a  {
   margin-top: 0;
   font: bold;
   font-size: 12pt; 
   color: #0099cc;
}

#mainText p a, #mainText ul li a, #mainText ol li a{
   color: #138f34;
}

#mainText ul.listSpace li, #mainText ol.listSpace li {
   padding-bottom: 8px;
}

#mainText #leftCol, #mainText #rightCol {
   width: 100%;
}

#mainText .pq-shadow {
	float:left;
	clear:left;
	margin: 0 12px 0 5px;
	width: 240px;
	padding: 0px;
	font-family: inherit;
    border: 1px solid #000;
}

#mainText .pq-shadow .quote {
  	color: #000;
	padding:10px;
}

#mainText .pq-shadow .quote p.pq {
  line-height: 25px; 
  font-size: 12pt;
  margin-bottom: 15px;
}

#mainText .pq-shadow .quote p.pq-source {
   margin: 0px;
   font-size: 10pt;
   font-weight: bold;
}

#mainText p.source {
   color: #333;
   font-style: italic;
}

.footer {
   text-align:center;
   border-top: 1px solid #000;
   margin-top: 20px;
   padding: 5px;
   font: 10pt Lucida Sans Unicode, Lucida Grande, Arial, Helvetica, san serif;
   line-height: 18px;
}

.footer a {
   color: #138f34;
}

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0 auto;
  padding: 0;
  min-width: 375px;
  max-width: 475px;
  width: 500px; 
}

legend {
   color: #000;
   font-weight: bold;
   background: #fff;
   border: 1px solid #000;
   padding: 2px 6px
}

form fieldset {
  clear: both; /*note that this clear causes inputs to break to left in ie5.x mac, commented out */
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0 0 20px 0;
  border: 1px solid #666;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form input, form select{
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form textarea {
   width: auto;
   margin: 0 0px 0 5px;
   padding: 0;
}

form label.required {
   font-weight: bold;
}

form label.long {
   padding-left: 5px;
   display:inline;
   float:none;
   width:auto;
}

form #buttons {
   text-align:center;
}

form #buttons input#submit, form input#reset { 
	float: none; 
	display: inline; 
	margin:0;
	padding:0;
}