		/*   - - - - - - - - - - - - - - - - - - - - - - - - -
			name         : welcome.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) 2008 
			validated	 : 20 March 2008; 14:15
		 - - - - - - - - - - - - - - - - - - - - - - - - - - */    

/*html    { font: small/1.6em "Trebuchet MS", Verdana, Arial, sans-serif; 
                /* size/line height, family*
          color: #dcdcdc; }     /* Light Gray */
      

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

h1, h2, h4   { font: small/1.2em Baskerville, "Times New Roman", Times, serif;
			font-weight: normal; 
			text-algin: center;
           padding: 5px 0px 1px 0px;
           /*border-bottom: thin dotted #eee8aa;*/
           /*color: #eee8aa; /* pale golden rod */
           display: block; }

h1, h4       {
	font-size: 160%;
	font-weight: bold;
	color: blue;
	border-bottom: black 2px;
	text-align: center;
}

h2       { font-size: 150%;
           color: blue;  }
		   
h3		{  font: small/1.1em Tahoma, "Lucida Grande", Arial, sans-serif;
           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;  }

#sidebar	{ float: right;
			margin: 0;
			padding: 1px;
			width: 150px;
			background: #ddd }
			
#sidebar h2       
		 { font-size: 100%;
           color: blue;  }
		   
#footer	  { margin: 0;
			padding: 0; 
			text-align: left;      }
			
#footer p  {			
			font: .7em/1.2em Tahoma, "Lucida Grande", Arial, sans-serif;
            color: #FF9900;  /* golden */    }
			
.alignRight
	 	 { text-align: right; }				   
		   
.bold	 { font-weight: bold;     }

.italic		{font-style: italic;   }

.importantText
			{ color: red;  }
			
.indent		{ text-indent: 2em;   }

.update		{ font: .6em/1.2em Tahoma, "Lucida Grande", Arial, sans-serif;
           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;      }
