body		{	
	
	font-family: arial;
	font-size:14px;
	background-color:#d1d4d6;
	text-align	: center;
	}
div#container
	{
	margin-left: auto; 
	margin-right: auto;
	width	: 900px;		
	} 

#mainTable	{
	/* position	: absolute; */
	/* top			: 10px; */
	/* left		: 160px; */
	width		: 900px;
	border		: 1px solid black;
	background-image : url("/images/ch15.jpg");
	height		: 796px;
	overflow	: visible;
	}
#headerDiv	{
	/* position	: absolute; */
	/* top			: 10px; */
	/* left		: 100px; */
	width		: 800px;
	height		: 400px;
	padding-top : 10px;
	}
#logoImg	{
	margin-right: 10px;
	}
#navTD		{
	/* position	: absolute; */
	/* top			: 96px; */
	/* left		: 60px; */
	width		: 100px;
	height		: 710px;
	background-color:white;
	}
.navBtn		{
	border		: red solid 2px;
	height		: 100px;
	}
#contentTD	{
	/* position	: absolute; */
	/* top			: 110px; */
	/* left		: 260px; */
	width		: 700px;
	height		: 696px;
	padding : 10px;
	background-color : #cccccc;
	border		: 1px black solid;
	visibility	: visible;
	}
.grBkgd	{	background-image:url("/images/ch15.jpg");}
.outline	{	border-color:black;
				border-style:solid;
				border-width:1;
				font-size:14px;
			}
.ltGry	{	background-color:#d1d4d6; }
.subHeader	{	font-size:18px;
					font-weight:bold;
				}
.btnTxt	{
	color		: white;
	font-size	: 16px;
	font-weight	: bold;
	/* border-color: red;	*/
	/* border-style: solid;	*/
	/* border-width: 1px;	*/
	width		: 140px;
	text-align	: center;
	height		: 30px;
	padding-top	: 6px;
	padding-left: 12px;

	}
