		/*   - - - - - - - - - - - - - - - - - - - - - - - - -
			name         : primary.css  (Archive)
			version      : 081029  15:30
			for          : Mid-Central Region Officer Archive
						 : National Model Railroad Assication
			author       : Donald Wilke
			copyright    : (c) 2008 
			validated	 : 21 March 2008; 14:15
		 - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* TAGS  */
 
html    {
	font: medium/1.2em Georgia, "Times New Roman", Times, serif;
	/* size/line height, family*/
    color: #000000;}
      
body     {
	font-size: 100%;
	background: #BDECFF;   /* for MCR Archive – light blue */
	background-attachment: fixed;
	margin: 4px 6px;
	padding: 0px;
	/*min-width: 785px;
	max-width: 1200px;   */    }   

/*  Archive Menu */

              /* Start HEADER  */

header  {
	padding: 0px;
	margin: 0px;
	width: 98%;       }

header_table {
	width: 98%;
	margin: 0;
	border: 0;      }

header_table h1 a {
	color: #0000FF;
	text-decoration: none;      }

img_logo_nmra /* NMRA Logo */  {
	border: none;
	width: 125px;
	padding: 0;
	text-align: center;      }

img_logo_mcr2 /* MCR Logo */  {
	width: 200px;
	padding: 0;
	text-align: center;
	margin: 5px 0px 0 5px;
	background: #2e74c0; /* NNMRA Blue */       }


.img_space /* In Header */  {
	border:none;
	width:auto;
	color: #333333;
	text-align: center;
	padding: 5px;
	margin: 5px;
	vertical-align: middle;       }	
	
             /*  End HEADER  */	


             /*  MAIN BODY  */

h1, h2   {
	font-weight: normal;
	color: #0066FF; 
	display: block;    }

h1  {
	font-size: 170%;
	color: #0000FF;
	text-align: center;
	line-height: 1.3em;  }

h2   { font-size: 130%; }

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #0066FF;
	text-align: center; 
	clear: both;   }

p   {font: medium/1.1em  Georgia, "Times New Roman", Times, serif;
		/* size/line height, font-family*/
	font-size:1.1em;
	color: #000088;  /* dark Blue */
	line-height: 1.4em;
	padding: 5px 0px 1px 10px;  /*top,right,bottom,left */
	margin: 0 10px;
	display: block;
	/* padding: 0 8px 0 5px;   */ }
/*p  {
	font-size: 110%;
	color: #333333;
	display: block;
	padding: 0 8px 0 5px;}*/

p a,
main table a {
	background: #f0e68c;
	color: #222222;
	font-weight: bold;
	text-decoration: none;   }

p a:hover,
#main table a:hover {
	/*background: #FFCCFF;*/
	color: #0000FF;          /* blue */
font-weight: bold;
	text-decoration: none;
} 
main img {
	text-align: center;
}

main     {                         /* awards */
	font-size: 100%; 
	text-align: left;
	margin: 5px 10px;
	padding: 15px;
}

/*  End MAIN BODY  */


/* FOOTER */


footer   {
	background-color: #CCCCCC;  /* gray */
	text-align: left;
	padding: 0px;
	margin: 10px 25px 0px 25px;
	font-size: 85%;
	color: #333333;
	/* color: #dcdcdc; /* light gray */
	clear: left;    }

#revise  {
	font-size: 1em;
	color: black; /* pale golden rod */
	text-align: right;
}

/* End FOOTER */



