/*History HEA CSS*/


/* GLOBAL MARKUP */

h1, h2, h3, h4, h5, h6 {color: #51265A;}


/* DEPARTMENT BAR */

#departmentBar {
	background-color: #692C80;
}

/* LEFT NAVIGATION BAR */

/*nav background colour*/
#outerNavigation, .navigationBackground {
	background-color: #692C80;
}

/*tab colour*/
#navigation .rtop *,
#navigation .rbottom *,
#navigation div {
	background-color: #C3B4D8;
}

/*selected section background colour*/
#navigation li.selectedSection div,
#navigation li.selectedSection .rtop *,
#navigation li.selectedSection .rbottom *,
#navigation li.selectedSection ul
{ background-color: #BD9ECA; }

/*child pages background colour*/
#navigation .submenu li.selected div.children .rtop *,
#navigation .submenu li.selected div.children .rbottom *,
#navigation .submenu li.selected div.children ul
{ background-color: #DACCE1; }
	
/*text colour on current page tab*/
#navigation .selected div  {color: #000000;}

/* tab links */
#navigation li a:link,
#navigation li a:visited
{ color: #000000; font-weight: normal;}

/* selected section link  */
#navigation .selectedSection a:link,
#navigation .selectedSection a:visited
{ color: #000000; font-weight: normal; }
	
/* page children links */
#navigation .children a:link,
#navigation .children a:visited
{ color: #000000; font-weight: normal; }

/*tab hover*/
#main #navigation li a:link:hover, #main #navigation li a:visited:hover { color: #000000; font-weight: normal; }

/*selected section hover*/
#main #navigation .selectedSection a:link:hover, #main #navigation .selectedSection a:visited:hover {color: #000000; font-weight: normal;}

/*child hover*/
#main #navigation .children a:link:hover, #main #navigation .children a:visited:hover {color: #000000; font-weight: normal;} 

/* LEFT COLUMN IMAGE */

#outerNavigation {
  background-image: url(bottom.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
}

#navigation {padding-bottom: 200px;}

.collapse #outerNavigation {background-image: none;} 

/* MAIN CONTENT AND FOOTER LINES */

#pageTitle, #footerContent {
border-color: #RRGGBB;
}

/* Box Styles */

.lilac-tl{
	background-image: url(lilac-tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
} 
.lilac-tr{
	background-image: url(lilac-tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
} 
.lilac-bl{
	background-image: url(lilac-bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
} 
.lilac-br{
	background-image: url(lilac-br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
} 

.lilac-inner{
	padding: 10px;
	min-height: 143px;
	height: auto !important;
	height: 143px;
}

.purplebutton-l{
	background-image: url(purplebutton-l.gif);
	background-position: top left;
	background-repeat: no-repeat;
		width: 125px;
}

.purplebutton-r{
	background-image: url(purplebutton-r.gif);
	background-position: top right;
	background-repeat: no-repeat;
		width: 125px;
}

.purplebutton-inner{
	padding: 5px;
	height: 28px;
	color: #FFFFFF;
	font-weight: bold;
	width: 125px;
}

.purplebutton-inner a{
color: #FFFFFF !important;
}

.biglinks{
	color: #000000;
	font-size: 130%;
	font-weight: bold;
}

.calendarSchedule .date.spaceAfterDate, .newsSchedule .date.spaceAfterDate{
	color: #692B7F;
}

.event {font-weight: normal!important;}

#bodyContent a:visited:hover, #layoutTable a:link:hover{
color: #3a1149;	
text-decoration: underline;
}

#bodyContent a:link{
	color: #3a1149;	
	text-decoration: none;
}

#bodyContent a:link, #bodyContent a:visited{
	color: #692c80;
	text-decoration: none;

}

#bodyContent #emailOwnerLink{
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
}

#bodyContent #emailOwnerLink:hover{
    color: #51265A;
}

/* END OF NAME SITE SPECIFIC CSS */
