a:link,
a:visited
{
	color: #00A0AF;
}

a:hover
{
	text-decoration: underline;
}

#page
{
	border-top: 0.5em solid #00A0AF;

}

#footer
{
	border-top: 0.5em solid #00A0AF;
}

#section_navigation
{
	background: #00A0AF;
}

#page_image
{
	border-left: 0.5em solid #00A0AF;
}

#content_title,
#content_heading
{
	background-color: #00A0AF;
}

#content h3,
#content h4
{
	color: #00A0AF;
}

	#content table tbody th
	{
		color: #00A0AF;
	}

	a.content:link,
	a.content:visited
	{
		display: block;
		color: #00A0AF;
		text-decoration: none;
	}
	
	a.content:hover
	{
		text-decoration: underline;
	}
	
	a.inline_content:link,
	a.inline_content:visited
	{
		color: #00A0AF;
		text-decoration: none;
	}
	
	a.content-inline:hover
	{
		text-decoration: underline;
	}
	
#further_links_title
{
	background: #00A0AF;
}

	#further_links li
	{
		background: url("/Images/Templates/links_bullet_home.jpg") no-repeat left center;
	}