	body	{
		color: #00000; 
		background-color: white; 
		background-image: url("images/background.jpg"); 
		margin: 0px; 
		font-size: 14px;
		font-family: Tahoma;
	}
	
	.scallopedLeft	{
		background-image: url("images/scallopedLeft.png"); 
		background-repeat: repeat-y; 
		padding-left: 33px; 
		position: relative; 
		left: 0; 
		width: 33px; 
		float: left;
		height: 100%;
		min-height: 800px;
		padding-right: 0px; 
	}
	
	.scallopedRight	{
		background-image: url("images/scallopedRight.png"); 
		background-repeat: repeat-y; 
		padding-right: 33px; 
		position: relative; 
		right: 0; 
		width: 33px; 
		float: right;
		min-height: 800px;
		padding-right: 0px; 
	}
	
	.grossgrain	{
		background-image: url("images/grossgrainHeader.png"); 
		background-repeat: repeat-x; 
		position: relative; 
		width: 100%; 
		right: 0; 
		left: 0; 
	}
	
	.content	{ 
		background-color: white; 
		margin-right: 0; 
		margin-left: 0; 
		padding-right: 15px; 
		padding-left: 15px; 
		position: relative; 
		right: 0; 
		left: 0; 
		text-align: left;
		vertical-align: top;
		width: 100%;
		margin-top: -5px;
		top:0px;
	}
	
	.seal	{ 
		margin-left: 20px;
	}
	
	
	
	.rightSide	{ 
		background-image: url("images/rightSide.png"); 
		background-repeat: repeat-y; 
		position: relative; 
		right: 0; 
		width: 33px; 
		float: right; 
		height: 281px;
		margin-right: 33px;
	}
	
	.leftBoxTop	{ 
	  font-size: 18px; 
		background-image: url("images/leftBoxHeader.png"); 
		background-repeat: no-repeat; 
		height: 77px;  
		padding-top: 25px; 
		padding-right: 5px; 
		padding-left: 30px; 
		width: 189px; 
		word-wrap: break-word;
	}
	
	.leftBoxBody	{ 
		font-size: 12px; 
		background-image: url("images/leftBoxBody.png"); 
		background-repeat: repeat-y; 
		padding-right: 5px; 
		padding-left: 5px; 
		width: 189px; 
		word-wrap: break-word;
	}
	
	.leftBoxBottom	{
			background-image: url("images/leftBoxBottom.png"); 
			background-repeat: no-repeat; 
			width: 189px;
		}
	
	.boxText	{
		font-size: 12px; 
		padding-right: 0px; 
		padding-left: 15px;
		width: 155px;
	}
	
	.menu	{
		background-image: url("images/menu.png"); 
		background-repeat: no-repeat;
		margin-bottom: -5px;
	}
	
	
	.footer	{
		font-size: 11px;
		text-align: center;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.search {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	float: right;
	}
