BODY {
   width: auto;
   background: #ACA;
   font-family: "Arial", sans-serif, "Times", serif;
   font-size: medium;
   color: #020;
   }
.panelContents{
   margin-left: 2em;
   margin-right: 2em;
   background: #FFF;
   padding: 0.5em 2em;
   }
.sidebarLeft, .sidebarRight {
   width: 16em;
   background: #FFF;
   text-align: center;
   line-height: 1.6;
   padding: 5px 5px;
   border: 3px #CCC solid;
   }
.sidebarLeft {
   margin: 0.5em 1em 0.5em 0em;
   float: left;
}
.sidebarRight {
   margin: 0.5em 0em 0.5em 1em;
   float: right;
   }
.navLeft {
   left: 0em;
   top: 0em;
   margin-right: 1em;
   position: relative;
   float: left;
   width: 8em;
   background: #22C;
   text-align: center;
   line-height: 1.6;
   padding: 5px 5px;
   border: 2px #CCC solid;
   }
.mainNavigation{
   text-align: center;
   background: #282;
   border: 2px solid #8A8;
   padding: 6px 0px;
   }
.navButton{
   font-size: small;
   font-weight: bold;
   padding: 0.2em 0.3em 0.2em 0.2em;
   color: #FFF;
   border-left: 4px #FF0 solid;
   }
.navButton:hover {
   background-color: #060;
   }
.navButton:visited {
   color: #FFF;
   }
.panelNavigation{
   background: #282;
   border: 2px solid #8A8;
   }
.panelNavigationTable{
   text-align: left;
   border-collapse: separate;
   border-spacing: 0.1em;
   }
.tdNavLogo{
   width: 10em;
   }
.tdAlignBottom{
   vertical-align: bottom;
   }
.h1nav {
   margin: 0em 0.7em 0em 0.7em;
   font-family: "Times", serif, "Arial", "Helvetica", sans-serif;
   font-weight: bold;
   color: #FFF;
   border-bottom: 6px solid #FF0;
   }
.panelSignature{
   margin-top: 0em;
   border: 0px solid #AAF;
   padding: 0.1em 0.5em;
   text-align: center;
   }

H1, H2, H3, H4, H5, H6 {
   color: #585;
   font-family: "Times", serif, "Arial", "Helvetica", sans-serif;
   }
H1, h2 {
   text-align: center;
   border-bottom: 4px solid #484;
   }

H3, H4, H5, H6 {
   font-family: "Helvetica", sans-serif, "Times", serif, "Arial";
   font-size: medium;
   border-bottom: 1px solid #080;
   padding: 0.6em 0em 0em;
   }

P {
   margin: 1em 1em 0em 1em;
   line-height: 160%;
   text-align: justify;
   }

.pCenter{
   text-align: center;
   }
.pCenterSmallSpacing {
   margin: 0.4em 0em;
   text-align: center; 
   line-height: 120%;
   }

.pLeftSmallSpacing {
   text-align: left;
   line-height: 120%;
   padding: 0em 0em 0em 1em;
   }

table {
   font-size: medium;
   border-collapse: separate;
   border-spacing: 1em;
   }
ul, ol {
   padding: 0em 2em 0em 3em;
   }

li {
   padding: 0em 1em 0em 1em;
   text-align: justify;
   line-height: 1.6em;
   }

a {color: #00F; text-decoration: none}
a:visited{color: #00F;}
a:hover{background: #FF0;}

