/*   CSS Style Sheet for Montana Association For the Blind by Thomas Tivnen 1/01/2022   */

/*  Aria code  */
header, nav, main, footer, article, section, aside {
		display:block; 
		width: auto;										
		margin: auto;
		position: relative;									
		padding: 10px; 
    }


/*   Aria code   */
#hideme   {
		  Text-decoration: none;
		  color: #fff;
          }					

body  {   
       
		margin: 0;
                background-image: url("../images/parkcity.jpg");        
                font-family: Verdana, Geneva, sans-serif;
                font-size: 14pt;
                color: #000;
                text-align: left;              
           }


.slogan     {   font-family: Lobster; letter-spacing: 2px; font-size: 18pt; padding: 5px; }



nav      {    font-size: 14pt; margin: 15px 15px 20px 5px; font-weight: bold;    }

nav a:link             {   color: #000000; text-decoration: none;     }
nav a:visited           {  color: #000000; text-decoration: none;    }
nav a:hover             {  color: #ffffff; background: #99a0d1       }
nav a:active            { text-decoration: none; color: #552700;    } 


.logo2  {
	margin-top: 10px;
}


/*   previous height before adding new tab link to secondary was 325px   */

#secondary    {
		width: 290px;
		height: auto;
		background-color: #E6E6FA;  
		color: #000;
		margin: 20px;
		float: left;
		border: 3px solid #000;	
		Text-decoration: none;					
              }

#secondary table tr td   {
				padding: 10px 5px 0 5px; 	 
				font-size: 14pt;
			}


