/* @override 
	http://www.creativemindsmusic.com/CMMindex.css
	http://www.stanowenjr.com/CMMindex.css
*/

/* Experimenting with problem in BBEdit and Cyberduck where css file is changing names */

			body 
		    {
			   font-family: sans-serif;
			   /* background-image: url(images/ENotes4.gif); */
			   background-image: url(images/ENotes6.png);
			   background-color: #FFFFFF;
			   color: #000000;
			}
			

			div.c1
			{
				text-align: left;
				display: block;
				position: fixed;
				top: 18em;
				 float: left;
				left: 0.5em;
				list-style-type: square;
			    font-family: 'Droid Serif', arial, serif;
			    font-style: italic;
			    font-size: 1em;
			    text-shadow: 6px 6px 10px #666;
			}
					
			div.c5 
			{ text-align: center;
			  margin-top: auto;
			  margin-bottom: auto;
			}
			
			div.largerErrorText { font-size: x-large; }
			

			table
			{ 
				display: table;
				margin-left: auto;
				margin-right: auto;
				margin-top: auto;
				margin-bottom: auto;
				border-left: 0px;
				border-top: 0px;
				border-right: 0px;
				border-bottom: 0px;
				/* width: 80%; */
				/* max-width: 900px; */
			}
			
			CAPTION         { display: table-caption; 
							  text-align: center;
							  font-style: italic
							}
							
			THEAD           { display: table-header-group }
			TH              { font-weight: bolder; text-align: center ;
			                  color: #FFFFFF; background-color: #000099 } /* was #004080 */
			TBODY           { display: table-row-group }
			TR              { display: table-row }

			TFOOT           { display: table-footer-group }
			COL             { display: table-column }
			COLGROUP        { display: table-column-group }
			TD              { border-collapse: separate; border-spacing: 8px; 
							  background-color: #DDDDDD; 
			                  font-family: sans-serif } 

            /* table table { width: 100% } */
 
			td.firstcolumn { text-align: left }            
            
            td.c6
            {
	            color: #444444; 
                /* background-color: transparent; */
                font-style: italic;
			   	text-align: center;
			}
			
			p.c10
			{
				color: #444444;
				margin-left: auto;
				margin-right: auto;
				border-left: 0px;
				border-top: 0px;
				border-right: 0px;
				border-bottom: 0px;
				/* background-color: transparent; */
				font-style: italic;
				text-align: center;
			}
			
	/*		td td 
	        { border-collapse: separate;
	          border-spacing: 8px; 
	          background-color: #DDDDDD;
	        }
	*/
	
    /*        div c5 td { border-collapse: separate; border-spacing: 8px; background-color: #DDDDDD;
	                 font-family: sans-serif } */

            /* Google Font Header */
			h2.c2
			{
			    display: table; 
				margin-left: auto;
				margin-right: auto;
				padding-top: .5em;
				border-left: 0px;
				border-right: 0px;
				border-bottom: 0px;
			    font-family: 'Droid Serif', arial, serif;
			    font-size: 2em;
                text-shadow: 6px 6px 6px #aaa;
			    text-align: center
			}

            /* Short Horizontal Rule */			
			hr.c9 
			{
	            width: 20%; 
			    height: 5px;
			    margin-top: 3em; 
			    color: #000000; 
			    background-color: #DDDDDD;}
			
			a:hover { color:DarkCyan; }
