
	/*	HTML ELEMENTS	*/
	body, td, p {
		font-family: 			Arial, Helvetica, sans-serif;
		font-size: 				12px;
		color: 					#7BA4AD;
		text-decoration: 		none;
		line-height: 			16px;
		letter-spacing: 		1px;
	}
	a:link, a:visited {
		color: 					#496267;
		text-decoration:		underline;
	}
	a:hover {
		color: 					#496267;
		text-decoration:		none;
	}
	h2 {
		padding:				0px;
		font-size:				24px;
	}
	

	
	
	

	/*	HEADER	*/
	.header {
		background-image: 		url(images/menu_bg.gif);
		background-position: 	top left;
		background-repeat: 		repeat-x;
	}
	
	
	/*	FOOTER	*/
	.footer, .footer td {
		font-family: 			Arial, Helvetica, sans-serif;
		font-size: 				10px;
		color: 					#85B1BA;
		text-decoration: 		none;
		line-height: 			normal;
		letter-spacing: 		0px;
	}
	.footer a:link, .footer a:visited {
		color: 					#496267;
		text-decoration: 		none;
	}
	.footer a:hover {
		text-decoration:		underline;
	}
	
	
	/*	MAIN LINKS	*/
	.nav {
		background-image: 		url(images/menu_bg.gif);
		background-position: 	top left;
		background-repeat: 		repeat-x;
		line-height: 			normal;
	}
	.nav a:link, .nav a:visited {
		font-family: 			Arial, Helvetica, sans-serif;
		font-size: 				14px;
		font-weight: 			normal;
		color: 					#FFFFFF;
		text-decoration: 		none;
		letter-spacing: 		1px;
		padding:				10px 10px 2px;
		text-align: 			left;
		vertical-align: 		middle;
	}
	.nav a:hover {
		color: #5B8A94;
		text-decoration: none;
		background-color: #C1DEE4;
		/* border: 1px solid #5D8993; */
	}
	
	/* Mark Lapsley - SEO */
	
	h1 
	{
		padding:				0px;
		font-size:				20px;
	}
	
	.bodylink
		{
		font-family: 			Arial, Helvetica, sans-serif;
		font-size: 				12px;
		color: 					#7BA4AD;
		text-decoration:		none;
		font-weight: 			bold;
}
	.bodylink a:link, .bodylink a:visited
		{
		font-family: 			Arial, Helvetica, sans-serif;
		font-size: 				12px;
		color: 					#7BA4AD;
		text-decoration: 		none;
		font-weight: 			bold;
		}
	.bodylink a:hover
		{
		font-family: 			Arial, Helvetica, sans-serif;
		font-size: 				12px;
		color: 					#7BA4AD;
		text-decoration: 		underline;
		font-weight: 			bold;
		}