<style>
<!--
	html,body {
		padding: 0px;
	}
	
	#document {
		width: 775px;
		position: absolute;
		top: 0px;
		left: 0px;
	}
	
	#header {
		background: url(images/header.jpg) no-repeat;
		height: 102px;
	}
	
	#menu {
		background-color: #DFDDC9;
		width: 120px;
		border-left: 1px solid gray;
		padding: 0px 10px 0px 10px;
		vertical-align:top;
	}
	
	#menu .menu_item {
		padding: 10px 0px 0px 3px;
		padding-bottom: 10px;
		border-bottom: 1px solid gray;
	}
	
	#menu .menu_item a {
		text-decoration: none;
		color: #637837; 
		font-family: Arial, "Times New Roman", Times, serif;
		font-size:14px;
	}
	
	#menu .menu_item a:hover {		
		color:#003366;
	}
	
	#content {
		width: 615px;
		padding: 10px;
		vertical-align: top;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	#footer {
		background: url(images/footer.gif) no-repeat;
		height: 16px;
	}
	
	
	
	#content .heading { 
		margin-top: 0px;
		padding-top: 0px;
		letter-spacing: 1px;
		font-style:italic;
		font-size:20px;
		color: #354427;
		border-bottom: 1px solid #516228;
	}
	#content .subheading { 
		font-size:16px;
		font-weight:bold;
		color: #525236;
	}
	#content .subheadinglink { 
		font-size:16px;
		font-weight:bold;
		color: #525236;
		text-decoration:underline;
	}
	#content a.subheadinglink:hover { 
		font-size:16px; 
		text-decoration:underline; 
	}		
	#content .title { 
		font-size:16px; 
		font-weight:bold;
	}
	#content .text { 
		font-size:15px;
		color:#000000 
	}
	#content .textlink { 
		font-size:15px; 
		color:#000000; 
		text-decoration:underline;
	}
	#content a.textlink:hover { 
		color:#810000; 
		text-decoration:underline;
	}
	#content .feature 
	{ 
		font-family:Verdana,Arial,Helvetica,sans-serif; 
		font-size:12px; 
		color:#810000; 
	}
	#conten .sans 
	{ 
		font-family:Verdana,Arial,Helvetica,sans-serif; 
		font-size:14px; 
		color:#000000; 
	}
	#content .sanslink 
	{ 
		font-family:Verdana,Arial,Helvetica,sans-serif; 
		font-size:14px; 
		color:#000000; 
		text-decoration:underline; 
	}
	#content a.sanslink:hover 
	{ 
		font-family:Verdana,Arial,Helvetica,sans-serif; 
		font-size:14px; 
		color:#810000; 
		text-decoration:underline; 
	}
	#content .letter 
	{ 
		font-family:"Times New Roman",Georgia,Times,serif; 
		font-size:18px; 
		color:#000000; 
	}
	#content .letterlink 
	{ 
		font-family:"Times New Roman",Georgia,Times,serif; 
		font-size:18px; 
		color:#000000; 
		text-decoration:underline; 
	}
	#content a.letterlink:hover 
	{ 
		font-family:"Times New Roman",Georgia,Times,serif; 
		font-size:18px; 
		color:#810000; 
		text-decoration:underline; 
	}
-->
</style>
