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

body     {
	font-size: 100%;
	background: #000000 url(/AssetFold/BackgroundFold/BG21.png);
	background-attachment: fixed;
	margin: 0px 0px;
	padding: 0px;
	min-width: 800px;
	max-width: 1200px;
}   

h1, h2   {
	font-weight: normal;
	padding: 8px 0px 2px 10px;
	border-bottom: thin dotted #eee8aa;
	color: #eee8aa; /* pale golden rod */
	display: block;
}

h1       {
	font-size: 170%;
}

h2       { font-size: 130%;
           /*color: #dcdcdc;  /*light gray*/ }
em {
	color: #FFFF00;
}

p        {
	font-size: 100%;
	color: #dcdcdc;  /* light gray */
	display: block;
	padding: 0 10px 0 10px;
}
p a {
	color: #0099FF;
	font-weight: bold;
	font-size: 1.2em;
}
		   
	/* id  */

#header  {
	padding: 10px;
	margin: 11px 5px;  /* top-bottom  right-left */
	display: inline;
}
		   
#header img {
	margin: 0 25px;
	vertical-align: middle;
	border: 0;
}		   

#main     {
	font-size: 100%;
	background-color: #000000; /* black background */
	text-align: left;
	margin: 5px 0px;
	padding: 15px;
}
#mainheader {
	clear: left;
}

#main_nav,
#main_nav2 {
	font-size: 100%;
	background-color: #000000; /* black background */
	text-align: left;
	margin: 0px 10px 10px 225px;
	padding: 20px 15px 15px 15px 15px;}

#main_nav2 p a {
	color: #0099FF;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;    }

#footer   {
	background-color: #808080;  /* gray */
	text-align: center;
	padding: 0px;
	margin: 20px 75px 0px 75px;
	font-size: 80%;
	color: #dcdcdc; /* light gray */
	clear: left;
}
#footer span {
	font-size: .8em;
	color: #eee8aa; /* pale golden rod */
	text-align: right;
}
.footer_date  {
	font-size: .8em;
	color: #eee8aa; /* pale golden rod */
	text-align: right;
}
			   

#temp	  { background-color: #675c47; /* chocolate */
			color: #efe5d0;            /* light brown */
			text-align: left;
			padding: 15px;
			margin: 10px 5px;
			font-size: 125%;
			clear: left;      }


#temp2	  {
	background-color: #a7cece;
	color: #444;            /* light brown */
	text-align: left;
			padding: 15px;
	margin: 10px 5px;
	font-size: 125%;
	clear: left;
	font-family: Georgia "Times New Roman", serif;
	font-style: normal;
	line-height: 1.375em;
	font-weight: normal;
	font-variant: normal;
}
.center {
	text-align: center;
}
.clinic_title {
	font-style: italic;
	color: #FF66FF;
}
.setback {
	padding: 0 1.5em 0 2em;
}
.person {
	color: #FFFF00;
}

.italic_text {
	font-style: italic;
}
.important_text {
	color: red;
}
.cross_out_text {
	text-decoration: line-through;
}
em {
	font-style: italic;
	color: #33CCFF;
}
.highlight_text {
	color: #FF0000;
	font-size: 150%;
}
