/***************** Headings **************/

div#mainContentFront div#welcome h2,
div#mainContent h2
{
	color: #6E3EB7;
}

/***************** Colours and backgrounds **************/

a:hover
{
	color: #6E3EB7;
}

div#bread
{
	background-image: url(../designImages/bread_contact.gif);
	background-color: #6E3EB7;
}

div#contentWrapper
{
	background-image: url(../designImages/wrapper_bg_contact.gif);
}

div#leftColumn,
div#leftColumn	form#searchBox .submit
{
	background-color: #B8A0DC;
}

div#leftColumn	ul#subMenu
{
	background-color: #E2D8F1;
}

div#leftColumn	ul#subMenu li a
{
 	background-image: url(../designImages/contact_arrow_bullet.gif);
}

div#leftColumn	ul#subMenu li.open a
{
	background-image: url(../designImages/contact_arrow_bullet_open.gif);
	color: #6E3EB7;
}

div#leftColumn	ul#subMenu li.open ul li a.active
{
	background-image: url(../designImages/contact_arrow_bullet_small.gif);
}

div#footer
{
	background-image: url(../designImages/bg_bottom_contact.gif);
}

a.backLink
{
	background-image: url(../designImages/contact_arrow_back.gif);
}

div#Left
{
	background-image: url(../designImages/dot_contact_vertical.gif);
}

/***************** SECTION PAGE **************/

div#mainContentFront div#welcome
{
	background-image: url(../designImages/contact_mainBox_bg.gif);
}

div#mainContentFront div#welcome div#welcomeTop
{
	background-image: url(../designImages/contact_mainBox_top.gif);
}

/***************** CONTACT DETAILS **************/

div.contact
{
	background-image: url(../designImages/dot_contact_horizontal.gif);
}

div.contact p
{
	color: #6E3EB7;
}

div#contactDiv table
{
	width:300px;
}

div#contactDiv form#contactForm div#buttonLeft
{
	background-image: url(../designImages/contact_button_left.gif);
}

div#contactDiv form#contactForm .submit
{
	background-color: #6E3EB7;
}

div#contactDiv form#contactForm div#buttonRight
{
	background-image: url(../designImages/contact_button_right.gif);
}

div#contactDetails
{
	background-image: url(../designImages/dot_contact_vertical.gif);
}


/***************** FAQ QUESTION LIST **************/

div#mainContent ul#faqList li
{
	background-image: url(../designImages/contact_arrow_bullet.gif);
}




