

body { 
      margin-top:0;
      margin-bottom:0;
      margin-left:0;
      margin-right:0 ;
      font-family: georgia;
      background: black url(websupport/backgrounds/bg11.jpg) repeat;
 
      background-attachment: fixed;
     }
          
div.collapseInfo { display: none }

.bullet5 {  
            list-style-image: url(websupport/images/bullet1.jpg);
            
            
         }
         
 
 
  
/*Credits: Dynamic Drive CSS Library */
.formbutton{
      cursor:pointer;
      border:outset 1px #ccc;
      background:#999;
      color:black;
      font-weight:bold;
      padding: 0px 1px;
      background:url(websupport/images/formbg.GIF) repeat-x left top;
}

.formbox{
      border:outset 1px #ccc;
      color:black;
      font-weight:normal;
      padding: 1px 2px;
      background:url(websupport/images/formbg.GIF) repeat-x left top;
}
      
 
  
 
         
.bullet {list-style-image: url(websupport/images/bullet1.gif);}
         


.col { background-color: gray;}




b { font-size: 12px; }




h3 { color: gray; }
     
th { background-color: white; }
 
  
li {

    font-family: georgia;
    font-size: .9em;
    color: gray;

  }   
  
p { line-height: 1.5 ; }  
  
  
#dept:first-line { font-size: 100%;
                   color: gray; 
                   line-height: 1.5;
                 }
                          
#dept:first-letter { float: left;
                     font-size: 200%; 
                     line-height: .8;
                     color: #100b5d;
                   }    
   
   
   
#dept2:first-line { font-size: 75%;
                   color: gray; 
                   line-height: 1.5;
                 }
                          
#dept2:first-letter { float: left;
                     font-size: 175%; 
                     line-height: .7;
                     color: #100b5d;
                   }       
   
   
  
#dept5:first-line { font-size: 100%;
                   color: gray; 
                   line-height: 1.5;
                 }
                          
#dept5:first-letter { float: left;
                     font-size: 200%; 
                     line-height: .7;
                     color: #100b5d;
                   }       
    
  
  
  
   
   
   
	
/* Submenu  */
        
table.noShow    { visibility:hidden; 
                  position:absolute; 
                  border-style: inset; 
                  border-width: .05em;
                  border-color:gray;
                  font-size: .95em; }
                                 
/* table.noshow td {  border-top: .05em solid #999966;  border-bottom: .05em solid #999966;}     */
                                 
                                 

     
a                 { text-decoration: none; color:white;  font-family: georgia; font-size: 1em;    }
a.noDecor:hover   { color:white; font-weight: normal;}
a:hover           { color:gray; font-weight: normal;}
a:link            { color: white; text-decoration: none; }
a:visited         { color:  ; }
  
  
  
.mmenu2 li {
           display: inline;
           color: blue;
           text-decoration: none;
           font-family: georgia; font-size: 1em;         
          }  
  
  
  
  
  
/* Horizontal Menu 1  */

.mmenu {
        margin: 0;
        float: left;
        
        background: transparent url(websupport/backgrounds/bg3.jpg) center center repeat-x;
        color: white;
        text-decoration: none;
        font-family: georgia; font-size: 1em;
      }

.mmenu li {
           display: inline;
           color: white;
           text-decoration: none;
           font-family: georgia; font-size: 1em;         
          }

.mmenu li a {
             float: right;
             padding: 5px 15px;
             border-right: 0px solid white;
             color: white;
             text-decoration: none;
             font-family: georgia; font-size: 1em;
            }

.mmenu li a:visited {
                     color: white;
                     text-decoration: none;
                     font-family: georgia; font-size: 1em;
                    }

.mmenu li a:hover
                   {
                     background: black url(websupport/backgrounds/bg22.jpg) center center repeat-x;
                     color: red;
                     text-decoration: none;
                     font-family: georgia; font-size: 1em;
                   }


.mmenu li .current {
                     color: white;
                     text-decoration: none;
                     font-family: georgia; font-size: 1em;
                     background: black url(websupport/backgrounds/bg22.jpg) center center repeat-x;
                   }  
  
  
  
  