		/*   - - - - - - - - - - - - - - - - - - - - - - - - -
			name         : welcome2.css
						 : NMRA Division 6 Welcome Page
			version      : 080414  13:30
			for          : Division 6, Mid-Central Region
						 : National Model Railroad Assication
			author       : Donald Wilke
			copyright    : (c) 2010 
			validated	 : 20 April 2010
		 - - - - - - - - - - - - - - - - - - - - - - - - - - */    


#wrapper     { /*font-size: 100%;     ** instead of Meun  **  */
          /* background: #000000 url(/AssetFold/BackgroundFold/BG21.png); 
           background-attachment: fixed;    */
           margin: 0px ;
           padding: 0px;   }   
		   
#body	{ margin: 0 5px 0 5px;        /*  Main Body (Replace ??)  */
			padding; 0;
			/*width: 400;*/   }		   

h1      { color: blue;   }

		   
h3		{ font: small/1.1em Tahoma, "Lucida Grande", Arial, sans-serif;  /* News & Notes - Title */
           color: #663300;  /* brown */
		   text-align: center;
		   background: yellow;    }	   

p        { font: small/1.1em Tahoma, "Lucida Grande", Arial, sans-serif;
           color: #663300;  /* brown */ 
		   text-align: left;
		   display: block;   }
		   
p img	{ text-algin: center;  }

#head	{ border-bottom: 1px dotted blue;  }   /* Welcome - divider for main title  */

#sidebar	{
	float: right;               /*  Right Side - Notes & News  */
	/* [disabled]margin: 1px 10px 1px 1px; */
	padding: 0;
	width: 150px;
	background: #ddd  }
			
#sidebar h2       
		 { /*font-size: 100%;  */
		 font: small/1.2em Baskerville, "Times New Roman", Times, serif;
			font-weight: normal; 
			text-algin: center;
           padding: 5px 0px 1px 0px;
           color: blue;  }
		   
#sidebar h2 a 	/* Menu Template */
	{
	color: #ff0000;  /* blue */
	text-decoration: none;  /* no underline */  }
	
#sidebar h2  a:hover 
		{
	color: #663300;       /* red  */
	text-decoration: none;  /* no underline */  }
			
.alignRight
	 	 { text-align: right; }				   
		   


.update	{ font: .6em/1.2em Tahoma, "Lucida Grande", Arial, sans-serif;  /* News & Notes */
           color: #663300;  /* brown */ 
		   padding: 0 3px 0 0;
		   text-align: right;
		   background: #fcc423; }					   
		   
#img_col
		  { position: absolute;
			top: 1px;
			left: 5px;
			z-index: 5;    }
			
#img_model
	    	{ position: absolute;
			top: 400px;
			left: 55px;
			z-index: 20;      }

