     /*   - - - - - - - - - - - - - - - - - - - - - - - - -
          name         : master.css [MCR WEB Site]
		  version      : 080920  15:30
          for          : Mid-Central Region
                       : National Model Railroad Assication
          author       : Donald Wilke
          copyright    : (c) 2008 2009
          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 */
			
/* TAGS */
 
html    {
	font: medium/1.2em Georgia, "Times New Roman", Times, serif;
	/* size/line height, font-family*/
    color: #000000;   /*black*/ 
	margin: 0;
	padding: 0;    }
      
	  /* Set margin and padding to zero [to correct Internet Explorer 4 (IE4) problems*/

body     {
	font-size: 100%;
	background-color: #F3FBFF;    /* very light blue for MCR Site */
	padding: 0;
	margin: 4px 10px;
}   
	
	/* Set weight and padding */ 
	
/* Start HEADER  */

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

#header h1 {
	background-color:#2E74C0;
	color: #EEE;
	padding: 38px 0;
	margin: 0;
	border-radius: 10px;
}

#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_mcr /* MCR Logo */  {
	width: 200px;
	padding: 0;
	text-align: center;
	margin: 0px;
	margin-top:3px;
	background: #2e74c0; /* NNMRA Blue */  }
	
#img_logo_mcr2 {
	width: 125px;
	padding: 0;
	text-align: center;
	margin: 0px;
	background: none;
}

.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;
	padding: 5px 0px 1px 10px;  /*top,right,bottom,left */
	text-align: center;
	line-height: 1.3em;
}

/* Set font size */

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

h2   { font-size: 140%; }

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

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


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 */
	display: block;
	/* padding: 0 8px 0 5px;   */ }

p a {
	background: #abe5ff;
	font-weight: normal;
	text-decoration: none;
}

p a:hover {
	background: #FFCCFF;
	color: #FF0000;
	font-weight: normal;
	text-decoration: none;
}

#main,
main  {
	font-size: 100%; 
	text-align: left;
	margin: 5px 10px;
	padding: 15px;
}

#footer /*  End MAIN BODY  */



/*pdf Button */

a[href$='.pdf'] {
	background:#2E74C0;
	color:#EEE;
	border: 1px solid #00E;
	font-weight:bold;
	text-decoration:none;
	border-radius: 5px;
	text-align:center;
}

a[href$='.pdf']:hover {
	background:#0CF;
	
}

/* a[href^='mailto:']   */

/* ENDS Button   */

/* FOOTER */

 /*   {
	background-color: #CCCCCC;  /* gray */
	/*clear: both;
	margin: 20px 75px 5px 75px;
}*/
	
#footer p {
	text-align: center;
	padding: 5px;
	font-size: 0.9em;
	color: #000066; /* light gray */
}


#footer span {
	font-size: .8em;
	color: #eee8aa; /* pale golden rod */
	text-align: right;
}

#revise {text-align:right;}	

/* End FOOTER */
		

/* TEXT MODIFIERS */

.bold_text 		{font-weight: bold;}

.center_text	{text-align: center;}


.important_text {color: #FF0000;}

.italic_text 	{font-style: italic;}

.line_through {text-decoration: line-through;
		color:#AAA;   }

.setback 		{padding: 0 1.5em 0 2em;}

.person 		{color: #FFFF00;}


.black_boarder {
	border: 10px solid #000000;  }

.clinic_title {
	font-style: italic;
	color: #FF66FF;     }

/* End TEXT MODIFIERS */

/*  Button  */

/* Buttons */

main a[href$='.html'],
#main a[href$='.html'],
a[href$='.pdf'],
a[href$='.doc'],
a[href^='mailto:'],
main a[href^='http://'],
#main a[href^='http://'],
main a[href^='https://'],
#main a[href^='https://'],
a[href^='http://']  {
	background:#2E74C0;
	color:#EEE;
	border: 1px solid #00E;
	padding: 2px 6px;
	margin: 4px;
	font-weight: bold;
	text-decoration:none;
	border-radius: 8px;
	text-align:center;
	box-shadow: 4px 6px 8px #999999;        }

main a[href$='.html']:hover,
#main a[href$='.html']:hover,
a[href$='.pdf']:hover,
a[href$='.doc']:hover,
a[href^='mailto:']:hover,
main a[href^='http://']:hover
#main a[href^='http://']:hover {
	background:#0CF;
	box-shadow: 6px 8px 10px #aaaaaa;     }


.new_page{}	
	
/* ENDS Button   */

/*#main_no_table a  {
	background:#2E74C0;
	color:#EEE;
	border: 1px solid #00E;
	padding: 2px 6px;
	font-weight: bold;
	text-decoration:none;
	border-radius: 8px;
	text-align:center;
	line-height:1.5em;
	box-shadow: 4px 6px 8px #999999;        }

#main_no_table a:hover {
	background:#0CF;
	line-height:1.5em;
	box-shadow: -4px -6px 8px #aaaaaa;     }*/

/*   END Button   */	
	

/* 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;      }
			
	/* 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%;  }
	
.round_image {border-radius: 50%;}	
