body {background-image:    url(../graphics/bpole.jpg);
      background-repeat:   repeat-y;
      background-position: top left;
      background-color:    #D98887; /* yellowish */
   /*   background-color:    #8470FF; /* LightSlateBlue */
      padding:             0; 
      border:              0; 
      margin:              0;          
     }
       
#topbar {position:  absolute; 
         left:      128px; 
         top:       0; 
         height:    100px;  
         width:     819px;
         text-align: center;
         background-image:    url(../graphics/BridgerMountains.jpg);
         background-repeat:   no-repeat;
         background-position: center center;      
        }
          
#logo    {position:			   absolute; 
          left:                0; 
          top:                 0; 
          width:               128px; 
          height:              100px;
          padding-top:         5px; 
          text-align:          center; 
          background-image:    url(../graphics/bmhlogo120.gif);
          background-repeat:   no-repeat;
          background-position: center center;      
         }                          
             
              
#sidebar {position:   absolute; 
          left:       0; 
          top:        100px;
          width:      128px;
          text-align: center;
         }       


#content {position:   absolute;  
          top:        100px;
          left:       128px; 
          width:      800px;
          padding:    5px;
          margin-top: 10px;            
         }

.boxcolumn
	{ 
	position:  relative;
	float: left;
	width: 50%;
	}
	
/* Common Box Properties */           
.linkblock, .linkblockwide   {
            position:     relative;
             font-family:   sans-serif;            
             min-height:    200px;
             padding:       0.5em;
	         margin-top:    0.5em;
	         margin-bottom: 0.5em;
             border:        solid .2em #952F2D;  /* Was saddlebrown. */
	         background:    #FCD4D3;    /* Was navajowhite. */
            }  
            
/* One-column box */               
.linkblock   {
             width:         90%;
             max-width:     400px;
            }     
               
  div.linkblock a:link    {color: saddlebrown; } 
  div.linkblock a:visited {color: chocolate; } 
  div.linkblock a:hover   {color: indianred; } 
                   
  .linkblock > img {             
    float:  left;
    margin-left: auto;
    margin-right: auto 
    }
               
/* Two-column (Wide) box */               
.linkblockwide   {  
            width:         95%;
            clear:          both;
            }     

  div.linkblockwide a:link    {color: saddlebrown; } 
  div.linkblockwide a:visited {color: chocolate; }
  div.linkblockwide a:hover   {color: indianred; }
                   
  .linkblockwide > img {             
    display: block;
    margin-left: auto;
    margin-right: auto 
    }



.newwin {position:  absolute; 
         left:      150px; 
         top:       0; 
         text-align: left;
        }
          
          
#bottombox {
            clear: both;  /* Forces div to move beyond float elements */
            } 
          
.bottom_nav {position:      relative;
             font:          small sans-serif; 
             text-align:    center;
             border-top:    2px groove; 
             border-bottom: 2px groove;
             padding:       3px; 
             display:       block;
            }     
               
div.bottom_nav a:link    {color: black;   }
div.bottom_nav a:visited {color: blue;}
div.bottom_nav a:hover   {color: purple;  }
div.bottom_nav a:active  {background-color: red; color: black;}                    

.footer { position: relative; 
            font: x-small sans-serif italic; padding: 5px; 
        }
           

