@charset "UTF-8";
	/*   - - - - - - - - - - - - - - - - - - - - - - - - -
			name         : blank_temp.css
			version      : 080615  15:30
			for          : Division 6, Mid-Central Region
						 : National Model Railroad Assication
			author       : Donald Wilke
			copyright    : (c) 2008 
			validated	 : 21 March 2008; 14:15
		 - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* code */
html    {
	font: small/1.6em "Trebuchet MS", Verdana, Arial, sans-serif;
		/* size/line height, family*/
    color: #dcdcdc;
}
      

body     {
	background-attachment: fixed;
	background-image: url(/AssetFold/BackgroundFold/Division6_BG.png);
	font-size: 100%;
	margin: 0px 0px;
	padding: 0px;
	max-width: 1200px;
	min-width: 800px;
		     }   
		   
h1, h2   {
	font: medium/1.4em normal Baskerville, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 8px 0px 10px 10px;
	/*border-bottom: thin dotted #eee8aa;*/
	color: #000063; /* blue */
	display: block;
	
}

h1       {
	font-size: 170%;
	text-align: center;
	color: #0066FF;
}

h2       {
	font-size: 150%;
	text-align: center;
           /*color: #dcdcdc;  /*light gray*/ }
em {
	color: #666666;
}

p        {
	font-size: 100%;
	color: #000066;  /* blue */
	display: block;
	padding: 0 10px 0 10px;          }

/* id  */

#header  {
	padding: 10px;
	margin: 11px 5px;  /* top-bottom  right-left */
	display: inline;   }
		   
#header img {
	margin: 0 25px 0 auto;
	vertical-align: middle;
	border: 0;
	padding: 0 auto 0 0;
}			   
#header p {
	font-family: Baskerville, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #663300;
}
#img_logo_div6  {
	border: none;
	width: 140px;
	padding: 0;
}
#img_logo_mcr  {
	border: none;
	width: 100px;
	padding: 0;
	text-align: center;
}

#main_body {
	margin: 0;
	padding: 0;
}

/* class */

.bold	 { font-weight: bold;     }
			
.img_space {
	border:none;
	width:auto;
	text-align: center;
}	
.center {
	text-align: center; }
	
.black_boarder {
	border-color: #000000;
	border-width: 10px;
}
	
			
.indent		{ text-indent: 2em;   }

.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;
}
#footer   {
	background-color: #808080;  /* gray */
	text-align: center;
	padding: 0px;
	margin: 20px 75px 0px 75px;
	font-size: 80%;
	color: #bbb; /* light gray */
	clear: left;
}

#footer span {
	font-size: .8em;
	color: #eee8aa; /* pale golden rod */
	text-align: right;
}
.italic_text {
	font-style: italic;
}
.important_text {
	color: red;
}
.cross_out_text {
	text-decoration: line-through;
}
em {
	font-style: italic;
	color: #0000FF;
}

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