 /* General Fonts, Links, Structural Elements and Body Tags */
 
 body 		 	 		{ background: #F0F0F0; margin-top: 40px; font-family: Verdana, Arial, sans-serif; color: #242424; font-size: 75%; }
 font, p			  	{ font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 16px; }
 a						{ text-decoration: none; color: #014BB0; } 
 a:hover				{ text-decoration: underline; color: #014BB0; }
 
 /* Table Frames */
 
 table.logo				{ width: 780px; }
 table.frame			{ width: 780px; background: #C1BBAB; height: 400px; }
  
 /* Columns */
 
 td.menu				{ width: 159px; background: #A59E94; border-right: 7px solid #FFF; border-bottom: 7px solid #FFF; border-left: 7px solid #FFF; border-top: 7px solid #FFF; padding-top: 20px; padding-left: 12px; background-image: url("images/back_menu.gif"); background-repeat: no-repeat; background-position: bottom; }
 td.content				{ width: 600px; height: 386px; border-right: 7px solid #FFF; border-bottom: 7px solid #FFF; border-top: 7px solid #FFF; background: #ECEAE3; }
 
 /* Shadow */
 
 td.sw-btm				{ background-image: url("images/shadow_bottom.gif"); background-repeat: repeat-x; height: 16px; }
 td.sw-rt				{ background-image: url("images/shadow_right.gif"); background-repeat: repeat-y; width: 12px; }
 
 /* Footer */
 
 table.footer			{ font-size: 80%; width: 780px; text-align: center; }
 .grey					{ color: #6D6D65; }
 a.grey					{ color: #6D6D65; }
 .black					{ color: #222222; }
 .red					{ color: #DD0538; }
 
 /* Content */
 
 img.header				{ border-bottom: 7px solid #FFF; }
 #maintext				{ padding: 30px; padding-left: 32px; font-size: 95%; font-family: Verdana, 'Trebuchet MS', Arial, Verdana, sans-serif; line-height: 16px; }
 .introtext				{ color: #62533D; font-size: 115%; font-family: Verdana, 'Trebuchet MS', Arial, Verdana, sans-serif; line-height: 18px; }
 a.newstitle			{ color: #705838; font-weight: bold; font-family: Verdana, 'Trebuchet MS', Arial, Verdana, sans-serif; }
 #newsheader			{ color: #705838; font-size: 115%; font-weight: bold; }
 #articleheader			{ background-image: url("images/header_article.gif"); background-repeat: no-repeat; width: 600px; height: 103px; border-bottom: 7px solid #FFF; }
 #previous				{ background: #FFF; padding: 0px 7px 7px 0px; font-size: 75%; width: 100px; }
 #previous a			{ color: #7D6C53; }
 #previous a:hover		{ text-decoration: none; color: #472C06; }
 #articlemaintext		{ padding: 30px; padding-left: 32px; padding-top: 20px; font-size: 95%; font-family: Verdana, 'Trebuchet MS', Arial, sans-serif; line-height: 16px; }
 
 /* News Tabs */
 
 table.tabs				{ margin-left: 393px; }
 #newstab				{ margin-left: 5px; text-align: center; font-size: 85%; width: 30px; padding: 2px; background: #FFF; }
 #newstab a				{ color: #7D6C53; }
 #newstab a:hover		{ text-decoration: none; color: #472C06; }
 
 /* Forms */
 
 td.contactform			{ width: 140px; background: #DDDBD4; padding: 5px; }
 td.contactformr		{ background: #DDDBD4; padding: 5px; }
 input					{ width: 170px; font-family: Verdana, 'Trebuchet MS', Arial, sans-serif; font-size: 90%; color: #885001; }
 textarea				{ width: 250px; font-family: Verdana, 'Trebuchet MS', Arial, sans-serif; font-size: 90%; color: #885001; }
 
 #meta 					{ position: absolute; left: -999px; width: 990px; }
