/* the two colours used by this site are light :#af67dd and dark :#362144 */

#graphicBanner {
	border-bottom-color:#af67dd;/* light colour*/
}

p {
	color:#362144;/* dark colour*/
}

h1, h2, h3{
color:#362144;/* dark colour*/
}
hr{
	border-top: 1px solid #af67dd;/* light colour*/
	
}
.centeredText{
text-align:center;}

.generalList li{
color:#362144; /*dark colour*/
}


.quoteBlockText{
color:#7598AF;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.8em;
}

.sitemap, .sitemap a:link, .sitemap a:visited{
text-indent:2em;
color:#af67dd;/* light colour*/
}


/*contentRight1 stuff*/


.centredImg{
	padding:3px;
	border:#999999 1px dotted;
	display: block;
	margin:20px auto;
}
#mainTextLeftCol{
	padding:0 5px 0 10px;
}
#contentRight1 a:link,#contentRight1 a:visited{
	color:#af67dd;/* light colour*/
}
#contentRight1 a:hover{
	text-decoration:underline;
}







/*contentRight2 and news stuff*/

#mainTextRightCol{
	background:#FFFFFF;
	padding: 10px;
}
#contentRight2 a:link, #contentRight2 a:visited{
	color:#af67dd;/* light colour*/
}
.latestNewsTitle{
	color:#362144;/* dark colour*/
}
.newsItemHeading {
	color:#362144;/* dark colour*/
}
.newsItem .newsItemDate {
	color:#362144;/* dark colour*/
}



.mainTextRightText{
	color:#362144;/* dark colour*/
}
.mainTextRightHeader{
	color:#af67dd;/* light colour*/
	font-weight:bold;
}





/*secondaryNav stuff*/
#secondaryNav li{border-right: 1px #af67dd solid;}/* light colour*/
#secondaryNav li.last{border-right: none;}

#secondaryNav li a:link, #secondaryNav li a:visited{
	padding:1px;
	margin: 1px 4px 1px 4px;
	font-size: 1.3em;
	color:#af67dd;/* light colour*/
}
#secondaryNav li a:hover, #secondaryNav li a:active{
	text-decoration: none;
	border-bottom:dotted 1px #af67dd;/* light colour*/
	color:#af67dd;/* light colour*/
}


/*tertiary nav stuff*/
#tertiaryNav li{border-right: 1px #af67dd solid;}/* light colour*/
#tertiaryNav li.last{border-right: none;}

#tertiaryNav li a:link, #tertiaryNav li a:visited{
	padding:1px;
	margin: 1px 4px 1px 4px;
	font-size: 1.1em;
	color:#af67dd;/* light colour*/
}
#tertiaryNav li a:hover, #tertiaryNav li a:active{
	text-decoration: none;
	border-bottom:dotted 1px #af67dd;/* light colour*/
	color:#af67dd;/* light colour*/
}
#tertiaryNav li a.selected{
	border-bottom:none;
	font-weight:bold;
	cursor:default;
	color:#af67dd;/* light colour*/
}
#tertiaryNav{
	border-top: dotted 1px #af67dd;/* light colour*/
}


/*the underline for the navigation items*/

body.home #home,
body.home #secondaryNav li a#home,
body.home #secondaryNav li a:hover#home, 
body.home #secondaryNav li a:active#home,
body.content #content,
body.content #secondaryNav li a#content,
body.content #secondaryNav li a:hover#content, 
body.content #secondaryNav li a:active#content,
body.apply #apply,
body.apply #secondaryNav li a#apply,
body.apply #secondaryNav li a:hover#apply, 
body.apply #secondaryNav li a:active#apply,
body.work #work,
body.work #secondaryNav li a#work, 
body.work #secondaryNav li a:hover#work, 
body.work #secondaryNav li a:active#work,
body.staff #staff,
body.staff #secondaryNav li a#staff, 
body.staff #secondaryNav li a:hover#staff, 
body.staff #secondaryNav li a:active#staff,
body.contact #contact,
body.contact #secondaryNav li a#contact, 
body.contact #secondaryNav li a:hover#contact, 
body.contact #secondaryNav li a:active#contact,

body.students #students,
body.students #tertiaryNav li a#students,
body.students #tertiaryNav li a:hover#students, 
body.students #tertiaryNav li a:active#students,
body.speakers #speakers,
body.speakers #tertiaryNav li a#speakers,
body.speakers #tertiaryNav li a:hover#speakers, 
body.speakers #tertiaryNav li a:active#speakers,
body.ma #ma,
body.ma #tertiaryNav li a#ma ,
body.ma #tertiaryNav li a:hover#ma , 
body.ma #tertiaryNav li a:active#ma ,
body.mfa #mfa,
body.mfa #tertiaryNav li a#mfa,
body.mfa #tertiaryNav li a:hover#mfa, 
body.mfa #tertiaryNav li a:active#mfa
{
color:#FFFFFF;
border-bottom:none;
cursor:default;
background-color:#af67dd;/* light colour*/
}
