	body {  background: #1c1d21;
		   color: #eeeff7; 
		 }
	p 	 { text-align: left;
		   color: #eeeff7;
		   font-size: 12px;
		   line-height: 135%;
		   font-family: tahoma, arial, sans-serif;
		 }
	p.ital 	{
		font-style: italic;
		font-size: 13px;
		line-height: 140%;
		}
	p.insurance  {
		margin-top: 0px;
		}
	#address {
			margin-top: 0px;
		   font-size: 14px;
		   }
	li	 { text-align: left;
		   color: #eeeff7;
		   font-size: 12px;
		   margin-bottom: 4px;
		   font-family: tahoma, arial, sans-serif;
		 }
	h1	{ color: #445878;
		}
	h3	
		{ color: #eeeff7;
			margin-bottom: 0px;
			font-family: tahoma, arial, sans-serif;
		}
	hr	{ 
		margin-top: 0px;
		margin-bottom: 2px;
		width: 35%;
		display: inline;
		color: #526135;
		float: left;
		height: 4px;
		background-color: #526135;
		border-bottom: #526135;
		border-right: #526135;
		}
	#text {
		width: 700px;
		}
	#nav{
	width: 800px;
	}
	a	{
		color: #eeeff7;
		text-decoration: none;
	}
	a:hover
		{
		color: #445878;
		}
	a.nav, a.nav:link, a.nav:visited {
		display:block; 
		width:187.5px; 
		height:25px; 
		background:#526135; 
		border:1px solid #000; 
		margin-top:2px; 
		text-align:center; 
		text-decoration:none; 
		font-family:tahoma, arial, sans-serif; 
		font-size:12px; 
		color:#eeeff7; 
		line-height:25px; 
		overflow:hidden;
		float: left;
		}	 
	a.nav:hover {
		color:#eeeff7; 
		background:#8e8520;
		}