



body {
     background: black url(websupport/background/bg1.jpg) top center no-repeat; 
	 margin-top: 190px;
	 margin-bottom: 100px;
	 margin-left: 0;
	 margin-right: 0;
	 
	 background-attachment: scroll;
	 color: black;
    }

p { 
    line-height: 1.5; 
  }		

a { color: blue;

  }
  
	  
#dept:first-letter {  
                    line-height: .9;
                    color: #013d04;
					font: bold 25px arial;
                  }    
				  
#dept:first-line { 
                  color: gray;
                  font: normal 12px arial;
                 }   	
	
	
h4 { color: #b55202; }


	

/* Horizontal Menu */
.hmenu {
        margin: 0;     
        color: white;
        text-decoration: none;
        font: normal 12px arial;
		background-color: transparent;
		padding: 3px;
		border-top: solid 0px #660000;
		border-bottom: solid 0px #660000;
      }

.hmenu li {
         display: inline;
         color: white;
         text-decoration: none;
         font: normal 12px arial;
        }

.hmenu li a {
          width: 110px;
		  height: 25px;
          padding: 4px 20px;
          border: solid 1px transparent;
          color: white;
          text-decoration: none;
          font: normal 12px arial;
         }

.hmenu li a:visited {
                     color: white;
                     text-decoration: none;
                     font: normal 12px arial;
                    }

.hmenu li a:hover
                {           
                  text-decoration: none;
                  font: normal 12px arial; 
		          border: solid 1px #7f7e7e;
		          color: white;
		          background: #272727; 
                }

.hmenu li a.current {
                     text-decoration: none;
                     font: normal 12px arial; 
		             border: solid 1px #025906;
		             color: white;
		             background: #013003; 
                    }     	  	
	

a.detail:hover {
             cursor: pointer;
             	 
            }
			
a.detail span {
            display: none;
           }
	
a.detail:visited {
               text-decoration: none;
			   color: blue;
             }
			 
a.detail:hover span {
                 background-color: white;
				 color: black;
				 border: solid 1px #d4d4d4;
				 display: block;
				 text-decoration: none;
				 
				 margin: 0px;
				 z-index: 100%;
				 
				 position: fixed;
				 top: 100px;
				 right: 100px;
				 				 
				 
				 width: 330px;
				 height: 400px;
				 
				 padding: 3px;
				 font-size: 12px; 
				 font-family: arial;
				 opacity: 0.9;
                }				 
		   
		   
a.detail span b{
            color: white;
			text-decoration: none;
           }		   
		   
		   
		   
		   
		   
