*{   /* this * here is to kill any margins or padding in the page */
margin: 0px;
padding: 0px;
}



body {
    margin:2px 2px; padding:0px;
    text-align:center;
    
    background-image: url(../gifs/grad1.png);
  background-repeat: repeat;
    
    
    
    }
    /* {background-color:#b0c4de;} */



a{
text-decoration: none;
}
.wrapper {
 width: 1500px;
 height: 960px;
 border: 0px solid #000000;
 margin: 0px auto 0 auto;
  }
  
  .header {
 
  width: 1500px;
  height: 60px;
     border: 0px solid #000000;
 margin: 0px auto 0 auto;
 
  background-image: url(../gifs/grad3.png);
  background-repeat: repeat;   /*       background-repeat: no-repeat; */
  }
   .navbar {
   
  
    width: 1500px;
    margin:auto;
  height: 25px;
  background-image: url(../gifs/grads4.jpg);
  background-repeat: repeat;
   }
   .button a  {
   float: left;
   width: 100px;
   height: 25px;
      line-height: 22px;
   font-family: verdana;
   font-size: 14px;
   color: #fff;
   font:12px arial, verdana, sans-serif;
   text-align: center;
   }
 .button a:hover  {
   float: left;
   width: 100px;
   height: 25px;
   line-height: 22px;
   font-family: verdana;
   font-size: 14px;
   color: #fff;
   font-weight: bold;
   text-align: center;
   background-image: url(../gifs/grad1.png);
  background-repeat: repeat;
  }
  .mainbody{
   width: 1500px;
   height: 760px;
   margin:auto;  
   font-family: verdana;
   font-size: 11px;
   color: #909090; 
   background-image: url(../gifs/grad1.png);
  background-repeat: repeat; 
  
  
  
  }  
  
  .footer {
    width: 1500px;
    margin:auto;
  height: 25px;
 background-image: url(../gifs/grads4.jpg);
  background-repeat: repeat;
  }
   
  /* CSSTerm.com Simple Horizontal DropDown CSS menu */

.drop_menu {

    background-image: url(../gifs/grads4.jpg);
/* background:#005555;  Horiz Drop row color background */
	padding:0;
	margin:0;
	list-style-type:none;
	height:20px;   /* Horiz Drop row color height */
}
.drop_menu li { float:left; }
.drop_menu li a {
	padding:0px 0px;
	display:block;
	color:#fff;
	text-decoration:none;
	font:12px arial, verdana, sans-serif;
}



/* Submenu */
.drop_menu ul {
	position:absolute;  /* Horiz Drop menu location */
	left:-9999px;
	top:-9999px;
	list-style-type:none;
}
.drop_menu li:hover { position:relative; background:#888367; }/* Drop row menu hover horiziontal location  */
.drop_menu li:hover ul {
	left:0px;   /* Drop menu hover horiziontal location  */
	top:30px;
	
	padding:0px;
}

.drop_menu li:hover ul li a {
         text-align:left;
	padding:0px;
	display:block;
	width:60px;
	text-indent:0px;
	background-color:#888800; /* Drop sub menu hover window background  */
}
.drop_menu li:hover ul li a:hover { background:#000088; }  /* Drop sub menu hover row background  */
           
   
 
       