           /*  Temporary borders       */

           /*  border:dashed 1px #f00; */


           /* Universal style rule */

*        {

           /* Block all browser default margins and padding */

                        margin:0;

                       padding:0;

         }
     body

         {

              background-image: url(logo18.jpg);

             background-repeat: no-repeat;

          /*  background-color: white; */

         }

 #wrapper
 
         {

           /* Center the wrapper */

                   margin: 0 auto;
                    width:50em;

         }

#branding

         {

                        width:50em;

                       height:7.5em;

                        float:left;

                         color:black;

         }

       h2

         {
                  line-height:1em;

         }

.biginitials

         {

                        color: lightsalmon;

         }
#rightcolumn

         {

          /* background-color: #006400; */

                        width:14.9em;
                        height:6em;

          /*    background-image: url(PDH50014.JPG); */

                        color:white;

          /*  float:left; */

         }

          /* Navbar division */

#navbar

         {

          /* margin: top right bottom left  */

             background-color:lightsalmon;

                       margin: 0px 0px 0px 0px;

                        clear:both;

                       height:1.5em;

                  line-height:1.5em;

         }

          /* List items in the navbar */

#navbar li
                  {

              list-style-type: none;

                        float:left;


         }

#navbar li.rightside

         {

                 border-right:solid 1px #ffffff;

         }

          /* Applies to navbar links, visited and unvisited */

#navbar a,

#navbar a:link,

#navbar a:visited

                  {
 
              text-decoration:none;

                  font-family:Verdana, Geneva, Arial, Sans-Serif;

                    font-size:73%;

                        color:#000;

             background-color:lightsalmon;

                      display:block;
                       height:2em;

                        width:100%;
                   text-align:center;

         }

/* Navbar hover and active links */

#navbar a:hover

         {
             background-color:#006400;

                        color:#fff;

         }

#navbar a:active,

#navbar li.selected a:link,

#navbar li.selected a:visited

         {
                          background-color:#fff;

                        color:#000;

         }

#content

         {

                 padding-left: 35px;

                padding-right: 35px;

                       height: 516px;

                       text-align: justify;

                    font-size: .8em;

             background-color: white;

                        clear:both;

         }


#content li
         {
           margin-left: 50px;

         }

#content2

         {
                 padding-left: 35px;

                          padding-right: 35px;
                             text-align: justify;

          /*        font-size: .8em;    */

             background-color: white;

          /*            clear: both;    */

         }

 .bigyes
         
         {

                  font-weight: bold;

                    font-size: 1.5em;


                   font-style: italic;

         }

.compname
 
         {
                 font-weight: bold;

         }

#leftcolumn

         {

                      width:12em;

                      float:left;


         }

/* Center footer between margins */

  #footer
         
{
           background-color: #F0E68C;

                      margin: 0px;

                       width: 100%;

                       color: black;

                 font-weight: bold;

         }

p.footernote1
         
         {

                  text-align: center;

                   font-size: .7em;

         }

p.footernote2

        {

                 text-align: center;

                 font-size: .6em;
         }