     /*   - - - - - - - - - - - - - - - - - - - - - - - - -
          name         : primary.css [MCR_Trial]
		  version      : 080729  15:30
          for          : Mid-Central Region
                       : National Model Railroad Assication
          authors      : Ivan Baugh & Donald Wilke
          copyright    : (c) 2008 
          validated    :  2008; 14:15   NOT
      - - - - - - - - - - - - - - - - - - - - - - - - - - */
		 
		 /* This establishs a set of sans-serf fonts to be used instead of the default computers font
		 	also space between lines and font color */
 
html    {
	font: medium/1.6em  Georgia, "Times New Roman", Times, serif;
	/* size/line height, font-family*/
          color: #000000;   /*black*/
}
      
	  /* Set margin and padding to zero [to correct Internet Explorer 4 (IE4) problems*/

body     {
	font-size: 100%;
	min-width: 790px;  /* Allows the window size to float beteen 790 pixals (px) and 1200 px */
	max-width: 1200px;
	background-color: #F3FBFF;    /*very light blue*/
	padding: 0;
	margin: 0, 1em;
	clear: both;
}   
	
	/* Set weight and padding */ 

h1, h2   {
	font-weight: normal;
	padding: 5px 0px 1px 10px;  /*top,right,bottom,left */
	text-align: center;
}
	
	/* Set font size */

h1       {
	font-size: 170%;
	color: #0000FF;   /*blue*/
}

h2       { font-size: 140%;  }

	/* Re-set font family for main body of text*/

p		{
	font: medium/1.2em Verdana, Arial, Helvetica, sans-serif;
	  	/* size/line height, font-family*/
		
}

/* id */

#header  {
	padding: 2px;
	margin: 11px 5px;  /* top-bottom  right-left */
	display: inline;
	text-align: center;
}

/*#header a {border:none}	
#header a:hover {background-color:#FF66FF}    */

#img_logo_mcr  {
	border: none;
	width: 125px;
	padding: 0;
}

#img_logo_nmra  {
	border: none;
	width: 125px;
	padding: 0;
}
#main {
	clear:left;
	padding: 1em;
	margin: 0, 1.5em, 0, 2em;
}
		
#footer {
		margin: 1em, 2em;
	text-align:left;}
	
#footer p {font: small/1.2em Verdana, Arial, Helvetica, sans-serif;
	  	/* size/line height, font-family*/  }
			
	
#revise {text-align:right;}	

/* class */

	/* indent division name and set color to red and bold */
	
.img_space {border:none;
	width:auto; }	


.div_name	{
	padding: 0, 0, 0, 20px;
	color:#FF0000; /* red */
	font-weight: bold;
	margin: 1.75em, 0, 0, 25em;
	font-size: 1.25em;      }
.p_header {
	font-weight: bold;
	color: #0000FF;
}
			
	/* indent layout name, change font family*/	
	
.layout_name
		{
	padding: 0, 0, 0, 35em;
	font-family: Georgia, "Times New Roman", Times, serif;			}		
.note_small {
	font-size: 60%;
}
.center {
	text-align: center;
}
.important_text {
	color: #FF0033;
}
.italic_text {
	font-style: italic;
	color: #0000FF;
}
.small_text {
	font-size: 85%;
}

