@charset "UTF-8";
	/*   - - - - - - - - - - - - - - - - - - - - - - - - -
			name         : blank2temp.css
						 : ** 2010 Version **
			version      : 080615  15:30
			for          : Division 6, Mid-Central Region
						 : National Model Railroad Assication
			author       : Donald Wilke
			copyright    : (c) 2010 
			validated	 : 21 March 2008; 14:15
		 - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* code */

html    {
	font: small/1.8em Georgia, "Times New Roman", Times, serif;
		/* size/line height, family*/
    color: #dcdcdc;        }
      

body     {
	background-attachment: fixed;
	background-image: url(/AssetFold/BackgroundFold/Division6_BG.png);
	font-size: 100%;
	margin: 0px 10px;
	padding: 0px;      }     /* removed max/min width */   
	
/* HEADER Start */  /* Same as primary2  */

#header  {
	padding: 0px;
	margin: 0px;  /* top-bottom  right-left */
	display: inline;   
	width: 98%;     }	
	
#header_table {
	width: 98%;
	margin: 0;
	border: 0;     }
				   

#img_logo_div6  {     /* Division 6 Logo */ 
	border: none;
	width: 139px;
	padding: 0;
	text-align: center;    }

#img_logo_mcr   {       /* MCR Logo */
	border: none;
	width: 139px;
	padding: 0;
	text-align: right;
	margin: 5px 0px 0 5px;    }


.img_space  {           /* In Header */
	border:none;
	width:auto;
	text-align: center;
	padding: 5px;
	margin: 5px;
	vertical-align: middle;    }	
	
#header p {            /* added - line undr header  */
	font-family: Baskerville, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #663300;
	text-align: center;      }
	
/* HEADER End */

		   
/*  MAIN BODY  */

/* Tags */

		   
h1, h2   {
	font-weight: normal;
	padding:  0px 0px;
	color: #000066; /* drark blue */
	display: block;
	text-align: center; 
	line-height: 1.4em;    }

h1       {
	font-size: 170%;
	font-weight: bold;
	line-height: 1.5em;      }

h2       {
	font-size: 140%;   }

/*em {color: #666666;        }*/
em {
	font-style: italic;
	color: #0000FF;      }

p        {
	font-size: 110%;
	color: #663300;  /* light brown */
	display: block;
	padding: 0 10px 0 10px;
	text-align: left;
	background-color: #FFFFD1;  /* pale yellow*/    }
	
p a 	/* Menu Template */
	{color: #0000EE;  /* blue */
	text-decoration: none;  /* no underline */  }
	
p  a:hover 
		{
	color: #EE0000;       /* red  */
	text-decoration: none;  /* no underline */ }
/* id  */


#main     {
	font-size: 100%; 
	text-align: left;
	margin: 5px 10px;
	padding: 10px;
	/*clear: left;  */   }
	
#main_body {
	/*clear: left;*/
	padding: 0px;  }

	
/* FOOTER */

#footer   {
	text-align: center;
	padding: 0px;
	margin: 20px 75px 0px 75px;
	font-size: 80%;
	clear: left;    }
	
#footer p  {
	background-color: #eeeeee;  /* gray */
	color: #000022; /* light gray */       }

#footer span {
	font-size: 0.9em;
	color: #0000EE; /* pale golden rod */
	text-align: right;        }
			  
/* End FOOTER */


/* class */
		
.img_space {
	border:none;
	width:auto;
	text-align: center;   }
	
.black_boarder {
	border-color: #000000;
	border-width: 10px;   }

.phototitle {
	clear: left;
	font:  1em/large Georgia "Times New Roman", serif !important;
	color: #0000FF;
	width: 600px;
	text-align: center;
	font-size: 1.2em;   }

.ptitle {
	font-family: Baskerville, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #663300;       }

/* TEXT Start */

.bold	 { font-weight: bold;     }

/*.center {text-align: center; }*/
.center_text {text-align: center; }

.cross_out_text {text-decoration: line-through;     }

.important_text {color: red;  }

.indent_text		{
	text-indent: 3em;
	padding: 2px 0 2px 0;
}

.italic_text {font-style: italic;  }



/*.italic		{font-style: italic;   }
.importantText
			{ color: red;  }*/
