        body {
      margin:0px 0px 0px 30px;
      padding:0px;
      background-image:url('backwide1b.jpg')
      }
        
        body#home a#home {
                border-left: 10px solid #1c64d1;
               border-right: 10px solid #5ba3e0;
               background-color: #2586d7;
               color: #fff;
                }
        body#about a#about {
                border-left: 10px solid #1c64d1;
               border-right: 10px solid #5ba3e0;
               background-color: #2586d7;
               color: #fff; 
               }
        body#calendar a#calendar {
                border-left: 10px solid #1c64d1;
               border-right: 10px solid #5ba3e0;
               background-color: #2586d7;
               color: #fff;
                }
        #contact a#contact  {
                border-left: 10px solid #1c64d1;
               border-right: 10px solid #5ba3e0;
               background-color: #2586d7;
               color: #fff;
                }
        #benefits a#benefits {
                border-left: 10px solid #1c64d1;
               border-right: 10px solid #5ba3e0;
               background-color: #2586d7;
               color: #fff;
                }
        #form a#form {
                border-left: 10px solid #1c64d1;
               border-right: 10px solid #5ba3e0;
               background-color: #2586d7;
               color: #fff;
                }
        #links a#links {
                border-left: 10px solid #1c64d1;
               border-right: 10px solid #5ba3e0;
               background-color: #2586d7;
               color: #fff;
                }
                
        #bodyhighlighting a:hover#navhighlighting,
        #bodyreferences a:hover#navreferences{
               border-left: 10px solid #1c64d1;
               border-right: 10px solid #5ba3e0;
               background-color: #2586d7;
               color: #fff;
                } 


   
   #leftcontent {
      position: absolute;
      left:30px;
      top:213px;
      width:200px;
      background-image:url('menubg.JPG')
      border:1px solid #000;
      }

   #centercontent {
      background:#fff;
         margin-left: 204px;
         width:450px;
         font:normal 12px 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
      border:1px solid #000;
      border-bottom:5px solid gray;
      /*
      IE5x PC mis-implements the box model. Because of that we sometimes have
      to perform a little CSS trickery to get pixel-perfect display across browsers.
      The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
      parsing bug in IE5x PC that will prematurly close a style rule when it runs
      into the string "\"}\"". After that string appears in a rule, then, we can override
      previously set attribute values and only browsers without the parse bug will
      recognize the new values. So any of the name-value pairs above this comment
      that we need to override for browsers with correct box-model implementations
      will be listed below.
      
      We use the voice-family property because it is likely to be used very infrequently,
      and where it is used it will be set on the body tag. So the second voice-family value 
      of "inherit" will override our bogus "\"}\"" value and allow the proper value to
      cascade down from the body tag.

      The style rule immediately following this rule offers another chance for CSS2
      aware browsers to pick up the values meant for correct box-model implementations.
      It uses a CSS2 selector that will be ignored by IE5x PC.
      
      Read more at http://www.glish.com/css/hacks.asp
      */
      
      voice-family: "\"}\"";
      voice-family: inherit;
         margin-left: 211px;
      }
   html>body #centercontent {
         margin-left: 206px;
      }
   #centercontent2 {
      background:#F7EECA;
         margin-left: 224px;
         width:450px;
         font:normal 12px 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
      border:1px solid #000;
      border-bottom:5px solid gray;
      /*
      IE5x PC mis-implements the box model. Because of that we sometimes have
      to perform a little CSS trickery to get pixel-perfect display across browsers.
      The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
      parsing bug in IE5x PC that will prematurly close a style rule when it runs
      into the string "\"}\"". After that string appears in a rule, then, we can override
      previously set attribute values and only browsers without the parse bug will
      recognize the new values. So any of the name-value pairs above this comment
      that we need to override for browsers with correct box-model implementations
      will be listed below.

      We use the voice-family property because it is likely to be used very infrequently,
      and where it is used it will be set on the body tag. So the second voice-family value 
      of "inherit" will override our bogus "\"}\"" value and allow the proper value to
      cascade down from the body tag.

      The style rule immediately following this rule offers another chance for CSS2
      aware browsers to pick up the values meant for correct box-model implementations.
      It uses a CSS2 selector that will be ignored by IE5x PC.

      Read more at http://www.glish.com/css/hacks.asp
      */

      voice-family: "\"}\"";
      voice-family: inherit;
         margin-left: 211px;
      }
   html>body #centercontent2 {
         margin-left: 211px;
      }
      #centercontent3 {
      background:#F7EECA;
         margin-left: 224px;
         width:450px;
         font:normal 12px 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
      border:1px solid #000;
      border-bottom:5px solid gray;
      /*
      IE5x PC mis-implements the box model. Because of that we sometimes have
      to perform a little CSS trickery to get pixel-perfect display across browsers.
      The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
      parsing bug in IE5x PC that will prematurly close a style rule when it runs
      into the string "\"}\"". After that string appears in a rule, then, we can override
      previously set attribute values and only browsers without the parse bug will
      recognize the new values. So any of the name-value pairs above this comment
      that we need to override for browsers with correct box-model implementations
      will be listed below.

      We use the voice-family property because it is likely to be used very infrequently,
      and where it is used it will be set on the body tag. So the second voice-family value
      of "inherit" will override our bogus "\"}\"" value and allow the proper value to
      cascade down from the body tag.

      The style rule immediately following this rule offers another chance for CSS2
      aware browsers to pick up the values meant for correct box-model implementations.
      It uses a CSS2 selector that will be ignored by IE5x PC.

      Read more at http://www.glish.com/css/hacks.asp
      */

      voice-family: "\"}\"";
      voice-family: inherit;
         margin-left: 211px;
      }
   html>body #centercontent3 {
         margin-left: 211px;
      }

   #rightcontent {
      position: absolute;
      padding:5px;
      left:702px;
      top:213px;
      width:205px;
      background:#FFF;
      font:normal 10px 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
      border:1px solid #2B95FF;
      border-bottom:5px solid #2B95FF;
      }
   #rightcontent2 {
      position: absolute;
      padding:5px;
      left:702px;
      top:350px;
      width:205px;
      background:#FFF;
      font:normal 12px 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
      border:1px solid #2B95FF;
      border-bottom:5px solid #2B95FF;
      }
      
   #rightcontent3 {
      position: absolute;
      padding:5px;
      left:702px;
      top:470px;
      width:205px;
      background:#FFF;
      font:normal 12px 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
      border:1px solid #2B95FF;
      border-bottom:5px solid #2B95FF;
      } 
    #rightcontent4 {
      position: absolute;
      padding:5px;
      left:702px;
      top:213px;
      width:205px;
      background:#FFF;
      font:normal 10px 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
      border:1px solid #2B95FF;
      border-bottom:5px solid #2B95FF;
      }
   #rightcontent5 {
      position: absolute;
      padding:5px;
      left:702px;
      top:450px;
      width:205px;
      background:#FFF;
      font:normal 12px 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
      border:1px solid #2B95FF;
      border-bottom:5px solid #2B95FF;
      }
      
   #rightcontent6 {
      position: absolute;
      padding:5px;
      left:702px;
      top:786px;
      width:205px;
      background:#FFF;
      font:normal 12px 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
      border:1px solid #2B95FF;
      border-bottom:5px solid #2B95FF;
      }
   #rightcontent7 {
      position: absolute;
      padding:5px;
      left:702px;
      top:213px;
      width:205px;
      background:#FFF;
      font:normal 12px 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
      border:1px solid #2B95FF;
      border-bottom:5px solid #2B95FF;
      }
   #rightcontent8 {
      position: absolute;
      padding:5px;
      left:702px;
      top:540px;
      width:205px;
      background:#FFF;
      font:normal 12px 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
      border:1px solid #2B95FF;
      border-bottom:5px solid #2B95FF;
      }
   #rightcontent9 {
      position: absolute;
      padding:5px;
      left:702px;
      top:740px;
      width:205px;
      background:#FFF;
      font:normal 12px 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
      border:1px solid #2B95FF;
      border-bottom:5px solid #2B95FF;
      }
   #footerEvents {
      position: absolute;
      padding:5px;
      left:30px;
      top:3100px;
      width:880px;
      background:#FFF;
      font:normal 12px arial;
      border-top:1px solid gray;
      border-bottom:5px solid gray;
      }
#footer {
      position: absolute;
      padding:5px;
      left:30px;
      top:800px;
      width:880px;
      background:#FFF;
      font:normal 12px arial;
      border-top:1px solid gray;
      border-bottom:5px solid gray;
      }
   #footer2 {
      position: absolute;
      padding:5px;
      left:30px;
      top:970px;
      width:880px;
      background:#FFF;
      font:normal 12px arial;
      border-top:1px solid gray;
      border-bottom:5px solid gray;
      }
   #footer3 {
      position: absolute;
      padding:5px;
      left:30px;
      top:1170px;
      width:880px;
      background:#FFF;
      font:normal 12px arial;
      border-top:1px solid gray;
      border-bottom:5px solid gray;
      }
   
   #banner {
      voice-family: "\"}\"";
      voice-family: inherit;
      }
      
   p,h1,pre {
      margin:0px 10px 10px 10px;
      }
      
   h1 {
      font-size:20px;
      padding-top:10px;
      }
   h2 {
      font-size:16px;
      padding-top:10px;
      }
   h3 {
      font-size:12px;
      padding-top:10px;
      }
      
   #banner h1 {
      font-size:14px;
      padding:0px 0px 0px 0px;
      margin:0px;
      }
   
   #rightcontent p {
      font-size:10px
      }

   #button {
                width: 200px;
                border-right: 1px solid #000;
                padding: 0 0 1em 0;
                margin-bottom: 1em;
                font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
                font-size: 70%;
                background-color: #90bade;
                color: #333;
                }

        #button ul {
                list-style: none;
                margin: 0;
                padding: 0;
                border: none;
                }

        #button li {
                border-bottom: 1px solid #90bade;
                margin: 0;
                }

        #button a {
                display: block;
                padding: 5px 5px 5px 0.5em;
                border-left: 10px solid #1958b7;
                border-right: 10px solid #508fc4;
                background-color: #2175bc;
                color: #fff;
                text-decoration: none;
                width: 100%;
                }

html>body #button a {
               width: auto;
               }

       #button a:hover {
               border-left: 10px solid #1c64d1;
               border-right: 10px solid #5ba3e0;
               background-color: #2586d7;
               color: #fff; 

      
