a:link,
a:visited
{
	color: #B63E96;
}

a:hover
{
	text-decoration: underline;
}

#page
{
	border-top: 0.5em solid #B63E96;

}

#footer
{
	border-top: 0.5em solid #B63E96;
}

#section_navigation
{
	background: #B63E96;
}

#page_image
{
	border-left: 0.5em solid #B63E96;
}

#content_title,
#content_heading
{
	background-color: #B63E96;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 20px;  
   	border: 1px solid #F0F0F0;
	background: #F0F0F0;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.5em;
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;	
	color: #555;	
}

#content h3,
#content h4
{
	color: #B63E96;
}

	#content h3 a:link,
	#content h3 a:visited
	{
		color: #B63E96;
	}

	#content table tbody th
	{
		color: #B63E96;
	}

	a.content:link,
	a.content:visited
	{
		display: block;
		color: #B63E96;
		text-decoration: none;
	}
	
	a.content:hover
	{
		text-decoration: underline;
	}
	
	a.inline_content:link,
	a.inline_content:visited
	{
		color: #B63E96;
		text-decoration: none;
	}
	
	a.content-inline:hover
	{
		text-decoration: underline;
	}
	
	#content a:link,
	#content a:visited
	{
		color: #B63E96;
	}

#further_links_title
{
	background: #B63E96;
}

	#further_links li
	{
		background: url("/Images/Templates/links_bullet_al.jpg") no-repeat left center;
	}
