 /* General Fonts, Links, Structural Elements and Body Tags */
 
 body 		 	 		{ background: #FFFFFF; margin-top: 7px; font-family: Arial, sans-serif; color: #45484A; }
 th, td, div  			{ font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 80%; line-height: 16px; }
 a						{ text-decoration: underline; color: #B38701; font-weight: bold; } 
 a:hover				{ text-decoration: underline; color: #B38701; font-weight: bold; }
 li						{ list-style-image: url("images/bullet.gif"); }
 
 /* Menu */

 img.menu				{ padding-top: 8px; padding-bottom: 2px; padding-left: 12px; } 
 
 /* Flash */
 
 #flashcontent			{ border-bottom: 1px solid #FFF; }
 
 /* Divider */
 
 table.divider			{ border-bottom: 1px solid #FFF; }
 td.brown-divider		{ background-color: #D1A110; height: 4px; border-right: 1px solid #FFF; }
 td.black-divider		{ background-color: #363B3E; height: 4px; }
 
 /* Homepage introduction */
 
 #welcome				{ font-size: 120%; padding-left: 30px; padding-right: 10px; }
 td.home-news			{ font-size: 90%; padding-left: 45px; padding-right: 10px; }
 a.home-practice 		{ color: #C9570B; text-decoration: none; }
 a.home-practice:hover	{ color: #C9570B; text-decoration: underline; }
 
 /* Footer */
 
 td.footer				{ font-size: 70%; text-align: center; }
 
 /* Website Content */
 
 .content-header		{ font-family: 'Trebuchet MS', Arial, Verdana, sans-serif; font-size: 140%; line-height: 16px; }
 td.content				{ font-size: 95%; padding-left: 5px; padding-right: 10px; color: #161617; }
 
 /* Related Links */
 
 #related				{ font-size: 110%; padding-left: 10px; padding-right: 10px; width: 160px; }
 #related a 			{ text-decoration: none; color: #6A6A6A; border-bottom: 1px dashed #C9C1C1; line-height: 18px; }
 #related a:hover		{ text-decoration: none; color: #B38701; }
 
 
 /* Website breadcrumb */
 
 #breadcrumb			{ font-size: 90%; }	
 
 /* Sitemap */
 
 #sitemap				{ padding: 30px; padding-bottom: 0px; font-size: 100%; }
 .sitemap-header		{ font-family: 'Trebuchet MS', Arial, Verdana, sans-serif; font-size: 160%; font-weight: bold; }
 a.category				{ font-size: 120%; font-weight: none; text-decoration: none; line-height: 20px; }
 a.item					{ font-size: 110%; text-decoration: none;  color: #9C988B; }
 
 a.category:hover		{ text-decoration: underline; }
 a.item:hover			{ text-decoration: underline; }
  
 /* Contact Form */
 
 td.contactform			{ font-size: 90%; width: 190px; text-align: right; } 
 select					{ font-size: 120%; padding: 2px; border: 1px solid #B0B7C0; color: #900E00; width: 176px; }
 input					{ font-size: 120%; padding: 2px; border: 1px solid #B0B7C0; color: #900E00; width: 170px; }
 .submit				{ border: 1px solid #B36111; width: 49px; font-weight: bold; }
 textarea				{ font-size: 125%; padding: 3px; border: 1px solid #B0B7C0; color: #900E00; width: 220px; font-family: Arial, Verdana, sans-serif; }