/* history nesmcss1.css, MJ Audette */

/* body	defaults */
body
	{font-family: Arial, sans-serif;
         font-size:       12pt;
	margin: 10px;		padding: 5px;
	background-image: url("../../images/nesmbkgnd2.jpg");
	background-repeat: repeat;
	background-attachment: fixed;
        
	
		}
	ul /*{list-style-image: url(images/anchorbullet1.gif);}*/
              {list-style-type: none;}


/* navbar class */
.navbar 
	a { 
		display: inline;
		background: lightgreen;
		border: 2px outset darkblue;
		padding: 2px;
		font-size: 10pt;
		text-decoration: none;
	
		}
	
	
		
	


/* headerbox class--table styling */
.headerbox
	{position: relative;
			
		/*text-align: center;*/}
	table	{ table-layout: fixed;
			width: 90%; /*550px;*/
			left: 5%;  right: 5%;}
	td, th	{ width: /*30%;*/ 
			z-index: 3;
			}

/* contentbox class */
.contentbox
		{position: relative; 
			display: block;
			margin: 1em;
                  overflow: auto;
			
			/*float:	right;*/
                        background-image: url("Hx_images/contentback1.gif");
                        background-repeat: repeat-y;
	                z-index:  5;
		border: 4px outset green;
		padding: 2px;
		font-size: 12pt;
		width: /*550px;*/ 90%;
                z-index: 5;
			}
	  
		a { 
		display: inline;
		background: lightgreen;
		border: 2px outset darkblue;
		padding: 2px;
		font-size: 10pt;
		text-decoration: none;
	
		}
            
	





	
/*id declarations */
 #text_center	 {text-align: center;}
#float_left	{float:left;	margin: 0.25em}
#float_right	{float: right;	margin:	0.25em}
#fixed		{position: fixed;  margin: 0.25em;}
#clear_right	{clear: right;			}
#clear_left	{clear: left;}
#text_right	{text-align:	right;}







