/*
  **********************************************************************
  **********************************************************************
  *** Purpose........: CSS stylesheet
  *** Page Type......: Main Page(s)
  *** XHTML/CSS by...: Jeffrey A. Savoye
  *** Last Update....: Jan. 26, 2009
  **********************************************************************
  **********************************************************************
 */
img {
  border: none;
  border-width: 0px
}
h1.maintitle {
  display: inline;
  font-size: xx-large;
  font-weight: bold;
  font-style: italic;
  text-align: center;
}
h2.section {
  font-size: x-large;
  font-weight: bold;
  font-style: italic;
  text-align: left;
}
div.mainquote {
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: justify;
}
/* Special Horizontal Rule */
div.boxhrule {
  display: block;
  border: solid 1px #000;
  border-color: #006400;
  border-style: double;
  border-width: 6px;
  margin: 0px;
  padding: 0px;
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
li.mainitem {
  list-style-type: circle;
  margin-left: -1em;
  margin-top: 5px;
  margin-bottom: 25px;
}
/*
  **********************************************************************
  *** Panel Divisions
  **********************************************************************
 */
/* Title Area */
#pnltitle {
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0px;
  font-size: medium;
  text-align: center;
}
/* Main Area */
#pnlmainm {
  background-color: #f5f5dc;
  color: #000;
  padding: 20px;
  padding-top: 10px;
  margin: 0px;
  text-align: left;
}
#pnlmainlft {
  background-color: transparent;
  position: relative;
  left: 0px;
  width: auto;
}
#pnlmainrgt {
  background-color: #f5f5dc;
  color: #000;
  float: right;
  width: auto;
  height: auto;
  padding-left: 20px;
  padding-bottom: 40px;
}
/* Section Quotation Area */
#pnlsectionquote {
  padding: 0px;
  margin: 0px;
  text-align: justify;
}
/*
  **********************************************************************
  **********************************************************************
  *** END
  **********************************************************************
  **********************************************************************
 */