/*
  **********************************************************************
  **********************************************************************
  *** Purpose........: CSS stylesheet
  *** Page Type......: Main Page(s)
  *** XHTML/CSS by...: Jeffrey A. Savoye
  *** Last Update....: January 21, 2015
  **********************************************************************
  **********************************************************************
 */
img{
    border:none;
    border-width:0px
}
/*
  **********************************************************************
  *** Heading classes
  **********************************************************************
 */
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;
}
/*
  **********************************************************************
  *** List classes
  **********************************************************************
 */
li.mainitem{
    list-style-type:circle;
    margin-left:-1em;
    margin-top:5px;
    margin-bottom:25px;
}
/*
  **********************************************************************
  *** Div classes
  **********************************************************************
 */
/* Title Area */
div.pnltitle{
    padding:5px;
    padding-left:20px;
    padding-right:20px;
    margin:0px;
    font-size:medium;
    text-align:center;
}
/* Main Area */
div.pnlmainm{
    background-color:#f9fce6;
    border-radius:10px;
    color:#000;
    padding:20px;
    padding-top:10px;
    margin:0px;
    text-align:left;
}
div.pnlmainlft{
    background-color:transparent;
    position:relative;
    left:0px;
    width:auto;
}
div.pnlmainrgt{
    background-color:#f9fce6;
    color:#000;
    float:right;
    width:auto;
    height:auto;
    padding-left:20px;
    padding-bottom:40px;
}
/* Section Quotation Area */
div.pnlsectionquote{
    padding:0px;
    margin:0px;
    text-align:justify;
}
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;
}
/*
  **********************************************************************
  **********************************************************************
  *** END
  **********************************************************************
  **********************************************************************
 */