@charset "utf-8";
	/* CSS Document */

	body  {
				font: 100% "Columbus MT", Roman, serif;
				background:white;
				margin: 0; 
					/* it's good practice to zero the margin and padding of the body element 
					to account for differing browser defaults */
				padding: 0;
				text-align: center; 
					/* this centers the container in IE 5* browsers. The text is then set 
					to the left aligned default in the #container selector */
				color: #000000;
				}
		
	#container 	{
				/* Used in laystaff-edit2.php */ 
				width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
				background: #FFFF99;  /*#FFFFFF;*/
				margin: 15px auto; /* the auto margins (in conjunction with a width) center the page */
				/*padding-left:20px;*/
				border: 1px solid #000000;
				text-align: left; /* this overrides the text-align: center on the body element. */
				} 

	#sidebar1 {
				float: left; /* since this element is floated, a width must be given */
				width: 170px; /* the actual width of this div, in standards-compliant browsers, 
					or standards mode in Internet Explorer will include the padding and border in addition to the width */
				background: #e2e3de;/* #FFFF99;  /*#EBEBEB;*/ 
					/* the background color will be displayed for the length of the content in the column, but no further */
				/*padding: 15px 10px 15px 20px;*/
				padding:0 20px 15px 20px;
				}
	#sidebar img
				{
				margin-left:-20px;	
				}

	.clearfloat { 
				/* this class should be placed on a div or break element and should be the final 
					element before the close of a container that should fully contain a float */
				clear:both;
				height:0;
				font-size: 1px;
				line-height: 0px;
				}
				
	.main		{
				width: 900px;
				background-color: #CCFF99 ;		/* #99FFCC  is a darker green & more blue */ 
				margin: 10px auto 0px 30px;		/* border: red solid 2px; */
				padding: 0 0 0 30px
				}
				
	.showname	{
				margin:0 0 10px 0;
				}
				
	.note		{
				padding:0;
				margin:0 0 0 50px ;
				}
				
	.tailpiece	{
				clear:both;
				background-color:black;
				color:white;
				text-align:center;
				font-size: 9pt;		
				margin:5px 0;
				padding:5px;
				}
				
	.copyrt		{padding:5px 0;
				color:red;
				font-weight:bold;
				}	
	
	.label		{
				color:blue;
				font-style:italic;  
				}			
				
	.label2		{
				color:blue;
				font-style:italic;
				margin-left:25px;
				}
					
	.id2		{
				font-size:70%;  
				color:black;  
				margin:0 5px 0 0; 
				width:105px; 
				padding:0; 
				display:inline;
				/* border:thin #FF0000 solid; */
				}   
				
	.id2 a		{
				text-decoration:none;
				}
	
	.title			
				{
				font-size: 24px;
				font-style: italic;
				font-weight: bold;
				margin-top: 15px;
				color: #90200A;
				}
			
	#entry	
				{
				margin:auto;
				width:750px;
				border:2px solid red;
				padding:25px 15px;
				background-color:#FFFF99;   /*#8DE4F3;  anice blue blue*/
				}
	.table1
				{
				width:700px;
				margin:auto;
				text-align:left;
				}
					
	.table3		
				{
				width:100%;
				margin:0 auto;
				text-align:center;
				}			
	.table3 td		
				{
				width:33%;
				}
	#header
				{ 
				background: #000000; 
				padding: 0 0 15px 0;  
				color:red;
				text-align:center;
				} 
	#header table
				{
				width:95%;
				margin: 0 auto;
				border: none;
				}
	#header h1 
				{
				margin: 0 20px 0 20px; 
				padding: 10px 0; 
				font-weight:normal;
				text-transform:uppercase;
				}
		
	.main2		
				{
				width:940px;
				/*border:thin red solid;*/
				background:#FFFF99;
				margin: 0 auto;
				/*margin-bottom: 15px;*/
				text-align:left;
				padding: 0 20px 0px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
				border-bottom: white solid 15px;
				}
	#mainContent 
				{ 
				width:940px;
				border-top:white solid 10px;
				/*border:thin red solid;*/
				/*margin-top: 10px;*/
				background:#FFFF99;
				margin: 0 auto;
				text-align:left;
				padding: 0 20px 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
				} 
		
	#mainContent2
				{
				width:510px;
				border:thin #FFFF99 solid;
				background:#FFFF99;
				margin: 0 0 0 205px;
				text-align:left;
				padding: 0 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
				}
				
	#mainContent2 p
				{
				text-align:justify;
				}
				
	#footer 
				{ 
				background: #000000; 
				/* width:100%; */
				margin: auto;
				margin-top:15px;
				padding: 10px 20px;  
				color:red;
				clear:both;
				}
			 
	#footer p 	
				{
				margin: 0; /* zeroing the margins of the first element in the footer will 
							avoid the possibility of margin collapse - a space between divs */
				padding: 10px 0; /* padding on this element will create space, 
							just as the the margin would have, without the margin collapse issue */
				}	
	
	.redx		{color:red;}
	.bluex		{color:blue;}
	.whitex		{color:white;}
	
	/* Needed in laystaff-index-show.php */
	.panel_1	{
				width:750px;
				/*border:red solid thin;*/
				border-top:solid #ffff99 10px;
				margin: 0 0 0px 30px;
				padding:0;
				text-align:left;
				}
			
    .panel_2	{
				width:725px;
				/*border:blue solid thin;*/
				margin: 0 0 0px 50px;
				padding:0;
				text-align:left;
				}
	h3			{color:blue;}				

	/* eof */