	body { 
		margin: 0px; 
		padding: 0px;
		background: #F4FFE4;
	}
	
	.productTitle {
		font-weight: bold;
		font-size: large;
		/*font: 18px Arial, Helvetica, sans-serif;*/
		line-height:26px;
	}
	.productCutSheetLink {
		text-align: right;
	}
	
	#banner {
		width: 100%;
		z-index : 100;

		/* Properties for the Text */
		/*
		font:24px Arial, Helvetica, sans-serif;
		*/
		font-size: xx-large;
		font-family: sans-serif;
		background-color: #225A33;
		/*
		letter-spacing:.2em;
		line-height:30px;
		*/
		color: #FFCC00;
	}

	#navMenu {
		float: left;
		width:165px;
		}

	#content {
			padding-top: 1em;
			margin-top: 2 em;
			margin-left: 170px;
			margin-right: 150px;
		}
	#contentHeader {
		text-align: center;
		color: #000000;
		font-weight: bold;
		font-size:x-large;
		font-family: sans-serif;
/*		font: 18px Arial, Helvetica, sans-serif;
		line-height:26px;*/
		letter-spacing:0.21em;
	}
	
	#footer
		{
			clear: both;
			padding: 1em;
			text-align: center;
			font-size: small;
		}
		
	#emailLink {
		text-align: center;
		font-size: small;
	}

	/* Formatting for the Menu */
	#navigation td {
		border-top: 1px solid #F4FFE4;
		}
		
	#navigation a {
		color: #FFCC00;
		
		line-height:16px;
		letter-spacing:.1em;
		text-decoration: none;
		display:block;
		padding:8px 6px 10px 20px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		}
		
	#navigation a:hover {
		background: #99CC66;
		color:#993300;
		}
		

