	html {
		overflow-y: auto;
	}
	html,
	body {
        min-width:800px;
		margin:0;
		padding:0;
		height:100%;
		min-height: 100%;
	    color: black;
        background-color: white;
	    font: small Arial, Helvetica, Verdana, sans-serif;
		background: url(../images/gradient.gif) no-repeat;
		background-repeat: repeat-x;
		background-attachment: fixed;
		background-position: bottom center;

	}
	#container { 
          min-width:800px;    
	      min-height:100%;   /*   Used for pushing the footer to the bottom  */
          width: 100%;
		  position:relative; 
		  height: auto !important;
		  height: 100%;
		  margin-bottom: -80px;
	}

    #banner {
          min-width:800px;
          height: 115px;
		  width : 100%;
          background: transparent url(../images/montage.jpg) no-repeat scroll right top;
   }
   #banner img { 
          padding-left: 15px; padding-top: 13px;
   }


   #navbar {
         min-width:800px;
         height:30px; width: 100%;
         position: absolute;
         top: 107px;
	 left: 0px;
         float: left;
		 padding: 0;
		 margin: 0;
         background-color:#5a1534;
            background: url(../images/banner.gif);
            background-attachment:scroll;
            background-position:top right;
   } 

   #navbar img { 
        position: relative; 
        top: 2px;  
        margin:0; 
        float:left;
		padding: 0;
        border:0 ; 
        display:inline;  
        background-color:#5a1534;
		height: 25px;
   }

	#navbar li {
		display: inline;
		padding: 0;
		margin: 0;
		/*padding-bottom: 30px;*/
	}
	
   #navbar a:link, #navbar a:visited {
	   color: #59172F;
  }
  #navbar img:hover {
      border: 0;
      background-color:  #853358;
  }

img highlight{
       background-color: white;
  }

  #thisbutton {   background-color:  #853358; /* firefox hack  for the "this" pointer */;}

  #menubar {
    visibility: visible;
    position:absolute;
    top: 32px;
    left: 15px;
    width:96%;
    height: 16px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #eed275;
   }

  #content {
       position:relative;
		top: 35px;
        left:0px;
        /*text-align:center;*/
		padding-top:5px;
        margin-left: 40px;
        margin-right: 60px;
        height : 110%;
	}
	#footer {
        min-width:800px;
		position:relative;
		width:100%;
		height:80px;			/* Height of the footer */
        text-align: center;
	}
	#push {
		height: 120px;
	}
	/* other non-essential CSS */
	#navbar p,
	#navbar h1 {
		margin:0;
		padding:0px 0 0 10px;
	}
	
   .secondlevel{   
       position:absolute;
	   padding-top: 2px;
       line-height: 16px;
       display: inline;
       z-index: 100;
       text-decoration: none;
	   /*margin-top: 5px;*/
    }

   .secondlevel a{

     text-decoration: none;
     font-size: 11px;
	 font-weight: bold;
     text-indent: 0px;
     color:#59172F;
     display:inline;
     z-index: 100;
    }

   .secondlevel a:hover{     /*hover background color*/
     visibility: visible;
     text-decoration: underline;
     overflow:hidden;
    }

  .secondlevel li {
	display: inline;
  }

  .spacer {
      display:inline;
      font-size:10px;
      margin-left: 3px;
      margin-right: 3px;
   }

   #searchform {
     position:absolute;
     left: 690px;
     top: 0px;
     display: inline;
       background: url(../images/banner.gif) ;
       background-attachment:scroll;
       background-position:top right;
    }

   #txt { 
      min-width: 20px;
      width:90%;       
      position:relative;  
      left: 3px;
      top: 4px; 
      font-size: 9pt;   
   }
   
  #navbar #star{  
      position: absolute;  
      top: 0px; right:0px;
	height: 30px;
      background-color:#5a1534;
   }

highlight {
  background-color:#853358;
}

