

































































































/* The WIDTH specification in CSS is actually the CONTENT width, not its box width. So WIDTH plus MARGINs equals box
width. */
body {
     text-align:justify;
     font-family:serif;
     font-size:10pt;     margin-top: 0;
     padding: 0;
     background: url("images/backOct24a.gif");
     background-repeat: no-repeat;
     background-attachment: fixed;
     }

H1,H2,H3 { letter-spacing: 3pt;
           text-align:left;
           padding-left:3pt;
           background-image:url("H-L.png");
           background-repeat:repeat-y;
           border-color:#3e7a9a;
           border-width:1px;
           border-style:solid;
         }
H1 { font-size:17pt;
   }
H2 { font-size:15pt; 
   }
H3 { font-size:13pt; 
   }
UL { list-style-type: square; 
   }
UL UL { list-style-type: circle;
      }
DL DT { font-weight:bold;
      }
DL DD { margin-bottom:4mm;
      }
DD UL { margin-top:4mm;
      }
TABLE.border { border-collapse:collapse;
             }
TD.border { border-color:#000000;
            border-width:1px;
            border-style:solid;
          }
.head { font-weight:bold;
        margin-bottom:25mm;
        margin-left:0mm;
        margin-right:0mm;
        margin-top:0mm;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:0.8em;
      }
      
.nav { display: none;
	   position:absolute;
       top:50mm;
       left:0mm;
       width:40mm;
       margin-left:0mm;
       margin-top:0mm;
       padding:0mm;
       font-weight:bold;
       text-align:left;
     }
.nav H3 { padding-top:0mm;
          padding-bottom:0mm;
          margin-top:0mm;
          margin-bottom:0mm;
          letter-spacing:3pt;
          background-color:transparent;
          border-bottom:1px dotted #cdd6e5;
          border-left:none;
          border-top:none;
          border-right:none;
        }
.nav UL { margin-top:0mm;
          margin-bottom:1mm;
          padding-top:0mm;
          padding-bottom:0mm;
        }
.nav LI { margin-bottom:0mm;
          padding-bottom:1mm;
          border-bottom:1px dotted #cdd6e5;
          list-style:none;
        }
.nav A { display:block;
       }
.main { margin-left:50mm;
        margin-right:0mm;
        margin-top:0mm;
      }
.main LI { padding-bottom:4mm;
         }
.news1 { float:left;
         width:50mm;
         text-align:left;
         border-width:1px;
         border-style:solid;
         border-color:#FFFFFF;
       }
.news2 { margin-left:50mm;
         width:50mm;
         text-align:left;
         border-width:1px;
         border-style:solid;
         border-color:#FFFFFF;
       }
A { text-decoration: underline;
  }
A:link { color:#000000;
         background-color:white;
       }
A:visited { color:#000000;
            background-color:white;
          }
P.tail { font-size:smaller;
         font-weight:normal;
         margin-top:5mm;
       }
LI.rss_item { padding-bottom:1mm;
            }
#botnav { display:none;
        }
.botcur { display:none;
        }
#content p {
         font-family: verdana, sans-serif;
         font-size: 10px;
         line-height: 1.25em;
         padding-left: 1.2em;
         text-align: left;
         color: #2A4F6F;
         background: inherit;
         }

#content p.dm
    {
     font-size:12px;
     text-align: center;
     font-weight: bold;
     letter-spacing: 3px;
     }

#content ul {
     font-size: 80%;
     color: #044075;
     background: inherit;
     }
     
#header .midline {
      position: absolute;
      font: 1.5em "Georgia", "Times New Roman", Times, serif;
      margin-left: 505px;
      margin-right: 1px;
      margin-top:40px;
      padding-top: 0px;
      padding-left: 2px;
      text-align: right;
      width: 150px;

      }
#content {
         margin-top: 20px;
         margin-bottom: 0px;
         margin-left: 210px; /*changed from 280*/
         margin-right: 14em;
         padding-top: 0px;
         padding-bottom: 0px;
         padding-left: 0px;
         padding-right: 2em;
         width: 305px;
         }

#header {color: #839DB7;/*  must name color here not in wdd4smbus*/
         background: inherit;
        }

#header .pcontact {
      position: absolute;
      font: 8.5pt verdana, "arial", helvetica, serif;
      color:#2A4F6F;
      background-color: inherit;
      margin-left: 525px;
      margin-right: 1px;
      margin-top: 350px;
      padding-top: 0.5em;
      padding-left: 2px;
      text-align: right;
      width: 150px;
      }

#header .wdd4smbus {display:none}

#bottomnav 
	{
	display: none;
	}

