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