	
	
	#subNav
	{
		width: 196px;
		height: 350px;
		float: left;
	}
	
		ul
		{
			margin-top: 35px;			
		}
	
			li
			{
				font-style: normal;
				font-size: 10px;
				font-family: Arial, Helvetica, Verdana, sans-serif;
				text-align: right;
				list-style-type: none;
				line-height: 1.3em;
				padding: 0px 10px 0px 0px;
			}
	
			
			#contact a
			{
				color: #000000;
				text-decoration: none;
			}
			
			#contact a:hover
			{
				color: #b8b17d;
			}
			
			
			#email
			{
				color: #f2fcd9;
				background-image: url(../images/arrow.gif);
				background-position: right 4px;
				background-repeat: no-repeat;
			}
			
					
	
	#content
	{
		width: 398px;
		height: 350px;
		float: left;
	}
		
		#subhead
		{
			display: block;
			height: 50px;
			width: 300px;
			margin: 100px 70px 0px 10px;		
		}
	
		#body
		{
			margin: 0px;
		}
			
	
	#row1, #row2, #row3, #row4
	{
		clear: left;
	}
	
	.left
	{
		padding: 4px 0px 0px 0px;
		margin: 0px;
		text-align: right;
		font-style: normal;
		font-size: 10px;
		font-family: Arial, Helvetica, Verdana, sans-serif;
		line-height: 12px;
		color: #a11204;
		width: 100px;
		float: left;
	}
	
	.right
	{
		padding: 0px;
		margin: 0px;
		font-style: normal;
		font-size: 10px;
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-color: cccccc;
		line-height: 12px;
		float: left;
	}
	
	input.inputText, textarea
	{
		border: 1px #d8cfae solid;
		margin: 0px 0px 5px 10px;
		padding: 3px;
		width: 230px;
		background-color: #f4fee3;
		border-color: #e5dfb0;		
	}
	
	input.inputText
	{
		height: 14px;
	}
	
	textArea
	{
		height: 70px;
	}


